Hello community, here is the log from the commit of package mkinitrd for openSUSE:Factory checked in at 2012-12-31 14:26:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mkinitrd (Old) and /work/SRC/openSUSE:Factory/.mkinitrd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "mkinitrd", Maintainer is "MMarek@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes 2012-11-13 10:09:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes 2012-12-31 14:26:16.000000000 +0100 @@ -1,0 +2,10 @@ +Mon Dec 17 16:07:27 UTC 2012 - mmarek@suse.cz + +- Fix typo in purge-kernels.service (bnc#792925). + +------------------------------------------------------------------- +Fri Dec 7 05:16:54 CET 2012 - jlee@suse.com + +- mkinitrd: copy firmware signature files to initrd (fate#314574). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkinitrd.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkinitrd-2.7.2/etc/purge-kernels.service new/mkinitrd-2.7.2/etc/purge-kernels.service --- old/mkinitrd-2.7.2/etc/purge-kernels.service 2012-11-09 18:38:03.000000000 +0100 +++ new/mkinitrd-2.7.2/etc/purge-kernels.service 2012-12-17 17:11:40.000000000 +0100 @@ -1,11 +1,11 @@ [Unit] Description=Purge old kernels After=local_fs.target -ConditionPathExists=/boot/do_pure_kernels +ConditionPathExists=/boot/do_purge_kernels [Service] Type=oneshot -ExecStartPre=/bin/rm -f /boot/do_pure_kernels +ExecStartPre=/bin/rm -f /boot/do_purge_kernels ExecStart=/sbin/purge-kernels [Install] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkinitrd-2.7.2/mkinitrd.changes new/mkinitrd-2.7.2/mkinitrd.changes --- old/mkinitrd-2.7.2/mkinitrd.changes 2012-11-09 18:38:03.000000000 +0100 +++ new/mkinitrd-2.7.2/mkinitrd.changes 2012-12-17 17:11:40.000000000 +0100 @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Mon Dec 17 16:07:27 UTC 2012 - mmarek@suse.cz + +- Fix typo in purge-kernels.service (bnc#792925). + +------------------------------------------------------------------- +Fri Dec 7 05:16:54 CET 2012 - jlee@suse.com + +- mkinitrd: copy firmware signature files to initrd (fate#314574). + +------------------------------------------------------------------- Fri Nov 9 18:37:49 CET 2012 - ohering@suse.de - Version 2.7.2. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkinitrd-2.7.2/sbin/lsinitrd new/mkinitrd-2.7.2/sbin/lsinitrd --- old/mkinitrd-2.7.2/sbin/lsinitrd 2012-11-09 18:38:03.000000000 +0100 +++ new/mkinitrd-2.7.2/sbin/lsinitrd 2012-12-17 17:11:40.000000000 +0100 @@ -23,7 +23,8 @@ echo "Usage: lsinitrd [-l] [-h] [-c] <initrd>" } -config=0 +verbose= +config= while [ "$1" ] ; do case $1 in -l|--long) @@ -76,7 +77,7 @@ args="-t" fi -if [ "$config" -eq 1 ] ; then +if [ "$config" ] ; then # yes, that's snow, but doesn't use any temporary files :) for configfile in $(uncomp $initrd | exec cpio --quiet -t | exec grep '^config/') ; do echo "=========> $configfile <============" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkinitrd-2.7.2/scripts/setup-modules.sh new/mkinitrd-2.7.2/scripts/setup-modules.sh --- old/mkinitrd-2.7.2/scripts/setup-modules.sh 2012-11-09 18:38:03.000000000 +0100 +++ new/mkinitrd-2.7.2/scripts/setup-modules.sh 2012-12-17 17:11:40.000000000 +0100 @@ -341,6 +341,10 @@ has_firmware=true fi echo -n "$fw " + if test -e "$dir/$subdir/$fw.sig"; then + cp -p --parents "$_" "$tmp_mnt" + echo -n "$fw.sig " + fi fi done done -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de