rpms/mrtg/devel filter-provides-mrtg.sh, NONE, 1.1 mrtg.spec, 1.38, 1.39

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


Author: vcrhonek

Update of /cvs/extras/rpms/mrtg/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3679

Modified Files:
	mrtg.spec 
Added Files:
	filter-provides-mrtg.sh 
Log Message:
Fix bad provides


--- 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/devel/mrtg.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- mrtg.spec	23 Aug 2007 11:32:06 -0000	1.38
+++ mrtg.spec	20 Sep 2007 09:21:13 -0000	1.39
@@ -6,7 +6,7 @@
 Summary:   Multi Router Traffic Grapher
 Name:      mrtg
 Version:   2.15.1
-Release:   4%{?dist}
+Release:   5%{?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,9 @@
 %dir %{_localstatedir}/lock/mrtg
 
 %changelog
+* Thu Sep 20 2007 Vitezslav Crhonek <vcrhonek at redhat.com> 2.15.1-5
+- Fix bad provides
+
 * Thu Aug 23 2007 Vitezslav Crhonek <vcrhonek at redhat.com> 2.15.1-4
 - fix license
 - rebuild




More information about the fedora-extras-commits mailing list