rpms/ntop/EL-5 ntop.spec,1.4,1.5

Huzaifa Sidhpurwala huzaifas at fedoraproject.org
Mon Oct 26 05:16:01 UTC 2009


Author: huzaifas

Update of /cvs/pkgs/rpms/ntop/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20121

Modified Files:
	ntop.spec 
Log Message:
correct %setup, bump version


Index: ntop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ntop/EL-5/ntop.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ntop.spec	26 Oct 2009 05:06:33 -0000	1.4
+++ ntop.spec	26 Oct 2009 05:16:01 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           ntop
 Version:        3.3.9
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A network traffic probe similar to the UNIX top command
 Group:          Applications/Internet
 License:        GPLv2 and BSD with advertising
@@ -52,7 +52,7 @@ password can be selected.
 
 
 %prep
-%setup -q -n ntop
+%setup -q -n ntop-%{version}
 cp %SOURCE3 ./ && gunzip GeoLiteCity.dat.gz
 cp %SOURCE4 ./ && gunzip GeoIPASNum.dat.gz
 
@@ -186,7 +186,7 @@ fi
 %{_localstatedir}/lib/ntop/rrd
 
 %changelog
-* Mon Oct 26 2009 Huzaifa Sidhpurwala <huzaifas at redhat.com> - 3.3.9-6
+* Mon Oct 26 2009 Huzaifa Sidhpurwala <huzaifas at redhat.com> - 3.3.9-7
 - Remove compile patch
 - Add BR as tcp_wrappers
 - Version bump




More information about the scm-commits mailing list