[SSI] openssi/specs udev.spec,1.1.15.1,1.1.15.2

Roger Tsang <[email protected]> Mon, 12 Jul 2010 06:16:47 +0000
Newsgroups gmane.linux.cluster.ssic.cvs
Message-ID <[email protected]>
Update of /cvsroot/ssic-linux/openssi/specs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22049

Modified Files:
      Tag: CENTOS
	udev.spec 
Log Message:
Import from udev-039-10.29.el4.src.rpm for CentOS 4.


Index: udev.spec
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/specs/udev.spec,v
retrieving revision 1.1.15.1
retrieving revision 1.1.15.2
diff -u -d -r1.1.15.1 -r1.1.15.2
--- udev.spec	5 Jul 2010 01:04:38 -0000	1.1.15.1
+++ udev.spec	12 Jul 2010 06:16:45 -0000	1.1.15.2
@@ -27,7 +27,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 039
-Release: 10.19.el4
+Release: 10.29%{?dist}
 License: GPL
 Group: System Environment/Base
 Provides: udev-persistent = 0:%{version}-%{release}
@@ -72,6 +72,7 @@
 Patch10: udev-039-volume_id-nonblock.patch
 Patch11: udev-039-norm.patch
 
+Patch21: udev-039-slink.patch
 Patch22: udev-032-symlink.patch
 Patch24: udev-038-volmak.patch
 
@@ -99,6 +100,17 @@
 Patch51: scsi_id-vpd.diff
 Patch52: udev-039-dircheck.patch
 Patch53: udev-039-scsi_id-strsep.patch
+Patch54: udev-039-silentclose.patch
+Patch55: udev-039-scsiid-optd.patch
+
+%if %{pam_console}
+BuildRequires: pam-devel glib2-devel bison
+Requires: pam
+Patch60: pam_console_setowner-1.5-glib.patch
+%endif
+
+Patch70: udev-039-settle.patch
+Patch71: udev-039-maxchild.patch
 
 Patch100: udev-039-nostrip.patch
 
@@ -118,12 +130,6 @@
 Obsoletes: 	dev
 Provides: 	dev = 0:3.12-1
 
-%if %{pam_console}
-BuildRequires: pam-devel glib2-devel bison
-Requires: pam
-Patch60: pam_console_setowner-1.5-glib.patch
-%endif
-
 %description
 udev is a implementation of devfs in userspace using sysfs and
 /sbin/hotplug. It requires a 2.6 kernel to run properly.
@@ -150,6 +156,7 @@
 %patch10 -p1 -b .nonblock
 %patch11 -p1 -b .norm
 
+%patch21 -p1 -b .slink 
 %patch22 -p1 -b .symlink
 touch etc/init.d/udev.debian
 %patch24 -p1 -b .volmak
@@ -196,6 +203,8 @@
 %patch51 -p1 -b .scsi_id-vpd 
 %patch52 -p1 -b .dircheck
 %patch53 -p1 -b .scsi_id-strsep
+%patch54 -p1 -b .scsi_id-silentclose
+%patch55 -p1 -b .scsi_id-optd
 
 %if %{pam_console}
 %patch60 -p1 -b .glib
@@ -203,6 +212,10 @@
 
 %patch100 -p1 -b .nostrip
 
+%patch70 -p1 -b .udevsettle
+%patch71 -p1 -b .maxchild
+
+
 %build
 
 # Do not USE_LOG in udev.static, cause it causes segfaults on openlog (bug 136005)
@@ -368,6 +381,7 @@
 %attr(0755,root,root) /sbin/udevsend
 %attr(0755,root,root) /sbin/udevd
 %attr(0755,root,root) /sbin/udevstart
+%attr(0755,root,root) /sbin/udevsettle
 %attr(0755,root,root) /sbin/udevstart.static
 %attr(0755,root,root) /sbin/start_udev
 %attr(0755,root,root) /sbin/wait_for_sysfs
@@ -435,6 +449,52 @@
 
 
 %changelog
+* Mon Mar 09 2009 Harald Hoyer <[email protected]> 039-10.29
+- corrected palm udev rules (bug #177678)
+- Resolves: rhbz#177678
+
+* Mon Feb 23 2009 Harald Hoyer <[email protected]> 039-10.28
+- refined the tape rule to only symlink to the mode0 tape device (bug #461480)
+- Resolves: rhbz#461480
+
+* Thu Feb 12 2009 Harald Hoyer <[email protected]> 039-10.27
+- refined task queue limit based on CPU and memory count (bug #459969)
+- Resolves: rhbz#459969
+
+* Fri Feb 06 2009 Harald Hoyer <[email protected]> 039-10.26
+- refined task queue limit based on CPU and memory count (bug #459969)
+- Resolves: rhbz#459969
+
+* Tue Jan 27 2009 Harald Hoyer <[email protected]> 039-10.25
+- fixed udevsettle patch for initrd (bug #481589)
+- Resolves: rhbz#198704
+
+* Mon Jan 19 2009 Harald Hoyer <[email protected]> 039-10.23
+- added symlink for palm pilot (bug #177678)
+- added print of usage for scsi_id and extended man page
+  for the -d option (bug #196089)
+- reintroduced /dev/tape symlinks and moved persistent tape
+  directory to /dev/tape-id (bug #461480)
+- removed an unnecessary scsi_id error message on close (bug #462538)
+- added udevsettle (bug #198704)
+- added udev task queue limit based on CPU and memory count (bug #459969)
+- Resolves: rhbz#177678, rhbz#196089, rhbz#461480, rhbz#462538
+- Resolves: rhbz#459969, rhbz#198704
+
+* Wed Jun 11 2008 Harald Hoyer <[email protected]> 039-10.22
+- fixed typo in 51-by-id.rules for tape changers (bug #231986)
+- Resolves: rhbz#231986
+
+* Wed Apr 16 2008 Harald Hoyer <[email protected]> 039-10.21
+- added patch to do lsetfilecon instead of setfilecon (bug #442029)
+- Resolves: rhbz#442029
+
+* Fri Apr 11 2008 Harald Hoyer <[email protected]> 039-10.20
+- added patch to remove stale dasd temp devices (bug #330271)
+- added cciss rules (bug #293671)
+- patch to support persistent tape devices and changers (bug #231986)
+- Resolves: rhbz#330271, rhbz#293671, rhbz#231986
+
 * Wed Aug  1 2007 Harald Hoyer <[email protected]> - 039-10.19.el4
 - added more bugnumbers
 - Resolves: rhbz#229432, rhbz#222541, rhbz#205563, rhbz#231986, rhbz#202792


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first