From 5c92c022f813cf153c0db699890c195ed196e3eb Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 25 Feb 2026 07:50:55 +0000 Subject: [PATCH] Revert OL modifications --- SPECS/munge.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/SPECS/munge.spec b/SPECS/munge.spec index eae8e46..9a52adb 100644 --- a/SPECS/munge.spec +++ b/SPECS/munge.spec @@ -1,6 +1,6 @@ Name: munge Version: 0.5.13 -Release: 14.0.1%{?dist} +Release: 14%{?dist} Summary: Enables uid & gid authentication across a host cluster # The libs and devel package is GPLv3+ and LGPLv3+ where as the main package is GPLv3 only. @@ -74,7 +74,7 @@ install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_sysusersdir}/munge.conf # rm unneeded files. rm %{buildroot}/%{_sysconfdir}/sysconfig/munge -rm %{buildroot}/%{_sysconfdir}/rc.d/init.d/munge +rm %{buildroot}/%{_sysconfdir}/init.d/munge # Exclude .la files rm %{buildroot}/%{_libdir}/libmunge.la @@ -157,9 +157,6 @@ mv %{buildroot}%{_var}/run %{buildroot} %changelog -* Mon Feb 23 2026 EL Errata - 0.5.13-14.0.1 -- Updated path for removal of unneeded init file - * Sun Feb 15 2026 Kamal Heib - 0.5.13-14 - Fix CVE-2026-25506 - Resolved: RHEL-148533