chiark / gitweb /
[PATCH] Include more examples in the docs area for gentoo and redhat
authorken@cgi101.com <ken@cgi101.com>
Fri, 5 Mar 2004 02:59:18 +0000 (18:59 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:08 +0000 (21:35 -0700)
Here's a patch that puts the udev.rules and udev.permissions files in the
docs dir. This should help people out who install with just the rpm.

udev.spec

index b7e429d077e353a42720ed72644970a0ed21b0dd..34e0755fda83def277d2466d7c6130ffd501f886 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -114,7 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc COPYING README TODO ChangeLog HOWTO* etc/udev/udev.rules.examples docs/*
+%doc COPYING README TODO ChangeLog HOWTO* docs/*
+%doc etc/udev/udev.rules.{examples,gentoo,redhat}
+%doc etc/udev/udev.permissions.{gentoo,redhat}
 %attr(755,root,root) /sbin/udev
 %attr(755,root,root) /usr/bin/udevinfo
 %attr(755,root,root) /sbin/udevsend