diff --git a/SPECS/munge.spec b/SPECS/munge.spec index 04ef787..62b2ed7 100644 --- a/SPECS/munge.spec +++ b/SPECS/munge.spec @@ -1,6 +1,6 @@ Name: munge Version: 0.5.13 -Release: 13%{?dist} +Release: 13%{?dist}.inferit 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. @@ -71,10 +71,10 @@ install -p -D -m 644 munge.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/mun install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_sysusersdir}/munge.conf # rm unneeded files. -rm %{buildroot}/%{_sysconfdir}/sysconfig/munge -rm %{buildroot}/%{_sysconfdir}/init.d/munge +rm -f %{buildroot}/%{_sysconfdir}/sysconfig/munge +rm -f %{buildroot}/%{_sysconfdir}/init.d/munge # Exclude .la files -rm %{buildroot}/%{_libdir}/libmunge.la +rm -f %{buildroot}/%{_libdir}/libmunge.la # Fix a few permissions @@ -155,6 +155,9 @@ mv %{buildroot}%{_var}/run %{buildroot} %changelog +* Mon Mar 04 2024 Arkady L. Shane - 0.5.13-13.inferit +- rm -f!!! + * Wed Mar 15 2023 MSVSphere Packaging Team - 0.5.13-13 - Rebuilt for MSVSphere 9.1.