rpms/tpb/devel tpb.spec,1.16,1.17

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Wed Jul 4 04:25:12 UTC 2007


Author: kevin

Update of /cvs/extras/rpms/tpb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6431

Modified Files:
	tpb.spec 
Log Message:
Remove obsolete 90-tpb.nodes file (fixes #245963)



Index: tpb.spec
===================================================================
RCS file: /cvs/extras/rpms/tpb/devel/tpb.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- tpb.spec	9 Dec 2006 23:55:20 -0000	1.16
+++ tpb.spec	4 Jul 2007 04:24:37 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           tpb
 Version:        0.6.4
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        ThinkPad button support utility
 
 Group:          System Environment/Base
@@ -48,12 +48,6 @@
 c 664 root root         10 144  1   1 nvram
 EOF
 
-# To get the /dev entry created at boot:
-cat <<EOF > %{name}.nodes
-# /dev/nvram, needed by tpb(1), needs to be created manually.
-nvram
-EOF
-
 # Permissions fixup:
 cat <<EOF > %{name}.rules
 # Custom permissions for nvram for use with tpb(1).
@@ -73,8 +67,6 @@
   $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/%{name}.sh
 install -Dpm 644 %{name}.rules \
   $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/90-%{name}.rules
-install -Dpm 644 %{name}.nodes \
-  $RPM_BUILD_ROOT%{_sysconfdir}/udev/makedev.d/90-%{name}.nodes
 install -Dpm 644 %{name}.makedev \
   $RPM_BUILD_ROOT%{_sysconfdir}/makedev.d/zz_%{name}
 %find_lang %{name}
@@ -93,7 +85,6 @@
 %doc ChangeLog COPYING CREDITS README doc/callback_example.sh doc/nvram.txt
 %{_sysconfdir}/X11/xinit/xinitrc.d/%{name}.sh
 %config(noreplace) %{_sysconfdir}/udev/rules.d/*-%{name}.rules
-%config(noreplace) %{_sysconfdir}/udev/makedev.d/*-%{name}.nodes
 %config(noreplace) %{_sysconfdir}/makedev.d/*%{name}
 %config(noreplace) %{_sysconfdir}/tpbrc
 %{_bindir}/tpb
@@ -101,6 +92,9 @@
 
 
 %changelog
+* Tue Jul  3 2007 Kevin Fenzi <kevin at tummy.com> - 0.6.4-8
+- Remove obsolete 90-tpb.nodes file (fixes #245963)
+
 * Sat Dec  9 2006 Kevin Fenzi <kevin at tummy.com> - 0.6.4-7
 - Fix quoting issue with multiple display fix.
 




More information about the fedora-extras-commits mailing list