[Tux4kids-commits] r1673 - tuxtype/trunk

David Bruce dbruce-guest at alioth.debian.org
Tue Nov 24 16:25:13 UTC 2009


Author: dbruce-guest
Date: 2009-11-24 16:25:12 +0000 (Tue, 24 Nov 2009)
New Revision: 1673

Modified:
   tuxtype/trunk/tuxtype.spec.in
   tuxtype/trunk/tuxtype_preview.spec.in
Log:
Fix of specfiles to use %attr() properly instead of trying to use chown()

Modified: tuxtype/trunk/tuxtype.spec.in
===================================================================
--- tuxtype/trunk/tuxtype.spec.in	2009-11-24 15:53:02 UTC (rev 1672)
+++ tuxtype/trunk/tuxtype.spec.in	2009-11-24 16:25:12 UTC (rev 1673)
@@ -167,10 +167,8 @@
 %attr(755, root, root) %_sysconfdir/%progname
 
 # create game state directories modifiable by members of "games" group:
-%attr(2755, root, root) %_localstatedir/games/%progname
-%attr(2755, root, root) %_localstatedir/games/%progname/words
-chown root:games %_localstatedir/games/%progname
-chown root:games %_localstatedir/games/%progname/words
+%attr(2755, root, games) %_localstatedir/games/%progname
+%attr(2755, root, games) %_localstatedir/games/%progname/words
 
 
 %changelog

Modified: tuxtype/trunk/tuxtype_preview.spec.in
===================================================================
--- tuxtype/trunk/tuxtype_preview.spec.in	2009-11-24 15:53:02 UTC (rev 1672)
+++ tuxtype/trunk/tuxtype_preview.spec.in	2009-11-24 16:25:12 UTC (rev 1673)
@@ -172,10 +172,8 @@
 %attr(755, root, root) %_sysconfdir/%progname
 
 # create game state directories modifiable by members of "games" group:
-%attr(2755, root, root) %_localstatedir/games/%progname
-%attr(2755, root, root) %_localstatedir/games/%progname/words
-chown root:games %_localstatedir/games/%progname
-chown root:games %_localstatedir/games/%progname/words
+%attr(2755, root, games) %_localstatedir/games/%progname
+%attr(2755, root, games) %_localstatedir/games/%progname/words
 
 
 %changelog




More information about the Tux4kids-commits mailing list