forked from pool/NetworkManager-branding
Accepting request 1157940 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1157940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager-branding?expand=0&rev=7
This commit is contained in:
commit
1c59ef6555
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 10:14:55 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Ensure flavor has a value, at least %nil.
|
||||||
|
- ExclusiveArch: %nil is invalid: give it a value (do-not-build).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 1 16:41:17 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Dec 1 16:41:17 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package NetworkManager-branding
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define flavor @BUILD_FLAVOR@
|
%define flavor @BUILD_FLAVOR@%nil
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
%define branding_name %{nil}
|
%define branding_name %{nil}
|
||||||
ExclusiveArch: %{nil}
|
ExclusiveArch: %{nil}
|
||||||
@ -47,7 +47,7 @@ Provides: NetworkManager-branding = %{version}
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if (0%{?build_SLE} && 0%{?is_opensuse}) || (0%{?build_openSUSE} && ! 0%{?is_opensuse})
|
%if (0%{?build_SLE} && 0%{?is_opensuse}) || (0%{?build_openSUSE} && ! 0%{?is_opensuse})
|
||||||
# Don't build SLE branding on openSUSE and vice-versa
|
# Don't build SLE branding on openSUSE and vice-versa
|
||||||
ExclusiveArch: %{nil}
|
ExclusiveArch: do-not-build
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user