Merge branch 'i8c' with version 239-82.2 into 'i8'

i8 changed/i8/systemd-239-82.el8_10.2.inferit
Sergey Cherevko 3 months ago
commit 4a039d6d0c
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -13,7 +13,7 @@
Name: systemd
Url: http://www.freedesktop.org/wiki/Software/systemd
Version: 239
Release: 82%{?dist}.1.inferit
Release: 82%{?dist}.2.inferit
# For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+
Summary: System and Service Manager
@ -1516,10 +1516,6 @@ chmod g+s /run/log/journal/ /run/log/journal/`cat /etc/machine-id 2>/dev/null` /
# Apply ACL to the journal directory
setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ &>/dev/null || :
# 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
@ -1696,15 +1692,18 @@ fi
%files tests -f .file-list-tests
%changelog
* Wed Sep 25 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 239-82.2.inferit
- Update to 239-82.2
* Tue Jul 23 2024 systemd maintenance team <systemd-maint@redhat.com> - 239-82.2
- spec: do not create symlink /etc/systemd/system/syslog.service (RHEL-13179)
* Wed Jul 03 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> 239-82.1.inferit
- Update to 239-82.1
* Tue Jul 02 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> 239-82.inferit.1
- Fixed squares instead of Russian characters in the console
* Thu May 23 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 239-82.inferit
- Rebuilt for MSVSphere 8.10
* Thu Apr 11 2024 systemd maintenance team <systemd-maint@redhat.com> - 239-82.1
- pid1: by default make user units inherit their umask from the user manager (RHEL-28048)
- pam: add call to pam_umask (RHEL-28048)
@ -1749,9 +1748,6 @@ fi
- test: backport TEST-81-GENERATORS (fstab-generator only) (RHEL-1087)
- resolved: actually check authenticated flag of SOA transaction (RHEL-6213)
* Fri Dec 22 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 239-78.inferit
- Add safeguard in triggers
* Tue Aug 22 2023 systemd maintenance team <systemd-maint@redhat.com> - 239-78
- login: add a missing error check for session_set_leader() (#2158167)
- logind: reset session leader if we know for a fact that it is gone (#2158167)

Loading…
Cancel
Save