Accepting request 1159310 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1159310 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libproxy?expand=0&rev=87
This commit is contained in:
commit
94608175f6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 01:59:20 UTC 2024 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
- Do not use %elif by now since SLE, Leap does not have an rpm
|
||||
supporting the tag.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:04:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,8 @@
|
||||
%define flavor @BUILD_FLAVOR@%nil
|
||||
%if "%{flavor}" == ""
|
||||
ExclusiveArch: do-not-build
|
||||
%elif "%{flavor}" == "client"
|
||||
%else
|
||||
%if "%{flavor}" == "client"
|
||||
%define name_suffix %{flavor}
|
||||
%define dash -
|
||||
%define mini -mini
|
||||
@ -27,6 +28,7 @@ ExclusiveArch: do-not-build
|
||||
%define name_suffix %{flavor}
|
||||
%define dash -
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%define _name libproxy
|
||||
Name: libproxy%{?dash}%{?name_suffix}
|
||||
|
Loading…
x
Reference in New Issue
Block a user