From 6c52ec6e42490f2d386e528b48937e9be87f257df5ea1e82bb801dad25b00129 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Tue, 2 Mar 2021 13:41:57 +0000 Subject: [PATCH] Accepting request 874480 from Base:System - systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} " 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 --- systemd-mini.changes | 16 ++++++++++++++++ systemd-mini.spec | 3 +-- systemd.changes | 16 ++++++++++++++++ systemd.spec | 3 +-- 4 files changed, 34 insertions(+), 4 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index e337546c..d9c20bad 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Feb 22 20:20:43 UTC 2021 - Franck Bui + +- systemd requires aaa_base >= 13.2 + + This dependency is required because 'systemctl + {is-enabled,enable,disable} " 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 diff --git a/systemd-mini.spec b/systemd-mini.spec index 2267d45e..3ced7752 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -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 diff --git a/systemd.changes b/systemd.changes index e337546c..d9c20bad 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Feb 22 20:20:43 UTC 2021 - Franck Bui + +- systemd requires aaa_base >= 13.2 + + This dependency is required because 'systemctl + {is-enabled,enable,disable} " 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 diff --git a/systemd.spec b/systemd.spec index 2c744d4c..44651538 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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