Accepting request 1144939 from Base:System
- Drop python3-pefile dependency from the experimental package. MicroOs is fond of the experimental stuff but OTOH it doesn't ship python3. Let's drop the dependency for now, users of ukify are invited to install python3-pe manually. - Move systemd-reboot.service from udev to the main package as this service is useful in containers. It includes the following fix: 029272750f resolved: actually check authenticated flag of SOA transaction (bsc#1218297 CVE-2023-7008) OBS-URL: https://build.opensuse.org/request/show/1144939 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=414
This commit is contained in:
commit
770031926f
@ -603,6 +603,7 @@
|
||||
%{_unitdir}/systemd-logind.service
|
||||
%{_unitdir}/systemd-machine-id-commit.service
|
||||
%{_unitdir}/systemd-poweroff.service
|
||||
%{_unitdir}/systemd-reboot.service
|
||||
%{_unitdir}/systemd-soft-reboot.service
|
||||
%{_unitdir}/systemd-sysctl.service
|
||||
%{_unitdir}/systemd-sysext.service
|
||||
|
@ -325,7 +325,6 @@
|
||||
%{_unitdir}/systemd-pstore.service
|
||||
%{_unitdir}/systemd-quotacheck.service
|
||||
%{_unitdir}/systemd-random-seed.service
|
||||
%{_unitdir}/systemd-reboot.service
|
||||
%{_unitdir}/systemd-remount-fs.service
|
||||
%{_unitdir}/systemd-rfkill.service
|
||||
%{_unitdir}/systemd-rfkill.socket
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 14:48:27 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Drop python3-pefile dependency from the experimental package. MicroOs is fond
|
||||
of the experimental stuff but OTOH it doesn't ship python3. Let's drop the
|
||||
dependency for now, users of ukify are invited to install python3-pe manually.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 13:31:09 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Move systemd-reboot.service from udev to the main package as this service is
|
||||
useful in containers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 13:44:21 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
@ -37,6 +50,10 @@ Fri Jan 12 09:34:14 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit 67a5ac1043417d900bf417a884372ae14a96ef69 (merge of v254.8)
|
||||
|
||||
It includes the following fix:
|
||||
|
||||
029272750f resolved: actually check authenticated flag of SOA transaction (bsc#1218297 CVE-2023-7008)
|
||||
|
||||
For a complete list of changes, visit:
|
||||
https://github.com/openSUSE/systemd/compare/071ac409a0564863657d8f8a5a35e6a4f914695f...67a5ac1043417d900bf417a884372ae14a96ef69
|
||||
|
||||
|
@ -676,8 +676,6 @@ refer to %{_testsuitedir}/integration-tests/README.testsuite.
|
||||
Summary: Experimental systemd features
|
||||
License: LGPL-2.1-or-later
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
# Needed by ukify
|
||||
Requires: python3-pefile
|
||||
%systemd_requires
|
||||
# fdisk is a build requirement for repart
|
||||
BuildRequires: pkgconfig(fdisk)
|
||||
|
Loading…
Reference in New Issue
Block a user