rpms/hunt/devel hunt.spec,1.6,1.7

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Thu May 19 16:58:29 UTC 2005


Author: ensc

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

Modified Files:
	hunt.spec 
Log Message:
use %dist instead of %disttag



Index: hunt.spec
===================================================================
RCS file: /cvs/extras/rpms/hunt/devel/hunt.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hunt.spec	3 Mar 2005 21:46:21 -0000	1.6
+++ hunt.spec	19 May 2005 16:58:27 -0000	1.7
@@ -1,11 +1,11 @@
 # $Id$
 
-%{!?release_func:%define release_func() %1%{?disttag}}
+%{!?release_func:%define release_func() %1%{?dist}}
 
 Summary:	Tool for demonstrating well known weaknesses in the TCP/IP protocol suite
 Name:		hunt
 Version:	1.5
-Release:	%release_func 3
+Release:	%release_func 4
 License:	GPL
 Group:		Applications/Internet
 Source:		http://lin.fsid.cvut.cz/~kra/hunt/%{name}-%{version}.tgz
@@ -71,6 +71,9 @@
 
 
 %changelog
+* Thu May 19 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.5-4
+- use %%dist instead of %%disttag
+
 * Thu Mar  3 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0:1.5-3
 - fixed out-of-range array subscript (BZ #149777)
 - fixed lots of warnings regarding different signedness




More information about the fedora-extras-commits mailing list