spec: rebase rhel-net-naming-sysattrs to v0.5

Resolves: RHEL-29441
This commit is contained in:
Jan Macku 2024-03-18 13:29:43 +01:00
parent a83ff382a5
commit 1a6d41c6ce
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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 <jamacku@redhat.com> - 252-32
- rebase rhel-net-naming-sysattrs to v0.5
* Fri Mar 15 2024 systemd maintenance team <systemd-maint@redhat.com> - 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)