]> git.pld-linux.org Git - packages/dev.git/commitdiff
- avoid defining default %attr
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 26 Jul 2006 15:02:19 +0000 (15:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dev.spec -> 1.172

dev.spec

index 59b8ee85d1815bcce02a13acb5909783421531ae..7ea91e1719bc47c4e15ebb077a015d3febea5d17 100644 (file)
--- a/dev.spec
+++ b/dev.spec
@@ -211,11 +211,11 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %ifarch ppc
-%dev(c,56,0) %attr(644,root,root) /dev/adb
-%dev(c,10,10) %attr(644,root,root) /dev/adbmouse
-%attr(644,root,root) /dev/mouse
-%dev(c,10,154) %attr(644,root,root) /dev/pmu
-%dev(c,10,198) %attr(644,root,root) /dev/sheep_net
+%dev(c,56,0) /dev/adb
+%dev(c,10,10) /dev/adbmouse
+/dev/mouse
+%dev(c,10,154) /dev/pmu
+%dev(c,10,198) /dev/sheep_net
 %endif
 
 %ifarch sparc sparc64 sparcv9
This page took 0.106785 seconds and 4 git commands to generate.