diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-17 23:39:26 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:01:41 -0700 |
commit | 410e08dd08166c0745e30768fe1a1cdbe5180720 (patch) | |
tree | 04994490a023313df386ac83871d62a2e5e2d674 /udev.spec | |
parent | bbab56baedd3e2f75d8a606d97d54c7a4d01d454 (diff) |
[PATCH] ok, rpm likes the "_" character instead of "-" better...
Diffstat (limited to 'udev.spec')
-rw-r--r-- | udev.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ Summary: A userspace implementation of devfs Name: udev -Version: 003 +Version: 003_bk Release: 1 License: GPL Group: Utilities/System @@ -32,6 +32,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) /sbin/udev %attr(755,root,root) /udev/ %attr(755,root,root) /etc/udev/ +#%attr(755,root,root) /etc/hotplug.d/default/udev.hotplug %attr(0644,root,root) /etc/udev/namedev.config %attr(0644,root,root) /etc/udev/namedev.permissions %attr(0644,root,root) %{_mandir}/man8/udev.8* |