summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--udev.spec3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5cefb12ebf..535e5b9293 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ DEBUG = true
ROOT = udev
-VERSION = 003-bk
+VERSION = 003_bk
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
diff --git a/udev.spec b/udev.spec
index 1bfaabaf86..affa7ea867 100644
--- a/udev.spec
+++ b/udev.spec
@@ -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*