summaryrefslogtreecommitdiff
path: root/udev.spec
diff options
context:
space:
mode:
authormh@nadir.org <mh@nadir.org>2003-12-24 22:54:39 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:10 -0700
commitee15698133ecd754c0d847b6ebb3a533536a42dc (patch)
treee49a2cee0aedd96f59a240e0b4b51a39505d911e /udev.spec
parent480763324d812d3d5eb11cbe898a9b358b6fedbf (diff)
[PATCH] patch udev 009-010 rpm spec file
the following problem was introduced with udev 009: [root@claw packages]# rpm -Uvh ~mh/rpm/RPMS/ppc/udev-010-1.ppc.rpm Preparing...########################################### [100%] 1:udev ########################################### [100%] error: unpacking of archive failed on file /usr/share/doc/udev-010/COPYING;3fe8a8e3: cpio: open failed - Permission denied it's because the mode of the directory /usr/share/doc/udev-010/ is 0644. This is with yellodog-3.0. the following patch fixes it:
Diffstat (limited to 'udev.spec')
-rw-r--r--udev.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.spec b/udev.spec
index cdfc23e198..6530c557c7 100644
--- a/udev.spec
+++ b/udev.spec
@@ -35,7 +35,7 @@ fi
rm -rf $RPM_BUILD_ROOT
%files
-%defattr(0644,root,root)
+%defattr(-,root,root)
%doc COPYING README TODO ChangeLog
%attr(755,root,root) /sbin/udev
%attr(755,root,root) /udev/