Revert OL modifications

This commit is contained in:
eabdullin 2026-02-25 07:50:55 +00:00
parent 0f1b0cfe5e
commit 5c92c022f8

View File

@ -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 <el-errata_ww@oracle.com> - 0.5.13-14.0.1
- Updated path for removal of unneeded init file
* Sun Feb 15 2026 Kamal Heib <kheib@redhat.com> - 0.5.13-14
- Fix CVE-2026-25506
- Resolved: RHEL-148533