From 1a6d41c6cedff048646b15e4c99e2ca0271854d7 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 18 Mar 2024 13:29:43 +0100 Subject: [PATCH] spec: rebase rhel-net-naming-sysattrs to v0.5 Resolves: RHEL-29441 --- sources | 2 +- systemd.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 628c173..f39a590 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (rhel-net-naming-sysattrs-v0.4.tar.gz) = 8144982596fbb220e673d94d8ab12178a801becacac10821b1c5a6007666c9f15a0ecf1cf6ac294f84ad4cd6e4bfdd5d4457bd4621d1691b828b0a5e116c7645 +SHA512 (rhel-net-naming-sysattrs-v0.5.tar.gz) = 0f7cbcadf0fccf658e205e8724eda81e3b31cf4f9528fafdb0a8ee8f882fb4862aaf3f121ab605c73644afe470931318ad06d7b58f9c628c89334d74adebdad2 SHA512 (systemd-252.tar.gz) = c9a5f4e3d11cf6a73b0f0d34f7e8f380b9b39bd4e8dd540affcba2eb24b777943f90662eb6ca2bd24276eb5d502312fcc2f097ec242ed1ca79603dbbde19ec7f diff --git a/systemd.spec b/systemd.spec index 3944bfa..2b25abb 100644 --- a/systemd.spec +++ b/systemd.spec @@ -21,7 +21,7 @@ Name: systemd Url: https://systemd.io Version: 252 -Release: 31%{?dist} +Release: 32%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -67,7 +67,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.4 +%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 %if 0 @@ -1664,6 +1664,9 @@ systemd-hwdb update &>/dev/null || : %{_prefix}/lib/dracut/modules.d/70rhel-net-naming-sysattrs/* %changelog +* Mon Mar 18 2024 Jan Macku - 252-32 +- rebase rhel-net-naming-sysattrs to v0.5 + * Fri Mar 15 2024 systemd maintenance team - 252-31 - bootctl: rework random seed logic to use open_mkdir_at() and openat() (RHEL-16952) - bootctl: properly sync fs before/after moving random seed file into place (RHEL-16952)