- Make sure the release number between the main and the branding
packages match OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-default-settings?expand=0&rev=7
This commit is contained in:
parent
fe524b8227
commit
3cb8fd2316
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 26 14:40:56 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Make sure the release number between the main and the branding
|
||||||
|
packages match
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:09:00 UTC 2020 - Franck Bui <fbui@suse.com>
|
Fri Oct 23 08:09:00 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Group: System/Base
|
|||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
Requires: %{name}-branding = %{version}
|
Requires: %{name}-branding = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package overrides some of the upstream default settings which are
|
This package overrides some of the upstream default settings which are
|
||||||
@ -38,9 +38,9 @@ pulled in by the branding package instead.
|
|||||||
%package branding-SLE
|
%package branding-SLE
|
||||||
Summary: Specific customization of systemd defaults settings for SLE
|
Summary: Specific customization of systemd defaults settings for SLE
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Supplements: packageand(%{name}:branding-SLE)
|
Supplements: packageand(%{name}:branding-SLE)
|
||||||
Provides: %{name}-branding = %{version}
|
Provides: %{name}-branding = %{version}-%{release}
|
||||||
Conflicts: otherproviders(%{name}-branding)
|
Conflicts: otherproviders(%{name}-branding)
|
||||||
|
|
||||||
%description branding-SLE
|
%description branding-SLE
|
||||||
@ -50,9 +50,9 @@ them better suited for SLE distributions.
|
|||||||
%package branding-openSUSE
|
%package branding-openSUSE
|
||||||
Summary: Specific customization of systemd defaults settings for openSUSE
|
Summary: Specific customization of systemd defaults settings for openSUSE
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Supplements: packageand(%{name}:branding-openSUSE)
|
Supplements: packageand(%{name}:branding-openSUSE)
|
||||||
Provides: %{name}-branding = %{version}
|
Provides: %{name}-branding = %{version}-%{release}
|
||||||
Conflicts: otherproviders(%{name}-branding)
|
Conflicts: otherproviders(%{name}-branding)
|
||||||
|
|
||||||
%description branding-openSUSE
|
%description branding-openSUSE
|
||||||
@ -62,7 +62,7 @@ them better suited for openSUSE distributions.
|
|||||||
%package branding-upstream
|
%package branding-upstream
|
||||||
Summary: Restore upstream systemd defaults settings
|
Summary: Restore upstream systemd defaults settings
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Provides: %{name}-branding = %{version}
|
Provides: %{name}-branding = %{version}-%{release}
|
||||||
Conflicts: %{name}
|
Conflicts: %{name}
|
||||||
Conflicts: otherproviders(%{name}-branding)
|
Conflicts: otherproviders(%{name}-branding)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user