diff options
author | ken@cgi101.com <ken@cgi101.com> | 2004-03-04 18:59:18 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:08 -0700 |
commit | 824e601185babc5daf3e1c28c487bb4bc5ea48e2 (patch) | |
tree | 3516a4d80b2f32674fd578353517c134d7e4e125 /udev.spec | |
parent | d5f91372dd3241f8b4bbe2a99aaaeda541a76bad (diff) |
[PATCH] Include more examples in the docs area for gentoo and redhat
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.
Diffstat (limited to 'udev.spec')
-rw-r--r-- | udev.spec | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |