systemd-252-65

Resolves: RHEL-150622
This commit is contained in:
Jan Macku 2026-02-18 14:08:10 +01:00
parent 1e476f0c70
commit 08272a4b03
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/systemd-*.tar.gz
/*.rpm
/rhel-net-naming-sysattrs-*.tar.gz
/net-naming-sysattrs-*.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (rhel-net-naming-sysattrs-v0.5.tar.gz) = 0f7cbcadf0fccf658e205e8724eda81e3b31cf4f9528fafdb0a8ee8f882fb4862aaf3f121ab605c73644afe470931318ad06d7b58f9c628c89334d74adebdad2
SHA512 (net-naming-sysattrs-v0.5.tar.gz) = 65e93ecd7bfc1368286dce391ce82935650c5f5715f72078d7f1e8a374602b6afad25e5f1b45b17d72a46c0448f2d378b4f87c8a7c381ddd9bb40c770cc7e6f8
SHA512 (systemd-252.tar.gz) = c9a5f4e3d11cf6a73b0f0d34f7e8f380b9b39bd4e8dd540affcba2eb24b777943f90662eb6ca2bd24276eb5d502312fcc2f097ec242ed1ca79603dbbde19ec7f

View File

@ -21,7 +21,7 @@
Name: systemd
Url: https://systemd.io
Version: 252
Release: 64%{?dist}
Release: 65%{?dist}
# For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+
Summary: System and Service Manager
@ -68,7 +68,7 @@ Source25: rc.local
# Download hwdb of RHEL net naming scheme; this is a temporary it will be later moved to kernel
# see: https://issues.redhat.com/browse/RHELBU-2374
%global rhel_nns_version 0.5
Source26: https://gitlab.com/mschmidt2/rhel-net-naming-sysattrs/-/archive/v%{rhel_nns_version}/rhel-net-naming-sysattrs-v%{rhel_nns_version}.tar.gz
Source26: https://gitlab.com/mschmidt2/net-naming-sysattrs/-/archive/v%{rhel_nns_version}/net-naming-sysattrs-v%{rhel_nns_version}.tar.gz
%if 0
GIT_DIR=../../src/systemd/.git git format-patch-ab --no-signature -M -N v235..v235-stable
@ -1998,7 +1998,7 @@ python3 %{SOURCE2} %buildroot <<EOF
EOF
# Install rhel-net-naming-sysattrs
%make_install -C rhel-net-naming-sysattrs-v%{rhel_nns_version}
%make_install -C net-naming-sysattrs-v%{rhel_nns_version}
%check
%if %{with tests}
@ -2260,6 +2260,9 @@ systemd-hwdb update &>/dev/null || :
%{_prefix}/lib/dracut/modules.d/70rhel-net-naming-sysattrs/*
%changelog
* Wed Feb 18 2026 systemd maintenance team <systemd-maint@redhat.com> - 252-65
- update specfile and sources after renaming rhel-net-naming-sysattrs to net-naming-sysattrs (RHEL-150622)
* Fri Dec 12 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-64
- core: fix array size in unit_log_resources() (RHEL-131338)
- pid1: add env var to override default mount rate limit burst (RHEL-129153)