rpms/udev/devel udev-154.tar.bz2.sign, NONE, 1.1 start_udev, 1.92, 1.93 udev.spec, 1.310, 1.311 0001-configure.ac-version-bump.patch, 1.1, NONE 0002-remove-buffer-overrun-risk-in-readlink-call.patch, 1.1, NONE 0003-more-readlink-buffer-size-handling.patch, 1.1, NONE 0004-remove-left-over-from-ignore_remove-and-all_partitio.patch, 1.1, NONE 0005-fix-previous-commit.patch, 1.1, NONE 0006-Fix-volume-keys-not-releasing-for-Pegatron-platform.patch, 1.1, NONE 0007-udevadm-info-export-db-remove-watch-handle-export.patch, 1.1, NONE 0008-add-TAG-to-improve-event-filtering-and-device-enumer.patch, 1.1, NONE 0009-all-to-match-against-a-given-TAG.patch, 1.1, NONE 0010-udev-acl-use-a-tag-instead-of-a-property-to-mark-dev.patch, 1.1, NONE 0011-fix-logic-on-demand-loading-logic-for-db-and-uevent.patch, 1.1, NONE 0012-use-the-usual-TAG-TAG-logic.patch, 1.1, NONE 0013-delete-old-tags-when-configuration-changes.patch, 1.1, NONE 0014-libudev-accept-NULL-in-udev_device_get_tags_list_ent.patch, 1.1, NONE 0015-export-tag-functions.patch, 1.1, NONE 0016-export-udev_device_get_tags_list_entry.patch, 1.1, NONE 0017-configure.ac-move-firmware-path-setting-out-of-extra.patch, 1.1, NONE 0018-keymap-Fix-Bluetooth-key-on-Acer-TravelMate-4720.patch, 1.1, NONE 0019-udevd-always-try-to-find-an-idle-worker-instead-of-f.patch, 1.1, NONE udev-153.tar.bz2.sign, 1.1, NONE

Harald Hoyer harald at fedoraproject.org
Wed May 12 14:19:13 UTC 2010


Author: harald

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

Modified Files:
	start_udev udev.spec 
Added Files:
	udev-154.tar.bz2.sign 
Removed Files:
	0001-configure.ac-version-bump.patch 
	0002-remove-buffer-overrun-risk-in-readlink-call.patch 
	0003-more-readlink-buffer-size-handling.patch 
	0004-remove-left-over-from-ignore_remove-and-all_partitio.patch 
	0005-fix-previous-commit.patch 
	0006-Fix-volume-keys-not-releasing-for-Pegatron-platform.patch 
	0007-udevadm-info-export-db-remove-watch-handle-export.patch 
	0008-add-TAG-to-improve-event-filtering-and-device-enumer.patch 
	0009-all-to-match-against-a-given-TAG.patch 
	0010-udev-acl-use-a-tag-instead-of-a-property-to-mark-dev.patch 
	0011-fix-logic-on-demand-loading-logic-for-db-and-uevent.patch 
	0012-use-the-usual-TAG-TAG-logic.patch 
	0013-delete-old-tags-when-configuration-changes.patch 
	0014-libudev-accept-NULL-in-udev_device_get_tags_list_ent.patch 
	0015-export-tag-functions.patch 
	0016-export-udev_device_get_tags_list_entry.patch 
	0017-configure.ac-move-firmware-path-setting-out-of-extra.patch 
	0018-keymap-Fix-Bluetooth-key-on-Acer-TravelMate-4720.patch 
	0019-udevd-always-try-to-find-an-idle-worker-instead-of-f.patch 
	udev-153.tar.bz2.sign 
Log Message:
* Wed May 12 2010 Harald Hoyer <harald at redhat.com> 154-1
- version 154



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

iD8DBQBL6cfoyGugalF9Dw4RAgHRAJ4uiUTYmlpX91E61jQCPORk+rXiLQCfbkaL
GHVrrEPnh6SqXnXN1zRsNco=
=YhCs
-----END PGP SIGNATURE-----


Index: start_udev
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/start_udev,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -p -r1.92 -r1.93
--- start_udev	27 Apr 2010 10:29:33 -0000	1.92
+++ start_udev	12 May 2010 14:19:12 -0000	1.93
@@ -127,10 +127,6 @@ make_extra_nodes () {
 	[ -c /dev/fuse ] || /bin/mknod -m 0666 /dev/fuse c 10 229
 	#/bin/chown root:root /dev/fuse
 
-	if [ -x /sbin/restorecon ]; then
-		/sbin/restorecon -R /dev
-	fi
-
 	if [ -x "$MAKEDEV" ]; then
 		for i in /etc/udev/makedev.d/*.nodes; do
 			if [ -f "$i" ]; then 			   
@@ -165,14 +161,15 @@ make_extra_nodes () {
 		if [ "$1" != "*" ]; then
 			#echo "Warning: $devdir is deprecated. Please use /etc/udev/makedev.d/."
         		cp -ar "$@" $udev_root/ 
-			if [ -x /sbin/restorecon ]; then
-				pushd "$udev_root" &> "$udev_root/null"
-				/sbin/restorecon "$@"
-				popd &> "$udev_root/null"
-			fi
 		fi
 		popd &> "$udev_root/null"
 	done
+
+	if [ -x /sbin/restorecon ]; then
+		/sbin/restorecon -R /dev
+	fi
+
+
 }
 
 kill_udevd() {
@@ -296,8 +293,6 @@ if [ -f "/sys/class/tty/console/uevent" 
 		/sbin/udevadm control --max-childs=$(getval udevchilds $cmdline)
 	fi
 
-        /sbin/udevadm control --env=STARTUP=1
-
 	if strstr "$cmdline" modprobedebug; then
 		/sbin/udevadm control --env=MODPROBE_OPTIONS="-s -v -q"
 		echo
@@ -318,7 +313,6 @@ if [ -f "/sys/class/tty/console/uevent" 
 	ret=$[$ret + $?]
 	wait
 	ret=$[$ret + $?]
-	/sbin/udevadm control --env=STARTUP=
 	# touch all device files for timezone glitches
 	# "find" is in /usr/bin and might not be available
 	if [ -f /etc/sysconfig/clock ]; then


Index: udev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/udev.spec,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -p -r1.310 -r1.311
--- udev.spec	27 Apr 2010 10:29:33 -0000	1.310
+++ udev.spec	12 May 2010 14:19:13 -0000	1.311
@@ -4,8 +4,8 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 153
-Release: 1.20100427git%{?dist}
+Version: 154
+Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -14,29 +14,8 @@ Obsoletes: udev-extras < 20090618
 Provides: udev-extras = 20090618-1
 Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.bz2
 
-Patch1: 0001-configure.ac-version-bump.patch
-Patch2: 0002-remove-buffer-overrun-risk-in-readlink-call.patch
-Patch3: 0003-more-readlink-buffer-size-handling.patch
-Patch4: 0004-remove-left-over-from-ignore_remove-and-all_partitio.patch
-Patch5: 0005-fix-previous-commit.patch
-Patch6: 0006-Fix-volume-keys-not-releasing-for-Pegatron-platform.patch
-Patch7: 0007-udevadm-info-export-db-remove-watch-handle-export.patch
-Patch8: 0008-add-TAG-to-improve-event-filtering-and-device-enumer.patch
-Patch9: 0009-all-to-match-against-a-given-TAG.patch
-Patch10: 0010-udev-acl-use-a-tag-instead-of-a-property-to-mark-dev.patch
-Patch11: 0011-fix-logic-on-demand-loading-logic-for-db-and-uevent.patch
-Patch12: 0012-use-the-usual-TAG-TAG-logic.patch
-Patch13: 0013-delete-old-tags-when-configuration-changes.patch
-Patch14: 0014-libudev-accept-NULL-in-udev_device_get_tags_list_ent.patch
-Patch15: 0015-export-tag-functions.patch
-Patch16: 0016-export-udev_device_get_tags_list_entry.patch
-Patch17: 0017-configure.ac-move-firmware-path-setting-out-of-extra.patch
-Patch18: 0018-keymap-Fix-Bluetooth-key-on-Acer-TravelMate-4720.patch
-Patch19: 0019-udevd-always-try-to-find-an-idle-worker-instead-of-f.patch
-
 Patch101: udev-151-rules.patch
-Patch102: udev-153-LGPL.patch
-Patch103: udev-151-gperf.patch
+#Patch103: udev-151-gperf.patch
 
 Source1: start_udev
 Source3: udev-post.init
@@ -133,38 +112,14 @@ glib-based applications using libudev fu
 %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 .git12
-%patch13 -p1 -b .git13
-%patch14 -p1 -b .git14
-%patch15 -p1 -b .git15
-%patch16 -p1 -b .git16
-%patch17 -p1 -b .git17
-%patch18 -p1 -b .git18
-%patch19 -p1 -b .git19
-
 
 %patch101 -p1
-%patch102 -p1
-%patch103 -p1
+#%patch103 -p1
 
 %build
-autoreconf -i
-automake
-# get rid of rpath
 libtoolize -f -c
 %configure --with-selinux  --prefix=%{_prefix} --exec-prefix="" \
-           --sysconfdir=%{_sysconfdir} --with-libdir-name=%{_lib} \
+           --sysconfdir=%{_sysconfdir} \
            --sbindir="/sbin" --libexecdir=%{udev_scriptdir} \
            --with-rootlibdir=/%{_lib} --enable-introspection \
            --enable-debug
@@ -390,6 +345,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
 
 %changelog
+* Wed May 12 2010 Harald Hoyer <harald at redhat.com> 154-1
+- version 154
+
 * Tue Apr 27 2010 Harald Hoyer <harald at redhat.com> 153-1.20100427git
 - version 153
 


--- 0001-configure.ac-version-bump.patch DELETED ---


--- 0002-remove-buffer-overrun-risk-in-readlink-call.patch DELETED ---


--- 0003-more-readlink-buffer-size-handling.patch DELETED ---


--- 0004-remove-left-over-from-ignore_remove-and-all_partitio.patch DELETED ---


--- 0005-fix-previous-commit.patch DELETED ---


--- 0006-Fix-volume-keys-not-releasing-for-Pegatron-platform.patch DELETED ---


--- 0007-udevadm-info-export-db-remove-watch-handle-export.patch DELETED ---


--- 0008-add-TAG-to-improve-event-filtering-and-device-enumer.patch DELETED ---


--- 0009-all-to-match-against-a-given-TAG.patch DELETED ---


--- 0010-udev-acl-use-a-tag-instead-of-a-property-to-mark-dev.patch DELETED ---


--- 0011-fix-logic-on-demand-loading-logic-for-db-and-uevent.patch DELETED ---


--- 0012-use-the-usual-TAG-TAG-logic.patch DELETED ---


--- 0013-delete-old-tags-when-configuration-changes.patch DELETED ---


--- 0014-libudev-accept-NULL-in-udev_device_get_tags_list_ent.patch DELETED ---


--- 0015-export-tag-functions.patch DELETED ---


--- 0016-export-udev_device_get_tags_list_entry.patch DELETED ---


--- 0017-configure.ac-move-firmware-path-setting-out-of-extra.patch DELETED ---


--- 0018-keymap-Fix-Bluetooth-key-on-Acer-TravelMate-4720.patch DELETED ---


--- 0019-udevd-always-try-to-find-an-idle-worker-instead-of-f.patch DELETED ---


--- udev-153.tar.bz2.sign DELETED ---



More information about the scm-commits mailing list