Accepting request 1159148 from home:yfjiang:branches:GNOME:Factory

- Do not use %elif by now since SLE, Leap does not have an rpm
  supporting the tag.

OBS-URL: https://build.opensuse.org/request/show/1159148
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=170
This commit is contained in:
Dominique Leuenberger 2024-03-19 09:16:16 +00:00 committed by Git OBS Bridge
parent f2c6dcf6b1
commit a704df27d2
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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}