Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2012-05-08 06:46:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mkinitrd (Old)
 and      /work/SRC/openSUSE:Factory/.mkinitrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mkinitrd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes        2012-04-20 
15:18:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2012-05-08 
06:46:58.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Apr 30 19:39:01 UTC 2012 - [email protected]
+
+- Add Logitech Unifying devices to initrd (bnc#741451).
+
+-------------------------------------------------------------------
+Mon Apr 30 13:06:38 UTC 2012 - [email protected]
+
+- support cp, mount, umount, and dmesg in usr tree
+
+-------------------------------------------------------------------

New:
----
  mkinitrd-add-logitech-unity
  mkinitrd_cp_umount_mount_dmesg_in_usr.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mkinitrd.spec ++++++
--- /var/tmp/diff_new_pack.Kjn0uA/_old  2012-05-08 06:46:59.000000000 +0200
+++ /var/tmp/diff_new_pack.Kjn0uA/_new  2012-05-08 06:46:59.000000000 +0200
@@ -54,6 +54,8 @@
 Patch0:         mkinitrd_cpbin_follow_link.patch
 Patch1:         mkinitrd_simplify_netsetup.patch
 Patch2:         mkinitrd-firmware-in-usr
+Patch3:         mkinitrd_cp_umount_mount_dmesg_in_usr.patch
+Patch4:         mkinitrd-add-logitech-unity
 Url:            http://gitorious.org/opensuse/mkinitrd
 
 %description
@@ -87,6 +89,8 @@
 %patch0
 %patch1
 %patch2 -p1
+%patch3
+%patch4 -p1
 
 %build
 %__cc $RPM_OPT_FLAGS -Wall -Os -o lib/mkinitrd/bin/run-init src/run-init.c

++++++ mkinitrd-add-logitech-unity ++++++
From: Jeff Mahoney <[email protected]>
Subject: mkinitrd: add Logitech Unifying devices to initrd
Patch-mainline: Pull request sent 30 Apr 2012
References: bnc#741451

 Linux commit 534a7b8e (HID: Add full support for Logitech Unifying receivers)
 split support for Logitech Unifying devices out from the regular usbhid
 module. This caused working systems with device devices to fail to have
 keyboard support to do things like enter a decryption password.

 This patch adds the hid-logitech-dj driver to the initrd so those devices
 will work as expected.

Signed-off-by: Jeff Mahoney <[email protected]>
---
 scripts/boot-usb.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/scripts/boot-usb.sh
+++ b/scripts/boot-usb.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 #%stage: device
-#%udevmodules: usbcore ohci_hcd uhci-hcd ehci_hcd usbhid
+#%udevmodules: usbcore ohci_hcd uhci-hcd ehci_hcd usbhid hid-logitech-dj
 #%if: "$use_usb"
 #
 ##### usb module helper
++++++ mkinitrd-firmware-in-usr ++++++
--- /var/tmp/diff_new_pack.Kjn0uA/_old  2012-05-08 06:47:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Kjn0uA/_new  2012-05-08 06:47:00.000000000 +0200
@@ -1,5 +1,6 @@
 From: Jeff Mahoney <[email protected]>
 Subject: mkinitrd: Firmware in /usr/lib/firmware
+Patch-mainline: Pull request sent 30 Apr 2012
 References: bnc#757655
 
  With udev 182, firmware is expected to be in /usr/lib/firmware.

++++++ mkinitrd_cp_umount_mount_dmesg_in_usr.patch ++++++
--- scripts/boot-start.sh.orig
+++ scripts/boot-start.sh
@@ -2,7 +2,7 @@
 #
 #%stage: boot
 #%depends: devfunctions
-#%programs: /bin/bash umount mount /bin/mknod /bin/mkdir /bin/ln /bin/date 
/bin/sleep /bin/cat /bin/sed /sbin/insmod /sbin/modprobe /bin/kill 
/sbin/killall5 /sbin/halt /sbin/reboot /sbin/showconsole cp /sbin/pidof /bin/mv 
/bin/chmod /bin/rm /bin/true /bin/ls /lib/mkinitrd/bin/* dmesg
+#%programs: /bin/bash /bin/umount /bin/mount /bin/mknod /bin/mkdir /bin/ln 
/bin/date /bin/sleep /bin/cat /bin/sed /sbin/insmod /sbin/modprobe /bin/kill 
/sbin/killall5 /sbin/halt /sbin/reboot /sbin/showconsole /bin/cp /sbin/pidof 
/bin/mv /bin/chmod /bin/rm /bin/true /bin/ls /lib/mkinitrd/bin/* /bin/dmesg
 #%modules: $RESOLVED_INITRD_MODULES
 #%udevmodules: $RESOLVED_INITRD_MODULES_UDEV
 #%dontshow
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to