* Thu Apr 06 2023 fbui@suse.com
- Import commit 6441bb41141aaa8bfb63559917362748a3044c15
165ca0d018 udev-rules: fix nvme symlink creation on namespace changes (bsc#1207410)
* Thu Apr 06 2023 fbui@suse.com
- Update 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1203141)
Optimize when hundred workers claim the same symlink with the same priority.
* Mon Mar 20 2023 fbui@suse.com
- Update 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch
Since commit 38f3e20883ff658935aae5c9 (v248), the symlinks /dev/cdrw and
/dev/dvdrw could have no longer been created. Futhermore the rule added by
this patch dealing with /dev/cdrom was redundant with the upstream one
* Tue Feb 28 2023 fbui@suse.com
- Import commit dad0071f15341be2b24c2c9d073e62617e0b4673 (merge of v249.16)
* Tue Feb 28 2023 lidong.zhong@suse.com
- Fix return non-zero value when disabling SysVinit service (bsc#1208432)
* Fri Feb 17 2023 fbui@suse.com
- Drop build requirement on libpci, it's not more needed since udev hwdb was
introduced 11 years ago.
* Fri Feb 10 2023 fbui@suse.com
- Move systemd-boot and all components managing (secure) UEFI boot into udev
sub-package: they may deserve a dedicated sub-package in the future but for
now move them to udev so they aren't installed in systemd based containers.
* Tue Feb 07 2023 fbui@suse.com
- Drop a workaround related to systemd-timesyncd that addressed a Factory issue.
* Tue Feb 07 2023 fbui@suse.com
- Drop a workaround related to systemd-timesyncd that addressed a Factory issue.
* Tue Feb 07 2023 fbui@suse.com
- Conditionalize the use of /lib/modprobe.d only on systems with split usr
support enabled (i.e. SLE).
* Tue Feb 07 2023 fbui@suse.com
- Import commit 119740915155d473de087bd633ba62c1c3e47d36 (merge of v249.15)
For a complete list of changes, visit:
https://github.com/openSUSE/systemd/compare/1bfa716e7fb6d7169cece864e75dfe9e52914c99...119740915155d473de087bd633ba62c1c3e47d36
* Mon Feb 06 2023 fbui@suse.com
- machines.target belongs to systemd-container, do its init/cleanup steps from
the scriptlets of this sub-package.
* Mon Feb 06 2023 fbui@suse.com
- Make sure we apply the presets on units shipped by systemd package
* Mon Feb 06 2023 fbui@suse.com
- systemd-testsuite: move the integration tests in a dedicated sub directory.
* Thu Jan 26 2023 fbui@suse.com
- Move systemd-cryptenroll into udev package.
* Mon Jan 23 2023 fbui@suse.com
- Make sure that /lib/udev exists and is a symlink to /usr/lib/udev when the
testsuite is run.
* Sat Jan 21 2023 fbui@suse.com
- Import commit 1bfa716e7fb6d7169cece864e75dfe9e52914c99 (merge of v249.14)
For a complete list of changes, visit:
https://github.com/openSUSE/systemd/compare/540e0bd5374f9f42f1e645eb15971431ebb4b8c8...1bfa716e7fb6d7169cece864e75dfe9e52914c99
- Rebase 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch
* Thu Jan 19 2023 fbui@suse.com
- Don't overwrite /etc/pam.d/systemd-user on update (bsc#1207264)
Regression introduced when systemd was forked for 15.4.
* Mon Jan 09 2023 fbui@suse.com
- Ship systemd-pstore with udev (jsc#PED-2663)
* Mon Jan 09 2023 fbui@suse.com
- Import commit 540e0bd5374f9f42f1e645eb15971431ebb4b8c8
29fb8a2dd0 core/unit: try to submit stop_when_unneeded queue on removing dependencies
bd63eab381 core/device: start units specified in SYSTEMD_WANTS if it is not running
e0898fa873 coredump: do not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415)
119424f96e coredump: adjust whitespace
3833d5a408 coredump: drop an unused variable
36728edcfd coredump: Fix format string type mismatch
34f6867a8a analyze: use DumpUnitsMatchingPatternsByFileDescriptor
e67a7087ec manager: add DumpUnitsMatchingPatternsByFileDescriptor()
feb8f2a983 manager: rename dbus method
98fed27339 analyze: extend the dump command to accept patterns
a06d9470af man: document the Dump() calls of the PID 1 D-Bus interface, and what they are
79eb37a5e0 cryptsetup: retry TPM2 unseal operation if it fails with TPM2_RC_PCR_CHANGED (bsc#1204944)
- Drop 5000-coredump-Fix-format-string-type-mismatch.patch
5001-coredump-drop-an-unused-variable.patch
5002-coredump-adjust-whitespace.patch
5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch
They have been merged into SUSE/v249 branch.