rpms/mrtg/F-7 filter-provides-mrtg.sh,NONE,1.1 mrtg.spec,1.36,1.37

Vitezslav Crhonek (vcrhonek) fedora-extras-commits at redhat.com
Thu Sep 20 09:06:14 UTC 2007


Author: vcrhonek

Update of /cvs/extras/rpms/mrtg/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3128

Modified Files:
	mrtg.spec 
Added Files:
	filter-provides-mrtg.sh 
Log Message:
Fix bad provides, Resolves: #247113


--- NEW FILE filter-provides-mrtg.sh ---
#!/bin/sh

/usr/lib/rpm/find-provides "$@" | grep -v 'perl(\(SNMP_util\|SNMP_Session\|BER\))'


Index: mrtg.spec
===================================================================
RCS file: /cvs/extras/rpms/mrtg/F-7/mrtg.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- mrtg.spec	8 Jun 2007 08:43:55 -0000	1.36
+++ mrtg.spec	20 Sep 2007 09:05:41 -0000	1.37
@@ -6,7 +6,7 @@
 Summary:   Multi Router Traffic Grapher
 Name:      mrtg
 Version:   2.15.1
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:       http://oss.oetiker.ch/mrtg/
 Source0:   http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz
 Source1:   http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz.md5.gpg
@@ -14,6 +14,7 @@
 Source3:   filter-requires-mrtg.sh
 Source4:   mrtg.crond.in
 Source5:   mrtg-httpd.conf
+Source6:   filter-provides-mrtg.sh
 Patch0:    mrtg-2.15.0-lib64.patch
 Patch1:    mrtg-2.10.5-norpath.patch
 License:   GPL
@@ -26,6 +27,7 @@
 BuildRequires: gd-devel, libpng-devel
 
 %define __find_requires %{SOURCE3}
+%define __find_provides %{SOURCE6}
 
 %description
 The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic
@@ -115,6 +117,10 @@
 %dir %{_localstatedir}/lock/mrtg
 
 %changelog
+* Thu Sep 20 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 2.15.1-3
+- Fix bad provides
+  Resolves: #247113
+
 * Thu Jun  8 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 2.15.1-2
 - Specfile update, because upstream decides to install mrtg-traffic-sum
   Resolves: #243112




More information about the fedora-extras-commits mailing list