From 84141919ce6df741ac867616226124d2374a6d7c Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 6 Nov 2024 10:05:05 +0300 Subject: [PATCH] import systemd-256-16.el10 --- SPECS/systemd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/systemd.spec b/SPECS/systemd.spec index af1c0e1..4a00a95 100644 --- a/SPECS/systemd.spec +++ b/SPECS/systemd.spec @@ -48,7 +48,7 @@ Url: https://systemd.io # Allow users to specify the version and release when building the rpm by # setting the %%version_override and %%release_override macros. Version: %{?version_override}%{!?version_override:256} -Release: 15%{?dist} +Release: 16%{?dist} %global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?) @@ -1132,6 +1132,10 @@ rm -f .file-list-* rm -f %{name}.lang %changelog +* Tue Oct 29 2024 Troy Dawson +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Tue Oct 15 2024 systemd maintenance team - 256-15 - ci: rename beta branch to match dist-git name (RHEL-57603) - udev: Handle PTP device symlink properly on udev action 'change' (RHEL-59871)