Accepting request 874480 from Base:System
- systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} <initscript>" ends up calling systemd-sysv-install which in its turn calls "chkconfig --no-systemctl". aaa_base package has a weird versioning but the '--no-systemctl' option has been introduced starting from SLE12-SP2-GA, which shipped version "13.2+git20140911.61c1681". Spotted in bsc#1180083. OBS-URL: https://build.opensuse.org/request/show/874480 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=326
This commit is contained in:
parent
28eb9c368f
commit
6c52ec6e42
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 20:20:43 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- systemd requires aaa_base >= 13.2
|
||||
|
||||
This dependency is required because 'systemctl
|
||||
{is-enabled,enable,disable} <initscript>" ends up calling
|
||||
systemd-sysv-install which in its turn calls "chkconfig
|
||||
--no-systemctl".
|
||||
|
||||
aaa_base package has a weird versioning but the '--no-systemctl'
|
||||
option has been introduced starting from SLE12-SP2-GA, which shipped
|
||||
version "13.2+git20140911.61c1681".
|
||||
|
||||
Spotted in bsc#1180083.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 13:34:01 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -120,6 +120,7 @@ Provides: systemd = %{version}-%{release}
|
||||
%else
|
||||
# the buildignore is important for bootstrapping
|
||||
#!BuildIgnore: udev
|
||||
Requires: aaa_base >= 13.2
|
||||
Requires: dbus-1 >= 1.4.0
|
||||
Requires: kbd
|
||||
Requires: kmod >= 15
|
||||
@ -277,8 +278,6 @@ Requires(post): coreutils
|
||||
Requires(postun): coreutils
|
||||
Requires(postun): /usr/bin/systemctl
|
||||
|
||||
Conflicts: systemd < 39
|
||||
Conflicts: aaa_base < 11.5
|
||||
Conflicts: filesystem < 11.5
|
||||
Conflicts: mkinitrd < 2.7.0
|
||||
Conflicts: dracut < 044.1
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 20:20:43 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- systemd requires aaa_base >= 13.2
|
||||
|
||||
This dependency is required because 'systemctl
|
||||
{is-enabled,enable,disable} <initscript>" ends up calling
|
||||
systemd-sysv-install which in its turn calls "chkconfig
|
||||
--no-systemctl".
|
||||
|
||||
aaa_base package has a weird versioning but the '--no-systemctl'
|
||||
option has been introduced starting from SLE12-SP2-GA, which shipped
|
||||
version "13.2+git20140911.61c1681".
|
||||
|
||||
Spotted in bsc#1180083.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 13:34:01 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -118,6 +118,7 @@ Provides: systemd = %{version}-%{release}
|
||||
%else
|
||||
# the buildignore is important for bootstrapping
|
||||
#!BuildIgnore: udev
|
||||
Requires: aaa_base >= 13.2
|
||||
Requires: dbus-1 >= 1.4.0
|
||||
Requires: kbd
|
||||
Requires: kmod >= 15
|
||||
@ -275,8 +276,6 @@ Requires(post): coreutils
|
||||
Requires(postun): coreutils
|
||||
Requires(postun): /usr/bin/systemctl
|
||||
|
||||
Conflicts: systemd < 39
|
||||
Conflicts: aaa_base < 11.5
|
||||
Conflicts: filesystem < 11.5
|
||||
Conflicts: mkinitrd < 2.7.0
|
||||
Conflicts: dracut < 044.1
|
||||
|
Loading…
Reference in New Issue
Block a user