rpms/ip-sentinel/devel ip-sentinel.spec,1.4,1.5

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Thu May 19 17:08:30 UTC 2005


Author: ensc

Update of /cvs/extras/rpms/ip-sentinel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8405/ip-sentinel/devel

Modified Files:
	ip-sentinel.spec 
Log Message:
use %dist instead of %%disttag



Index: ip-sentinel.spec
===================================================================
RCS file: /cvs/extras/rpms/ip-sentinel/devel/ip-sentinel.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ip-sentinel.spec	29 Mar 2005 22:27:39 -0000	1.4
+++ ip-sentinel.spec	19 May 2005 17:08:28 -0000	1.5
@@ -42,12 +42,12 @@
 %global minitsvcdir	%minitdir/services/%name
 
 
-%{!?release_func:%global release_func() %1%{?disttag}}
+%{!?release_func:%global release_func() %1%{?dist}}
 
 Summary:	Tool to prevent unauthorized usage of IP addresses
 Name:		ip-sentinel
 Version:	0.12
-Release:	%release_func 1
+Release:	%release_func 2
 License:	GPL
 Group:		System Environment/Daemons
 URL:		http://www.nongnu.org/ip-sentinel/
@@ -191,6 +191,9 @@
 
 
 %changelog
+* Thu May 19 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.12-2
+- use %%dist instead of %%disttag
+
 * Wed Mar 30 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.12-1
 - updated to 0.12
 




More information about the fedora-extras-commits mailing list