rpms/udev/F-13 start_udev,1.90,1.91 udev.spec,1.305,1.306

Harald Hoyer harald at fedoraproject.org
Mon Mar 22 14:18:48 UTC 2010


Author: harald

Update of /cvs/pkgs/rpms/udev/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31141

Modified Files:
	start_udev udev.spec 
Log Message:
* Mon Mar 22 2010 Harald Hoyer <harald at redhat.com> 151-7
- only correct the timestamp, if UTC=="no"



Index: start_udev
===================================================================
RCS file: /cvs/pkgs/rpms/udev/F-13/start_udev,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -p -r1.90 -r1.91
--- start_udev	22 Mar 2010 13:35:22 -0000	1.90
+++ start_udev	22 Mar 2010 14:18:48 -0000	1.91
@@ -321,7 +321,9 @@ if [ -f "/sys/class/tty/console/uevent" 
 	/sbin/udevadm control --env=STARTUP=
 	# touch all device files for timezone glitches
 	# "find" is in /usr/bin and might not be available
-        touch_recursive /dev > "$udev_root/null" 2>&1 
+	. /etc/sysconfig/clock
+	[ "$UTC" == "false" -o "$UTC" == "no" ] \
+		&& touch_recursive /dev > "$udev_root/null" 2>&1 
 else
 	echo -n " kernel too old for this udev version "
 	/sbin/udevd -d $UDEV_OPTS


Index: udev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev/F-13/udev.spec,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -p -r1.305 -r1.306
--- udev.spec	22 Mar 2010 13:35:22 -0000	1.305
+++ udev.spec	22 Mar 2010 14:18:48 -0000	1.306
@@ -5,7 +5,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 151
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -399,6 +399,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
 
 %changelog
+* Mon Mar 22 2010 Harald Hoyer <harald at redhat.com> 151-7
+- only correct the timestamp, if UTC=="no"
+
 * Mon Mar 22 2010 Harald Hoyer <harald at redhat.com> 151-6
 - touch with "--no-create", will not use open() 
   and trigger devs/watchdogs (bug #575417)



More information about the scm-commits mailing list