rpms/udev/devel udev-124.tar.bz2.sign, NONE, 1.1 .cvsignore, 1.49, 1.50 sources, 1.49, 1.50 start_udev, 1.75, 1.76 udev.spec, 1.246, 1.247 0001-volume_id-clean-up-linux_raid-code.patch, 1.1, NONE 0002-man-udevd-fix-udev-8-reference.patch, 1.1, NONE 0003-man-scsi_id.patch, 1.1, NONE 0004-scsi_id-remove-all-sysfs-dependencies.patch, 1.1, NONE 0005-scsi_id-add-SGv4-support.patch, 1.1, NONE 0006-scsi_id-update-man-page.patch, 1.1, NONE 0007-scsi_id-remove-bus_id-option.patch, 1.1, NONE 0008-scsi_id-add-sg-version-option.patch, 1.1, NONE 0009-rules-adapt-to-new-scsi_id.patch, 1.1, NONE 0010-rules-adapt-tape-rules-to-new-scsi_id.patch, 1.1, NONE 0011-cdrom_id-fix-segfault.patch, 1.1, NONE udev-089.tar.bz2.sign, 1.1, NONE udev-116-rhrules.patch, 1.3, NONE udev-118-slink-selinux.patch, 1.2, NONE udev-118-varlib.patch, 1.1, NONE udev-121-bsg.patch, 1.1, NONE

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Thu Jun 12 09:38:25 UTC 2008


Author: harald

Update of /cvs/pkgs/rpms/udev/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5151

Modified Files:
	.cvsignore sources start_udev udev.spec 
Added Files:
	udev-124.tar.bz2.sign 
Removed Files:
	0001-volume_id-clean-up-linux_raid-code.patch 
	0002-man-udevd-fix-udev-8-reference.patch 
	0003-man-scsi_id.patch 
	0004-scsi_id-remove-all-sysfs-dependencies.patch 
	0005-scsi_id-add-SGv4-support.patch 
	0006-scsi_id-update-man-page.patch 
	0007-scsi_id-remove-bus_id-option.patch 
	0008-scsi_id-add-sg-version-option.patch 
	0009-rules-adapt-to-new-scsi_id.patch 
	0010-rules-adapt-tape-rules-to-new-scsi_id.patch 
	0011-cdrom_id-fix-segfault.patch udev-089.tar.bz2.sign 
	udev-116-rhrules.patch udev-118-slink-selinux.patch 
	udev-118-varlib.patch udev-121-bsg.patch 
Log Message:
* Thu Jun 12 2008 Harald Hoyer <harald at redhat.com> 124-1
- version 124
- removed udevcontrol, udevtrigger symlinks (use udevadm now)



--- NEW FILE udev-124.tar.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBIULWHyGugalF9Dw4RAioFAJ0fg9gLQjpgv4Y9cxjAHaKkaF7trQCfRGyd
lJrHWGmX0sbDgB8MZs/B6B0=
=Ci89
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/.cvsignore,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- .cvsignore	16 May 2008 10:11:19 -0000	1.49
+++ .cvsignore	12 Jun 2008 09:37:40 -0000	1.50
@@ -1 +1 @@
-udev-121.tar.bz2
+udev-124.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/sources,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- sources	16 May 2008 10:11:19 -0000	1.49
+++ sources	12 Jun 2008 09:37:40 -0000	1.50
@@ -1 +1 @@
-abd3833ba457cdc0cb5163a8bb7ca5d9  udev-121.tar.bz2
+4da0471c0ca3a2a2a77692f67120c03d  udev-124.tar.bz2


Index: start_udev
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/start_udev,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- start_udev	3 Jun 2008 16:56:25 -0000	1.75
+++ start_udev	12 Jun 2008 09:37:40 -0000	1.76
@@ -102,8 +102,6 @@
 
 
 	if [ -x "$MAKEDEV" ]; then
-		$MAKEDEV -x /dev/null
-		/sbin/restorecon -R /dev
 		for i in /etc/udev/makedev.d/*.nodes; do
 			if [ -f "$i" ]; then 			   
 				# use a little caching to speedup things
@@ -194,7 +192,6 @@
 		mount --move $udev_root/shm "$SHMDIR"
 	fi
 	mount -n -o mode=0755 -t tmpfs none "$udev_root"
-	/sbin/restorecon /dev
 	mkdir -m 0755 $udev_root/pts
 	mkdir -m 0755 $udev_root/shm
 	if [ -n "$PTSDIR" ]; then
@@ -243,30 +240,30 @@
 	udevtimeout=$(getval udevtimeout $cmdline)
 
 	if strstr "$cmdline" udevdebug; then
-		/sbin/udevcontrol log_priority=debug
+		/sbin/udevadm control log_priority=debug
 	fi
 	if strstr "$cmdline" udevinfo; then
-		/sbin/udevcontrol log_priority=info
+		/sbin/udevadm control log_priority=info
 	fi
 	if strstr "$cmdline" udevtrace; then
 		UDEV_OPTS="$UDEV_OPTS --debug-trace"
 	fi
 	if strstr "$cmdline" udevchilds; then
-		/sbin/udevcontrol max_childs_running=$(getval udevchilds $cmdline)
+		/sbin/udevadm control max_childs_running=$(getval udevchilds $cmdline)
 	fi
 
 	if [ "$UDEV_PERSISTENT_STORAGE" == "no" ]; then
-            /sbin/udevcontrol env UDEV_NO_PERSISTENT_STORAGE=1
+            /sbin/udevadm control env UDEV_NO_PERSISTENT_STORAGE=1
 	fi	  
 
 	if strstr "$cmdline" udevnopersist; then
-            /sbin/udevcontrol env UDEV_NO_PERSISTENT_STORAGE=1
+            /sbin/udevadm control env UDEV_NO_PERSISTENT_STORAGE=1
 	fi	  
 
-        /sbin/udevcontrol env STARTUP=1
+        /sbin/udevadm control env STARTUP=1
 
 	if strstr "$cmdline" modprobedebug; then
-		/sbin/udevcontrol env MODPROBE_OPTIONS="-s -v -q"
+		/sbin/udevadm control env MODPROBE_OPTIONS="-s -v -q"
 		echo
 		findalias /sys | while read modules ; do
 			if [ -n "$modules" ]; then
@@ -277,12 +274,12 @@
 		echo "Triggering Rest"
 	fi
 
-	/sbin/udevtrigger
+	/sbin/udevadm trigger
 	ret=$[$ret + $?]
 	wait_for_queue $udevtimeout
 	ret=$[$ret + $?]
 	wait
-	/sbin/udevcontrol env STARTUP=
+	/sbin/udevadm control env STARTUP=
 else
 	echo -n " kernel too old for this udev version "
 	/sbin/udevd -d $UDEV_OPTS


Index: udev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/udev.spec,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- udev.spec	3 Jun 2008 16:56:25 -0000	1.246
+++ udev.spec	12 Jun 2008 09:37:40 -0000	1.247
@@ -5,8 +5,8 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 121
-Release: 2.20080516git%{?dist}
+Version: 124
+Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -19,19 +19,6 @@
 Source4: fw_unit_symlinks.sh
 Source5: udev.sysconfig
 
-Patch1: 0001-volume_id-clean-up-linux_raid-code.patch
-Patch2: 0002-man-udevd-fix-udev-8-reference.patch
-Patch3: 0003-man-scsi_id.patch
-Patch4: 0004-scsi_id-remove-all-sysfs-dependencies.patch
-Patch5: 0005-scsi_id-add-SGv4-support.patch
-Patch6: 0006-scsi_id-update-man-page.patch
-Patch7: 0007-scsi_id-remove-bus_id-option.patch
-Patch8: 0008-scsi_id-add-sg-version-option.patch
-Patch9: 0009-rules-adapt-to-new-scsi_id.patch
-Patch10: 0010-rules-adapt-tape-rules-to-new-scsi_id.patch
-Patch11: 0011-cdrom_id-fix-segfault.patch
-Patch12: udev-121-bsg.patch
-
 Patch101: udev-116-nettype.patch
 Patch102: udev-118-sysconf.patch
 Patch103: udev-089-nopie.patch
@@ -88,18 +75,6 @@
 
 %prep
 %setup -q  
-%patch1 -p1 -b .git1
-%patch2 -p1 -b .git2
-%patch3 -p1 -b .git3
-%patch4 -p1 -b .git4
-%patch5 -p1 -b .git5
-%patch6 -p1 -b .git6
-%patch7 -p1 -b .git7
-%patch8 -p1 -b .git8
-%patch9 -p1 -b .git9
-%patch10 -p1 -b .git10
-%patch11 -p1 -b .git11
-%patch12 -p1 -b .bsg
 
 %patch101 -p1 -b .nettype
 %patch102 -p1 -b .sysconf
@@ -337,9 +312,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING README TODO ChangeLog RELEASE-NOTES docs/* 
-%attr(0755,root,root) /sbin/udevcontrol
 %attr(0755,root,root) /sbin/udevadm
-%attr(0755,root,root) /sbin/udevtrigger
 %attr(0755,root,root) /sbin/udevsettle
 %attr(0755,root,root) /sbin/udevd
 %attr(0755,root,root) /sbin/start_udev
@@ -423,15 +396,22 @@
 %{_libdir}/pkgconfig/libvolume_id.pc 
 
 %changelog
+* Thu Jun 12 2008 Harald Hoyer <harald at redhat.com> 124-1
+- version 124
+- removed udevcontrol, udevtrigger symlinks (use udevadm now)
+
 * Tue Jun  3 2008 Jeremy Katz <katzj at redhat.com> - 121-2.20080516git
 - Add lost F9 change to remove /dev/.udev in start_udev (#442827)
 
 * Fri May 16 2008 Harald Hoyer <harald at redhat.com> 121-1.20080516git
 - version 121 + latest git fixes
 
-* Thu Apr 24 2008 Harald Hoyer <harald at redhat.com> 120-6.20080421git
+* Thu May 07 2008 Harald Hoyer <harald at redhat.com> 120-6.20080421git
 - added input/hp_ilo_mouse symlink
 
+* Tue May 06 2008 Harald Hoyer <harald at redhat.com> 120-5.20080421git
+- remove /dev/.udev in start_udev (bug #442827)
+
 * Mon Apr 21 2008 Harald Hoyer <harald at redhat.com> 120-4.20080421git
 - added patches from git:
 - persistent device naming: also read unpartitioned media
@@ -444,6 +424,7 @@
 - cdrom_id: replace with version which also exports media properties
 - vol_id: add --offset option
 - udevinfo: do not replace chars when printing ATTR== matches
+- Resolves: rhbz#440568
 
 * Fri Apr 11 2008 Harald Hoyer <harald at redhat.com> 120-3
 - fixed pre/preun scriptlets (bug #441941)


--- 0001-volume_id-clean-up-linux_raid-code.patch DELETED ---


--- 0002-man-udevd-fix-udev-8-reference.patch DELETED ---


--- 0003-man-scsi_id.patch DELETED ---


--- 0004-scsi_id-remove-all-sysfs-dependencies.patch DELETED ---


--- 0005-scsi_id-add-SGv4-support.patch DELETED ---


--- 0006-scsi_id-update-man-page.patch DELETED ---


--- 0007-scsi_id-remove-bus_id-option.patch DELETED ---


--- 0008-scsi_id-add-sg-version-option.patch DELETED ---


--- 0009-rules-adapt-to-new-scsi_id.patch DELETED ---


--- 0010-rules-adapt-tape-rules-to-new-scsi_id.patch DELETED ---


--- 0011-cdrom_id-fix-segfault.patch DELETED ---


--- udev-089.tar.bz2.sign DELETED ---


--- udev-116-rhrules.patch DELETED ---


--- udev-118-slink-selinux.patch DELETED ---


--- udev-118-varlib.patch DELETED ---


--- udev-121-bsg.patch DELETED ---




More information about the fedora-extras-commits mailing list