rpms/udev/devel .cvsignore, 1.68, 1.69 sources, 1.68, 1.69 start_udev, 1.94, 1.95 udev.spec, 1.313, 1.314 udev-151-3.patch, 1.1, NONE udev-151-gperf.patch, 1.1, NONE udev-151-rules.patch, 1.2, NONE udev-153-LGPL.patch, 1.1, NONE udev-86a7a2f-fix-missing-firmware.patch, 1.1, NONE

Harald Hoyer harald at fedoraproject.org
Thu Jun 24 12:01:43 UTC 2010


Author: harald

Update of /cvs/pkgs/rpms/udev/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27953

Modified Files:
	.cvsignore sources start_udev udev.spec 
Removed Files:
	udev-151-3.patch udev-151-gperf.patch udev-151-rules.patch 
	udev-153-LGPL.patch udev-86a7a2f-fix-missing-firmware.patch 
Log Message:
* Thu Jun 24 2010 Harald Hoyer <harald at redhat.com> 158-1
- version 158



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/.cvsignore,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- .cvsignore	25 May 2010 12:09:05 -0000	1.68
+++ .cvsignore	24 Jun 2010 12:01:40 -0000	1.69
@@ -1 +1 @@
-udev-156.tar.bz2
+udev-158.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/sources,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- sources	25 May 2010 12:09:05 -0000	1.68
+++ sources	24 Jun 2010 12:01:41 -0000	1.69
@@ -1 +1 @@
-5efef35990dd20d8bb459eaff36d1f88  udev-156.tar.bz2
+26f99dde11f8e393d659614d7d1a3964  udev-158.tar.bz2


Index: start_udev
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/start_udev,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -p -r1.94 -r1.95
--- start_udev	27 May 2010 09:31:37 -0000	1.94
+++ start_udev	24 Jun 2010 12:01:41 -0000	1.95
@@ -93,8 +93,6 @@ STRING=$"Starting $prog: "
 # propagate /dev from /sys
 echo -n "$STRING"
 
-rm -fr /dev/.udev > "/dev/null" 2>&1
-
 UDEV_OPTS=""
 cmdline=$(cat /proc/cmdline)
 
@@ -113,13 +111,6 @@ ret=$[$ret + $?]
 
 udevtimeout=$(getval udevtimeout $cmdline)
 
-if strstr "$cmdline" udevdebug; then
-	/sbin/udevadm control --log-priority=debug
-fi
-if strstr "$cmdline" udevinfo; then
-	/sbin/udevadm control --log-priority=info
-fi
-
 if strstr "$cmdline" modprobedebug; then
 	/sbin/udevadm control --env=MODPROBE_OPTIONS="-s -v -q"
 	echo


Index: udev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/udev.spec,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -p -r1.313 -r1.314
--- udev.spec	27 May 2010 09:31:37 -0000	1.313
+++ udev.spec	24 Jun 2010 12:01:42 -0000	1.314
@@ -4,8 +4,8 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 156
-Release: 2%{?dist}
+Version: 158
+Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -14,9 +14,6 @@ Obsoletes: udev-extras < 20090618
 Provides: udev-extras = 20090618-1
 Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.bz2
 
-Patch101: udev-151-rules.patch
-#Patch103: udev-151-gperf.patch
-
 Source1: start_udev
 Source3: udev-post.init
 Source4: fw_unit_symlinks.sh
@@ -112,10 +109,6 @@ glib-based applications using libudev fu
 %prep 
 %setup -q 
 
-
-%patch101 -p1
-#%patch103 -p1
-
 %build
 libtoolize -f -c
 %configure --with-selinux  --prefix=%{_prefix} --exec-prefix="" \
@@ -258,6 +251,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0755,root,root) %{udev_scriptdir}/fstab_import
 %attr(0755,root,root) %{udev_scriptdir}/input_id
 %attr(0755,root,root) %{udev_scriptdir}/keyboard-force-release.sh
+%attr(0755,root,root) %{udev_scriptdir}/mtd_probe
 
 %attr(0755,root,root) %dir %{udev_scriptdir}/rules.d/
 %attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/udev-post
@@ -349,6 +343,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
 
 %changelog
+* Thu Jun 24 2010 Harald Hoyer <harald at redhat.com> 158-1
+- version 158
+
 * Thu May 27 2010 Harald Hoyer <harald at redhat.com> 156-2
 - cleaned up start_udev and udev-post initscript
 - removed redhat specific rules


--- udev-151-3.patch DELETED ---


--- udev-151-gperf.patch DELETED ---


--- udev-151-rules.patch DELETED ---


--- udev-153-LGPL.patch DELETED ---


--- udev-86a7a2f-fix-missing-firmware.patch DELETED ---



More information about the scm-commits mailing list