[udev/f13/master] fix console switching and ACLs

Harald Hoyer harald at fedoraproject.org
Wed Aug 4 13:42:59 UTC 2010


commit 90c26960fb0ba123fa556645ce27d28fcf39ac38
Author: Harald Hoyer <harald at redhat.com>
Date:   Wed Aug 4 15:02:15 2010 +0200

    fix console switching and ACLs

 udev.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/udev.spec b/udev.spec
index 45c7919..b58da0d 100644
--- a/udev.spec
+++ b/udev.spec
@@ -14,6 +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
 
+Patch17: 0017-udev-acl-properly-handle-CK-change-events-for-root-u.patch
+Patch18: 0018-udev-acl-really-fix-ACL-assignment-in-CK-events.patch
 Patch34: 0034-add-LGPL-COPYING-to-libudev-and-GUdev.patch
 Patch110: 0110-cdrom_id-only-mark-sr-0-9-as-ID_CDROM.patch
 
@@ -122,7 +124,10 @@ glib-based applications using libudev functionality.
 %prep 
 %setup -q  
 
+%patch17 -p1 -b .git17
+%patch18 -p1 -b .git18
 %patch34 -p1 -b .git34
+
 %patch110 -p1 -b .git110
 
 %patch101 -p1
@@ -366,6 +371,8 @@ rm -rf $RPM_BUILD_ROOT
 - trigger with action==add
 - add rd_NO_MDIMSM on noiswmd kernel cmdline option
 Resolves: rhbz#589774
+- fix console switching and ACLs
+Resolves: rhbz#608712
 
 * Mon Aug 02 2010 Harald Hoyer <harald at redhat.com> 153-1
 - version 153, because device-mapper needs IMPORT{db}


More information about the scm-commits mailing list