import CS mrtg-2.17.7-11.el9

This commit is contained in:
eabdullin 2024-03-28 11:11:40 +00:00
parent 58bb623b69
commit 0827365942
2 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,6 @@
[Unit]
Description=Multi-router Traffic Grapher
After=syslog.target
[Service]
Environment=LANG=C
@ -30,7 +29,6 @@ ExecStart=/usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --c
# - RunAsDaemon: no; (periodic invocation) :
#Type=oneshot
Type=simple
StandardOutput=syslog
[Install]
WantedBy=multi-user.target

View File

@ -6,7 +6,7 @@
Summary: Multi Router Traffic Grapher
Name: mrtg
Version: 2.17.7
Release: 10%{?dist}
Release: 11%{?dist}
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
@ -142,6 +142,10 @@ fi
%{_unitdir}/mrtg.timer
%changelog
* Mon Feb 05 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.7-11
- Remove obsolete syslog references from service file
Resolves: RHEL-19644
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.17.7-10
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688