rpms/fedora-usermgmt/devel fedora-usermgmt.spec,1.8,1.9

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Feb 18 09:39:08 UTC 2006


Author: ensc

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

Modified Files:
	fedora-usermgmt.spec 
Log Message:
added a %dist release-tag


Index: fedora-usermgmt.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-usermgmt/devel/fedora-usermgmt.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fedora-usermgmt.spec	10 Dec 2005 11:59:30 -0000	1.8
+++ fedora-usermgmt.spec	18 Feb 2006 09:39:08 -0000	1.9
@@ -1,13 +1,15 @@
 ## $Id$
 
-%define pkgdatadir	%_datadir/%name
-%define confdir		%_sysconfdir/fedora/usermgmt
-%define alternatives	/usr/sbin/update-alternatives
+%global pkgdatadir	%_datadir/%name
+%global confdir		%_sysconfdir/fedora/usermgmt
+%global alternatives	/usr/sbin/update-alternatives
+
+%{!?release_func:%global release_func() %1%{?dist}}
 
 Summary:	Fedora tools for user management
 Name:		fedora-usermgmt
 Version:	0.8
-Release:	1
+Release:	%release_func 2
 
 License:	GPL
 BuildArch:	noarch
@@ -145,6 +147,9 @@
 
 
 %changelog
+* Sat Feb 18 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.8-2
+- added the %%dist release-tag
+
 * Sat Dec 10 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.8-1
 - fixed URL metadata (bz #172758)
 - execute 'nscd -i ...' before and after creating users/groups; this




More information about the scm-commits mailing list