rpms/nmap/F-12 nmap.spec,1.62,1.63

Michal Hlavinka mhlavink at fedoraproject.org
Tue Jan 12 13:03:21 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/nmap/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32107

Modified Files:
	nmap.spec 
Log Message:
* Tue Jan 12 2010 Michal Hlavinka <mhlavink at redhat.com> - 2:5.00-6
- use sqlite3 (instead of sqlite2)



Index: nmap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nmap/F-12/nmap.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- nmap.spec	1 Dec 2009 12:10:17 -0000	1.62
+++ nmap.spec	12 Jan 2010 13:03:20 -0000	1.63
@@ -4,7 +4,7 @@
 Summary: Network exploration tool and security scanner
 Name: nmap
 Version: 5.00
-Release: 5%{?dist}
+Release: 6%{?dist}
 # nmap is GPLv2
 # zenmap is GPLv2 and LGPLv2+ (zenmap/higwidgets) and GPLv2+ (zenmap/radialnet)
 # libdnet-stripped is BSD (advertising clause rescinded by the Univ. of California in 1999) with some parts as Public Domain (crc32)
@@ -45,7 +45,7 @@ predictability characteristics, reverse-
 %package frontend
 Summary: The GTK+ front end for nmap
 Group: Applications/System
-Requires: nmap = %{epoch}:%{version} gtk2 python >= 2.5 pygtk2 python-sqlite2 usermode
+Requires: nmap = %{epoch}:%{version} gtk2 python >= 2.5 pygtk2 usermode
 BuildRequires: python >= 2.5 python-devel pygtk2-devel libpng-devel
 %description frontend
 This package includes zenmap, a GTK+ front end for nmap. The nmap package must
@@ -150,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/xnmap.1.gz
 
 %changelog
+* Tue Jan 12 2010 Michal Hlavinka <mhlavink at redhat.com> - 2:5.00-6
+- use sqlite3 (instead of sqlite2)
+
 * Mon Dec 01 2009 Michal Hlavinka <mhlavink at redhat.com> - 2:5.00-5
 - spec cleanup
 



More information about the scm-commits mailing list