[udev] - udev-161 with an upstream quirk for the qemu cdrom and more cdrom handling bugfixes Resolves: rh

Harald Hoyer harald at fedoraproject.org
Tue Aug 17 09:45:42 UTC 2010


commit d2cb40f302ec24942f7d6d72801e80b7e0be983a
Author: Harald Hoyer <harald at redhat.com>
Date:   Tue Aug 17 11:45:34 2010 +0200

    - udev-161 with an upstream quirk for the qemu cdrom and
      more cdrom handling bugfixes
    Resolves: rhbz#609049 rhbz#624286
    - added floppy group
    Resolves: rhbz#620814

 sources   |    3 ++-
 udev.spec |   19 +++++++++++++++++--
 2 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index c193652..f53200e 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-65459a1f090082c0471bf4e5112208d7  udev-160.tar.bz2
+2f42aff9f8c7258fecde71df321032b7  udev-161.tar.bz2.sign
+95b6a0ffc9913f3e8021c65f51eb4f88  udev-161.tar.bz2
diff --git a/udev.spec b/udev.spec
index 37d0082..8b8febb 100644
--- a/udev.spec
+++ b/udev.spec
@@ -6,8 +6,8 @@
 
 Summary: A rule-based device node and kernel event manager
 Name: udev
-Version: 160
-Release: 8%{?dist}
+Version: 161
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -190,6 +190,7 @@ exit 0
 getent group cdrom >/dev/null || /usr/sbin/groupadd -g 11 cdrom || :
 getent group tape >/dev/null || /usr/sbin/groupadd -g 33 tape || :
 getent group dialout >/dev/null || /usr/sbin/groupadd -g 18 dialout || :
+getent group floppy >/dev/null || /usr/sbin/groupadd -g 19 floppy || :
 
 # kill daemon if we are not in a chroot
 if test -f /proc/1/exe -a -d /proc/1/root; then
@@ -348,6 +349,20 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
 
 %changelog
+* Tue Aug 17 2010 Harald Hoyer <harald at redhat.com> 161-1
+- udev-161 with an upstream quirk for the qemu cdrom and
+  more cdrom handling bugfixes
+Resolves: rhbz#609049 rhbz#624286
+- added floppy group
+Resolves: rhbz#620814
+
+* Fri Aug 06 2010 Harald Hoyer <harald at redhat.com> 160-9
+- added quirk to cdrom_id, to boot from qemu
+Resolves: rhbz#609049
+- fix console switching and ACLs
+Resolves: rhbz#608712
+- minor bugfixes
+
 * Tue Jul 20 2010 Harald Hoyer <harald at redhat.com> 160-8
 - make loop block device again 
 


More information about the scm-commits mailing list