systemd-252-42

Resolves: RHEL-54777
This commit is contained in:
systemd team 2024-08-19 14:36:59 +02:00
parent 5e4e586032
commit a9a01af816

View File

@ -25,7 +25,7 @@
Name: systemd
Url: https://systemd.io
Version: 252
Release: 41%{?dist}
Release: 42%{?dist}
# For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+
Summary: System and Service Manager
@ -1458,47 +1458,7 @@ rhel-net-naming-sysattrs package provides hwdb and udev rule needed for stable
network naming scheme across RHEL releases.
%prep
%autosetup -N -S git_am
%autopatch -M 858
git am --keep-cr %{PATCH859}
git am --keep-cr %{PATCH860}
%autopatch -m 861 -M 866
git am --keep-cr %{PATCH867}
%autopatch -m 868 -M 868
git am --keep-cr %{PATCH869}
%autopatch -m 870 -M 902
git am --keep-cr %{PATCH903}
%autopatch -m 904 -M 907
git am --keep-cr %{PATCH908}
git am --keep-cr %{PATCH909}
git am --keep-cr %{PATCH910}
git am --keep-cr %{PATCH911}
%autopatch -m 912 -M 929
git am --keep-cr %{PATCH930}
%autopatch -m 931 -M 931
git am --keep-cr %{PATCH932}
%autopatch -m 933 -M 934
git am --keep-cr %{PATCH935}
%autopatch -m 936 -M 940
git am --keep-cr %{PATCH941}
%autopatch -m 942 -M 943
git am --keep-cr %{PATCH944}
git am --keep-cr %{PATCH945}
%autopatch -m 946 -M 968
git am --keep-cr %{PATCH969}
%autopatch -m 970 -M 970
git am --keep-cr %{PATCH971}
%autopatch -m 972 -M 972
git am --keep-cr %{PATCH973}
%autopatch -m 974 -M 983
git am --keep-cr %{PATCH984}
%autopatch -m 985 -M 986
git am --keep-cr %{PATCH987}
%autopatch -m 988 -M 994
git am --keep-cr %{PATCH995}
%autopatch -m 996 -M 996
git am --keep-cr %{PATCH997}
%autopatch -m 998
%autosetup -S git
%setup -T -D -a 26
%build
@ -2031,6 +1991,9 @@ systemd-hwdb update &>/dev/null || :
%{_prefix}/lib/dracut/modules.d/70rhel-net-naming-sysattrs/*
%changelog
* Mon Aug 19 2024 systemd team <systemd-maint@redhat.com>
- fix applying patches
* Thu Aug 15 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-41
- timedatectl: setting set_local_rtc to 1 will throw Warning as well, use log_warning() (#33489) (RHEL-45020)
- cryptsetup-tokens: fix pin asserts (RHEL-36276)