Revert OL modifications

This commit is contained in:
AlmaLinux RelEng Bot 2026-08-24 15:46:22 -04:00
parent 1b9f4f47fb
commit a6e7fdeb00

View File

@ -7,7 +7,7 @@
Summary: Multi Router Traffic Grapher
Name: mrtg
Version: 2.17.7
Release: 12.0.1%{?dist}.1
Release: 12%{?dist}.1
URL: http://oss.oetiker.ch/mrtg/
Source0: http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz
Source1: http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz.md5
@ -111,7 +111,6 @@ done
sed -i 's;@@lib@@;%{_lib};g' "$RPM_BUILD_ROOT"%{_mandir}/man1/*.1
%post
install -d -m 0755 -o root -g root %{_localstatedir}/lock/mrtg
restorecon /var/lock/mrtg
%systemd_post mrtg.service
@ -146,9 +145,6 @@ fi
%{_unitdir}/mrtg.timer
%changelog
* Thu Aug 20 2026 EL Errata <el-errata_ww@oracle.com> - 2.17.7-12.0.1.el9_8.1
- Create mrtg lock file before running restorecon on it [Orabug: 39096845]
* Tue Aug 11 2026 RHEL Packaging Agent <redhat-ymir-agent@redhat.com> - 2.17.7-12.1
- Fix CVE-2026-72694: symlink-following chown of pid file in daemon mode
Resolves: RHEL-236047