mirror of
https://github.com/leozide/leocad
synced 2025-01-28 19:58:12 +01:00
Merge pull request #26 from pbartfai/patch-4
Make OBS detection username independent
This commit is contained in:
commit
e20f479ac8
1 changed files with 1 additions and 5 deletions
|
@ -8,11 +8,7 @@
|
|||
%define dist .SUSE%(echo %{sles_version} | sed 's/0$//')
|
||||
%endif
|
||||
|
||||
%if "%{vendor}" == "obs://build.opensuse.org/home:pbartfai"
|
||||
%define opensuse_bs 1
|
||||
%endif
|
||||
|
||||
%if "%{vendor}" == "obs://private/home:pbartfai"
|
||||
%if %(if [[ "%{vendor}" == obs://* ]] ; then echo 1 ; else echo 0 ; fi)
|
||||
%define opensuse_bs 1
|
||||
%endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue