[udev] udev.spec: removed MAKEDEV symlink

Harald Hoyer harald at fedoraproject.org
Mon Dec 6 09:20:59 UTC 2010


commit ad72e1d94476392befa54e773acf746b7f6eabc7
Author: Harald Hoyer <harald at redhat.com>
Date:   Mon Dec 6 10:20:50 2010 +0100

    udev.spec: removed MAKEDEV symlink

 udev.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/udev.spec b/udev.spec
index 823fa5d..95eaf57 100644
--- a/udev.spec
+++ b/udev.spec
@@ -169,8 +169,6 @@ done
         
 mkdir -p $RPM_BUILD_ROOT%{udev_scriptdir}/{,devices,devices/net,devices/pts,devices/shm,devices/hugepages}
 
-ln -s /sbin/MAKEDEV $RPM_BUILD_ROOT%{udev_scriptdir}/devices/MAKEDEV
-
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/udev
 install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/sbin/start_udev
 
@@ -281,7 +279,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0755,root,root) %dir %{udev_scriptdir}/
 %attr(0755,root,root) %dir %{udev_scriptdir}/devices/
 %attr(0755,root,root) %dir %{udev_scriptdir}/devices/net
-%{udev_scriptdir}/devices/MAKEDEV
 %attr(666,root,root) %dev(c,10,200) %{udev_scriptdir}/devices/net/tun  
 %attr(600,root,root) %dev(c,108,0)  %{udev_scriptdir}/devices/ppp  
 %attr(666,root,root) %dev(c,10,229) %{udev_scriptdir}/devices/fuse
@@ -369,7 +366,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Mon Dec 06 2010 Harald Hoyer <harald at redhat.com> 164-6
+- removed MAKEDEV symlink
+Resolves: rhbz#660091
 - fixed kill loop
+Resolves: rhbz#657651
 
 * Thu Nov 25 2010 Bastien Nocera <bnocera at redhat.com> 164-5
 - Add patches to fix touchpad toggle key handling


More information about the scm-commits mailing list