Compare commits

...

No commits in common. 'c9' and 'i9' have entirely different histories.
c9 ... i9

@ -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,11 @@ 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
rm -f %{buildroot}/%{_sysconfdir}/rc.d/init.d/munge
# Exclude .la files
rm %{buildroot}/%{_libdir}/libmunge.la
rm -f %{buildroot}/%{_libdir}/libmunge.la
# Fix a few permissions
@ -155,6 +156,12 @@ mv %{buildroot}%{_var}/run %{buildroot}
%changelog
* Mon Mar 04 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.5.13-13.inferit
- rm -f and remove from other place
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.5.13-13
- Rebuilt for MSVSphere 9.1.
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.5.13-13
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688

Loading…
Cancel
Save