diff --git a/systemd.spec b/systemd.spec index 72bfa801a040523663abf5505a8b34fa5e57267b..c3cad2f8c106000eba133d5dd749b3e8c1fad787 100644 --- a/systemd.spec +++ b/systemd.spec @@ -14,7 +14,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 239 -Release: 82%{anolis_release}%{?dist}%{?lifsea_dist}.1 +Release: 82%{anolis_release}%{?dist}%{?lifsea_dist}.2 # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -1645,10 +1645,6 @@ chmod g+s /run/log/journal/ /run/log/journal/`cat /etc/machine-id 2>/dev/null` / setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ &>/dev/null || : %endif -# Stop-gap until rsyslog.rpm does this on its own. (This is supposed -# to fail when the link already exists) -ln -s /usr/lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service &>/dev/null || : - # Remove spurious /etc/fstab entries from very old installations # https://bugzilla.redhat.com/show_bug.cgi?id=1009023 if [ -e /etc/fstab ]; then @@ -1833,13 +1829,7 @@ fi %files tests -f .file-list-tests %changelog -* Thu Sep 26 2024 Weisson - 239-82.0.3 -- bugfix: sw8a machine seems not to support getxpid syscall any more, replace it with getpid. - -* Tue Sep 24 2024 Zhongling He - 239-82.0.2 -- core, udev: remove old device on move event - -* Wed Aug 28 2024 Yuanhong Peng - 239-82.0.1 +* Wed Oct 09 2024 Yuanhong Peng - 239-82.0.3.2 - core: fix a null reference case in load_from_path() - sysctl: Don't pass null directive argument to '%s' - exit-status: introduce EXIT_EXCEPTION mapping to 255 @@ -1900,6 +1890,11 @@ fi - add test-seccomp support for sw_64. (Weisson@alinux.alibaba.com) - core: Fix subcgroup deletion caused by full delegation (zhonglingh@linux.alibaba.com) - core: Fix cgroups members mask cache propagation problem (zhonglingh@linux.alibaba.com) +- core, udev: remove old device on move event (zhonglingh@linux.alibaba.com) +- bugfix: sw8a machine seems not to support getxpid syscall any more, replace it with getpid. (Weisson@linux.alibaba.com) + +* Tue Jul 23 2024 systemd maintenance team - 239-82.2 +- spec: do not create symlink /etc/systemd/system/syslog.service (RHEL-13179) * Thu Apr 11 2024 systemd maintenance team - 239-82.1 - pid1: by default make user units inherit their umask from the user manager (RHEL-28048)