rpms/mantis/devel mantis.spec,1.5,1.6

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


Author: ensc

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

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



Index: mantis.spec
===================================================================
RCS file: /cvs/extras/rpms/mantis/devel/mantis.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mantis.spec	8 Mar 2005 18:24:16 -0000	1.5
+++ mantis.spec	19 May 2005 17:33:15 -0000	1.6
@@ -4,12 +4,12 @@
 %global cfgdir		%{_sysconfdir}/%{name}
 %global httpconfdir	%{_sysconfdir}/httpd/conf.d
 
-%{!?release_func:%global release_func() %1%{?disttag}}
+%{!?release_func:%global release_func() %1%{?dist}}
 
 Summary:	Web-based bugtracking system
 Name:		mantis
 Version:	0.19.2
-Release:	%release_func 0
+Release:	%release_func 2
 License:	GPL
 Group:		Applications/Internet
 URL:		http://mantisbt.sourceforge.net/
@@ -137,6 +137,9 @@
 
 
 %changelog
+* Thu May 19 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.19.2-2
+- use %%dist instead of %%disttag
+
 * Mon Mar  7 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.19.2-1
 - updated to 0.19.2
 - rediffed patches




More information about the fedora-extras-commits mailing list