rpms/ctapi-common/devel ctapi-common.spec,1.3,1.4

Frank Büttner (frankb) fedora-extras-commits at redhat.com
Sat Jul 21 14:43:13 UTC 2007


Author: frankb

Update of /cvs/pkgs/rpms/ctapi-common/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25975

Modified Files:
	ctapi-common.spec 
Log Message:
fix bug #220767



Index: ctapi-common.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ctapi-common/devel/ctapi-common.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ctapi-common.spec	15 Sep 2006 15:09:42 -0000	1.3
+++ ctapi-common.spec	21 Jul 2007 14:42:41 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           ctapi-common
 Version:        1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Common files and packaging infrastructure for CT-API modules
 
 Group:          System Environment/Libraries
@@ -37,6 +37,9 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post groupadd -r -g 300 cardusers||:
+
+%postun groupdel cardusers||:
 
 %files
 %defattr(-,root,root,-)
@@ -47,6 +50,10 @@
 
 
 %changelog
+* Sat Jul 21 2007 Frank Büttner <frank-buettner at gmx.net> - 1.0-5
+ - fix for #220767 all users that will use card readers must be
+   in the new group cardusers.
+
 * Fri Sep 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.0-4
 - Rebuild.
 




More information about the fedora-extras-commits mailing list