mrtg/mrtg.spec

566 lines
18 KiB
RPMSpec
Raw Normal View History

2011-02-22 11:04:47 +00:00
%global _use_internal_dependency_generator 0
2011-02-22 11:04:47 +00:00
%global contentdir %{_localstatedir}/www/%{name}
%global libdir %{_localstatedir}/lib/mrtg
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
Summary: Multi Router Traffic Grapher
Name: mrtg
2012-03-01 11:11:48 +00:00
Version: 2.17.4
2013-07-17 18:40:52 +00:00
Release: 10%{?dist}
2007-02-12 11:06:39 +00:00
URL: http://oss.oetiker.ch/mrtg/
Source0: http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz
2010-09-27 12:29:56 +00:00
Source1: http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz.md5
2012-11-29 14:24:48 +00:00
# Source2: configuration file example
2006-03-18 02:36:14 +00:00
Source2: mrtg.cfg
2012-11-29 14:24:48 +00:00
# Source3: script for filtering out false perl requires
2006-03-18 02:36:14 +00:00
Source3: filter-requires-mrtg.sh
2012-11-29 14:24:48 +00:00
# Source4: configuration for Apache
2006-03-18 02:36:14 +00:00
Source5: mrtg-httpd.conf
2012-11-29 14:24:48 +00:00
# Source6: script for filtering out false perl provides
2007-09-20 09:21:13 +00:00
Source6: filter-provides-mrtg.sh
2012-11-29 14:24:48 +00:00
# Source7: tmpfiles rule
2011-03-24 14:59:40 +00:00
Source7: mrtg.tmpfiles
2012-11-29 14:24:48 +00:00
# Source8: systemd service file
2011-08-24 15:13:58 +00:00
Source8: mrtg.service
2012-11-29 14:24:48 +00:00
# Source9: systemd timer file
2011-08-24 15:13:58 +00:00
Source9: mrtg.timer
Patch0: mrtg-2.15.0-lib64.patch
2011-10-02 11:20:59 +00:00
Patch2: mrtg-2.17.2-socket6-fix.patch
# Patch3: some devices return 2**32-2 on ifSpeed (e. g. IBM FibreChannel switches)
Patch3: mrtg-2.17.4-cfgmaker-ifhighspeed.patch
2008-12-11 16:29:21 +00:00
License: GPLv2+
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
Group: Applications/Internet
2011-09-08 18:57:50 +00:00
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
Requires: perl-Socket6 perl-IO-Socket-INET6
2008-06-06 11:33:29 +00:00
Requires: gd
BuildRequires: gd-devel, libpng-devel
2011-09-08 18:57:50 +00:00
BuildRequires: systemd-units
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
2011-02-22 11:04:47 +00:00
%global __find_requires %{SOURCE3}
%global __find_provides %{SOURCE6}
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
%description
The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic
load on network-links. MRTG generates HTML pages containing PNG
images which provide a LIVE visual representation of this traffic.
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
%prep
%setup -q
2006-10-24 17:30:02 +00:00
%patch0 -p1 -b .lib64
2011-10-02 11:20:59 +00:00
%patch2 -p1 -b .socket6
2012-12-10 11:57:27 +00:00
%patch3 -p1 -b .ifhighspeed
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
2008-12-11 16:29:21 +00:00
for i in doc/mrtg-forum.1 doc/mrtg-squid.1 CHANGES; do
iconv -f iso-8859-1 -t utf-8 < "$i" > "${i}_"
mv "${i}_" "$i"
2004-11-23 22:49:28 +00:00
done
# Remove contribution useful on Windows only
rm -rf contrib/nt-services
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
%build
%configure
# Don't link rateup statically, don't link to indirect dependencies
# LIBS derived from autodetected by removing -Wl,-B(static|dynamic), -lpng, -lz
make LIBS='-lgd -lm'
find contrib -type f -exec \
2008-12-11 16:29:21 +00:00
%{__perl} -e 's,^#!/\s*\S*perl\S*,#!%{__perl},gi' -p -i \{\} \;
find contrib -name "*.pl" -exec %{__perl} -e 's;\015;;gi' -p -i \{\} \;
find contrib -type f | xargs chmod a-x
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/mrtg
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/mrtg
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lock/mrtg
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
mkdir -p $RPM_BUILD_ROOT%{contentdir}
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
install -m 644 images/* $RPM_BUILD_ROOT%{contentdir}/
sed 's,@CONTENTDIR@,%{contentdir},g; s,@LIBDIR@,%{_localstatedir}/lib/mrtg,g' \
2008-12-11 16:29:21 +00:00
%{SOURCE2} > $RPM_BUILD_ROOT%{_sysconfdir}/mrtg/mrtg.cfg
chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/mrtg/mrtg.cfg
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
2006-03-18 02:36:14 +00:00
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/mrtg.conf
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
2011-03-24 14:59:40 +00:00
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
install -p -D -m 644 %{SOURCE7} $RPM_BUILD_ROOT/%{_sysconfdir}/tmpfiles.d/mrtg.conf
%endif
2011-08-24 15:13:58 +00:00
# install systemd files
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
2011-09-08 18:57:50 +00:00
install -p -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_unitdir}/mrtg.service
install -p -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_unitdir}/mrtg.timer
2011-08-24 15:13:58 +00:00
# Add mrtg-traffic-sum here when upstream decides to install it
for i in mrtg cfgmaker indexmaker mrtg-traffic-sum; do
2008-12-11 16:29:21 +00:00
sed -i 's;@@lib@@;%{_lib};g' "$RPM_BUILD_ROOT"%{_bindir}/"$i"
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
done
sed -i 's;@@lib@@;%{_lib};g' "$RPM_BUILD_ROOT"%{_mandir}/man1/*.1
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
%post
2011-03-24 14:59:40 +00:00
install -d -m 0755 -o root -g root /var/lock/mrtg
2012-08-22 11:49:39 +00:00
%systemd_post mrtg.service
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
2011-03-24 14:59:40 +00:00
%preun
if [ $1 -eq 0 ]; then
2012-08-22 11:49:39 +00:00
# Package removal, not upgrade
2011-03-24 14:59:40 +00:00
rm -rf /var/lock/mrtg
fi
2012-08-22 11:49:39 +00:00
%systemd_preun mrtg.service
2011-03-24 14:59:40 +00:00
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
%postun
2012-08-22 11:49:39 +00:00
%systemd_postun_with_restart mrtg.service
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
%files
2006-05-15 02:00:53 +00:00
%doc contrib CHANGES COPYING COPYRIGHT README THANKS
%dir %{_sysconfdir}/mrtg
%config(noreplace) %{_sysconfdir}/mrtg/mrtg.cfg
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mrtg.conf
%{contentdir}
%{_bindir}/*
%{_libdir}/mrtg2
%exclude %{_libdir}/mrtg2/Pod
%{_mandir}/*/*
%exclude %{_datadir}/mrtg2/icons
%exclude %{_datadir}/doc/mrtg2
%dir %{_localstatedir}/lib/mrtg
2011-03-24 14:59:40 +00:00
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
%config(noreplace) %{_sysconfdir}/tmpfiles.d/mrtg.conf
%endif
%ghost /var/lock/mrtg
2011-09-08 18:57:50 +00:00
%{_unitdir}/mrtg.service
%{_unitdir}/mrtg.timer
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
%changelog
2013-07-17 18:40:52 +00:00
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.17.4-10
- Perl 5.18 rebuild
2013-06-11 08:59:01 +00:00
* Tue Jun 11 2013 Remi Collet <rcollet@redhat.com> - 2.17.4-9
- rebuild for new GD 2.1.0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2012-12-10 11:57:27 +00:00
* Mon Dec 10 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.4-7
- Apply patch #3
2012-11-29 14:24:48 +00:00
* Thu Nov 29 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.4-6
- Comment sources
* Wed Oct 31 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.4-5
- Update mrtg-httpd.conf to work with httpd 2.4
Resolves: #871434
2012-08-22 11:49:39 +00:00
* Wed Aug 22 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.4-4
- Use new systemd-rpm macros
Resolves: #850215
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Thu Jun 28 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.4-2
- Fix cfgmaker don't use ifHighSpeed on IBM FibreChannel switches
(patch by Peter Bieringer)
2012-03-01 11:11:48 +00:00
* Thu Mar 01 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.4-1
- Update to mrtg-2.17.4
- Use unitdir macro when creating directory for systemd units
2012-03-01 11:11:48 +00:00
* Mon Jan 09 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.3-2
- Fix 'undefined subroutine &SNMP_Session::inet_ntop called at
/usr/bin/../lib64/mrtg2/SNMP_Session.pm line 549.' error
2011-12-07 13:32:15 +00:00
* Wed Dec 07 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.3-1
- Update to mrtg-2.17.3
* Mon Oct 31 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.2-6
- Remove contribution useful on Windows only from documentation
Resolves: #749426
2011-10-02 11:20:59 +00:00
* Sun Oct 2 2011 Tom Callaway <spot@fedoraproject.org> - 2.17.2-5
- Resolve bugzilla 732587
2011-09-08 18:57:50 +00:00
* Thu Sep 8 2011 Tom Callaway <spot@fedoraproject.org> - 2.17.2-4
- add missing systemd scriptlets
- drop cron.d config (systemd handles it now)
2011-08-24 15:13:58 +00:00
* Wed Aug 24 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.2-3
- Ship systemd files
Resolves: #696147
2011-03-24 14:59:40 +00:00
* Thu Mar 24 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.2-2
- Use %%ghost for /var/lock/mrtg
Resolves: #656629
2011-02-22 11:04:47 +00:00
* Tue Feb 22 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.2-1
- Update to mrtg-2.17.2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-12-15 12:17:17 +00:00
* Wed Dec 15 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.0-1
- Update to mrtg-2.17.0
* Mon Dec 13 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.16.4-4
- Resurrect part of the previous patch lost by mistake
* Mon Dec 13 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.16.4-3
- Import also getaddrinfo in SNMP_Session.pm
Resolves: #662116
2010-11-22 14:37:13 +00:00
* Mon Nov 22 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.16.4-2
- resolve conflict with Socket6 (see bz 438931, 442884, 652158)
2010-09-27 12:29:56 +00:00
* Mon Sep 27 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.16.4-1
- Update to mrtg-2.16.4
2010-04-07 04:35:50 +00:00
* Wed Apr 7 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.16.3-1
- Update to mrtg-2.16.3
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-12-11 16:29:21 +00:00
* Thu Dec 11 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.16.2-2
- Merge Review and spec cleanup
Resolves: #226161
2008-06-27 08:00:57 +00:00
* Fri Jun 27 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.16.2-1
- Update to 2.16.2
- Mark /etc/crond.d/mrtg file as "noreplace" to keep current setup
during mrtg update
Related: #391261
- Fix mrtg complains of undefined subroutine AF_UNSPEC
Resolves: #451783
2008-06-06 11:33:29 +00:00
* Fri Jun 6 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.16.1-3
- Add gd graphic library to Requires
Resolves: #446533
2008-04-23 08:04:39 +00:00
* Tue Apr 22 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.16.1-2
- Rebuild
Resolves: #443116
2008-04-18 11:48:06 +00:00
* Fri Apr 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.16.1-1
- Update to 2.16.1
- fix perl noise (bz 438931, 442884)
2008-02-11 14:10:43 +00:00
* Mon Feb 11 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.15.1-8
- Fix Buildroot
2008-01-18 11:04:07 +00:00
* Fri Jan 18 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.15.1-7
- Rebuild
2007-10-15 14:47:59 +00:00
* Mon Oct 15 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.15.1-6
- Fix another two bad perl provides
2007-09-20 09:21:13 +00:00
* Thu Sep 20 2007 Vitezslav Crhonek <vcrhonek@redhat.com> 2.15.1-5
- Fix bad provides
2007-08-23 11:32:06 +00:00
* Thu Aug 23 2007 Vitezslav Crhonek <vcrhonek@redhat.com> 2.15.1-4
- fix license
- rebuild
2007-06-08 09:02:18 +00:00
* Fri Jun 8 2007 Vitezslav Crhonek <vcrhonek@redhat.com> 2.15.1-3
- Rebuild
* Thu Jun 7 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.15.1-2
- Specfile update, because upstream decides to install mrtg-traffic-sum
Resolves: #243112
2007-02-12 11:06:39 +00:00
* Mon Feb 12 2007 Miloslav Trmac <mitr@redhat.com> - 2.15.1-1
- Update to mrtg-2.15.1
* Wed Dec 6 2006 Miloslav Trmac <mitr@redhat.com> - 2.15.0-1
- Update to mrtg-2.15.0
- Don't use Prereq: for /sbin/service
- Use (sed -i) instead of perl to make the regexps more readable
2006-10-24 17:30:02 +00:00
* Tue Oct 24 2006 Miloslav Trmac <mitr@redhat.com> - 2.14.7-1
- Update to mrtg-2.14.7
* Wed Aug 30 2006 Miloslav Trmac <mitr@redhat.com> - 2.14.5-2
- Add Requires: perl-Socket6 perl-IO-Socket-INET6 for IPv6 support
2006-07-16 02:26:03 +00:00
* Sun Jul 16 2006 Miloslav Trmac <mitr@redhat.com> - 2.14.5-1
- Update to mrtg-2.14.5
2006-07-12 07:24:10 +00:00
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.4-1.1
- rebuild
2006-07-05 21:49:53 +00:00
* Wed Jul 5 2006 Miloslav Trmac <mitr@redhat.com> - 2.14.4-1
- Update to mrtg-2.14.4
2006-05-15 02:00:53 +00:00
* Mon May 15 2006 Miloslav Trmac <mitr@redhat.com> - 2.14.3-1
- Update to mrtg-2.14.3
2006-03-18 02:36:14 +00:00
* Sat Mar 18 2006 Miloslav Trmac <mitr@redhat.com> - 2.13.2-1
- Update to mrtg-2.13.2
2006-02-11 04:38:34 +00:00
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.0-1.2
- bump again for double-long bug on ppc(64)
2006-02-07 13:03:23 +00:00
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.0-1.1
- rebuilt for new gcc4.1 snapshot and glibc changes
2006-01-30 22:57:28 +00:00
* Mon Jan 30 2006 Miloslav Trmac <mitr@redhat.com> - 2.13.0-1
- Update to mrtg-2.13.0
2005-12-09 22:42:10 +00:00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Mon Sep 12 2005 Miloslav Trmac <mitr@redhat.com> - 2.12.2-2
- Add LANG and LC_ALL definition to cron script for easier copying to command
line (#167530)
- Don't ship MANIFEST and a very obsolete version of 14all.cgi
- Fix rewriting of perl paths to /usr/bin/perl in contrib scripts
- Make contrib scripts unexecutable to avoid unnecessary rpm dependencies;
remove unnecessary entries from filter-requires-mrtg.sh
2005-06-20 14:57:09 +00:00
* Mon Jun 20 2005 Miloslav Trmac <mitr@redhat.com> - 2.12.2-1
- Update to mrtg-2.12.2
* Wed May 25 2005 Miloslav Trmac <mitr@redhat.com> - 2.12.1-2
- Remove included old version of PodParser (#158735)
* Tue May 17 2005 Miloslav Trmac <mitr@redhat.com> - 2.12.1-1
- Update to mrtg-2.12.1
- Remove unnecessary BuildRequires, Requires
- Don't link rateup to libpng and libz
* Sun Mar 13 2005 Miloslav Trmac <mitr@redhat.com> - 2.11.1-3
- Fix Timezone[] handling in html output (#149296)
2005-03-04 20:34:15 +00:00
* Fri Mar 4 2005 Miloslav Trmac <mitr@redhat.com> - 2.11.1-2
- Rebuild with gcc 4
2005-01-06 14:59:52 +00:00
* Thu Jan 6 2005 Miloslav Trmac <mitr@redhat.com> - 2.11.1-1
- Update to mrtg-2.11.1
* Mon Dec 13 2004 Miloslav Trmac <mitr@redhat.com> - 2.11.0-1
- Update to mrtg-2.11.0
- Don't install HTML documentation to /var/www/mrtg
- Clean up %%install a bit
2004-11-23 22:49:28 +00:00
* Tue Nov 23 2004 Miloslav Trmac <mitr@redhat.com> - 2.10.15-3
- Convert man pages to UTF-8
* Mon Nov 22 2004 Jindrich Novy <jnovy@redhat.com> 2.10.15-2
- remove bogus characters from man pages to prevent
man displaying the page is in wrong encoding (#139341)
* Tue Aug 17 2004 Miloslav Trmac <mitr@redhat.com> - 2.10.15-1
- Update to 2.10.15
- Use a more generic URL
- Don't link rateup statically
- Move threshold and log files to /var/lib/mrtg, lock files to /var/lock/mrtg
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Apr 20 2004 Joe Orton <jorton@redhat.com> 2.10.5-3
- Allow/Deny by address in conf.d/mrtg.conf (#113089)
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Sat Oct 25 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 2.10.5
- to not set LD_RUN_PATH
* Sat Aug 2 2003 Joe Orton <jorton@redhat.com> 2.9.29-5
- rebuild
* Fri Aug 1 2003 Joe Orton <jorton@redhat.com> 2.9.29-4.ent
- move default output directory to /var/www/mrtg
* Mon Jun 9 2003 Nalin Dahyabhai <nalin@redhat.com> 2.9.28-4
- disable use of RPM's internal dependency generator so that we can filter out
requirements of the contrib scripts included in the docs directory
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
- add explicit epoch's where needed.
* Tue May 6 2003 Nalin Dahyabhai <nalin@redhat.com> 2.9.28-2
- rebuild
* Wed Apr 30 2003 Nalin Dahyabhai <nalin@redhat.com> 2.9.28-1
- update to 2.9.29
* Wed Mar 5 2003 Nalin Dahyabhai <nalin@redhat.com> 2.9.17-14
- fixup lib/lib64 references (#82916)
* Fri Feb 7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.9.17-13
- move crontab data to /etc/cron.d
- add trigger to remove crontab data from /etc/crontab on removal of
older versions
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Tue Dec 17 2002 Tim Powers <timp@redhat.com> 2.9.17-11
- PreReq crontabs
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 2.9.17-10
- don't use rpms internal dep generator
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 2.9.17-9
- rebuild on all arches
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed May 29 2002 Chip Turner <cturner@redhat.com>
- added filter for soft perl dependencies
* Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 2.9.17-4
- rebuild in new environment
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 2.9.17-3
- rebuild
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed Nov 1 2001 Nalin Dahyabhai <nalin@redhat.com> 2.9.17-1
- update to 2.9.17
- use FHS macros
- install the .gif files as well
- copyright: distributable -> license: GPL
* Tue Jul 3 2001 Tim Powers <timp@redhat.com>
- changed description to indicate that it creates PNG images and not GIF images
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
- set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd
support with freetype, which it needs
- remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>)
* Mon May 21 2001 Tim Powers <timp@redhat.com>
- rebuilt for the distro
* Mon Mar 5 2001 Tim Powers <timp@redhat.com>
- fixed bad group
* Thu Dec 14 2000 Tim Powers <timp@redhat.com>
- updated to 2.9.6
* Tue Dec 12 2000 Tim Powers <timp@redhat.com>
- updated to 2.9.5
* Mon Nov 20 2000 Tim Powers <timp@redhat.com>
- rebuilt to fix bad dir perms
* Mon Nov 13 2000 Tim Powers <timp@redhat.com>
- using this new spec for 7.1 build
* Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr>
[2.9.4]
- compiled on Redhat 6.1 box plus updates with rpm-3.0.5
* Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr>
[2.9.2]
- clean up spec file for 2.9 release
(no .gif, cfgmaker_ip removed)
- mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
to relocate .pm at post time.
- mrtg config (mrtg.cfg) goes now in /etc/mrtg/
- added manual to rpm
- spec file adapted to RH 7.0
* Wed Feb 9 2000 Tim Verhoeven <dj@sin.khk.be>
[2.8.12]
- source archiv changed back to .gz
- upgraded to mrtg version 2.8.12
* Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk>
[2.8.9]
- source archiv changed to .bz2
* Fri Aug 27 1999 Henri Gomez <gomez@slib.fr>
[2.8.8]
- important release since rrd support is added
It came from Rainer Bawidamann work. If you have rrdtool RPM
installed, just add UseRRDTool: Yes in your config files.
- added latest patch for mrtg-rrd.
- to convert your mrtg logs to rrd format, use log2rrd.pl
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
you can found on rrdtool package.
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
* Mon Aug 16 1999 Henri Gomez <gomez@slib.fr>
[2.8.6]
* Fri Jul 23 1999 Henri Gomez <gomez@slib.fr>
[2.8.4]
- mrtg could use now png instead of gif via gd1.6.1
but since gd1.6.1 remove all gif reference it could
break your dependencies, so we don't use it for now.
* Tue Jun 15 1999 Henri Gomez <gomez@slib.fr>
[2.7.5]
- removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel.
- removed CR from perl files in contrib.
- added cfgmaker_ip in binaries.
- rework modules install/de-install for RH5.x/6.0 compat
* Wed Jun 9 1999 Henri Gomez <gomez@slib.fr>
[2.7.4-2]
- set perl path for contribs
- set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0)
* Wed May 5 1999 Ian Macdonald <ianmacd@xs4all.nl>
[2.7.4-1]
- changed Perl module installation to be version independent
- changed libgd dependency to gd
- changed URL
- strip binaries
- include contrib directory as documentation
* Tue Mar 2 1999 Henri Gomez <gomez@slib.fr>
[2.6.6]
* Wed Feb 17 1999 Henri Gomez <gomez@slib.fr>
[2.6.4]
- removed mrtg-squid (specific OIDS)
- cfgmaker and indexmaker now /usr/bin
- libgd must be >= 1.3
* Fri Jan 29 1999 Henri Gomez <gomez@slib.fr>
[2.5.4c-3]
- Added mrtg-squid to monitor squid (specific OIDS)
* Fri Jan 28 1999 Henri Gomez <gomez@slib.fr>
[2.5.4c-2]
- applied squid snmp patch
* Wed Jan 27 1999 Henri Gomez <gomez@slib.fr>
[2.5.4c-1]
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
- upgraded to 2.5.4c.
- added require libgd-devel
* Mon Nov 30 1998 Arne Coucheron <arneco@online.no>
[2.5.4a-1]
* Thu Jun 18 1998 Arne Coucheron <arneco@online.no>
[2.5.3-1]
- using %%{name} and %%{version} macros
- using %%defattr macro in filelist
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
- using install -d in various places instead of cp
- added -q parameter to %%setup
auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
- removed older changelogs