diff --git a/.gitignore b/.gitignore index b3e04de..de9933e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /systemd-*.tar.gz /*.rpm /rhel-net-naming-sysattrs-*.tar.gz +/net-naming-sysattrs-*.tar.gz diff --git a/sources b/sources index f39a590..2395f7b 100644 --- a/sources +++ b/sources @@ -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 diff --git a/systemd.spec b/systemd.spec index 0c4b39d..f7762ff 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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 </dev/null || : %{_prefix}/lib/dracut/modules.d/70rhel-net-naming-sysattrs/* %changelog +* Wed Feb 18 2026 systemd maintenance team - 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 - 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)