Hello community,

here is the log from the commit of package cryptsetup-mkinitrd for 
openSUSE:Factory checked in at 2013-07-01 15:53:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cryptsetup-mkinitrd (Old)
 and      /work/SRC/openSUSE:Factory/.cryptsetup-mkinitrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cryptsetup-mkinitrd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cryptsetup-mkinitrd/cryptsetup-mkinitrd.changes  
2013-05-16 09:48:39.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.cryptsetup-mkinitrd.new/cryptsetup-mkinitrd.changes 
    2013-07-01 15:53:15.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul  1 08:35:20 UTC 2013 - [email protected]
+
+- pass return value correctly
+
+-------------------------------------------------------------------

Old:
----
  boot_crypto-0_201305141338.tar.xz

New:
----
  boot_crypto-0_201307011035.tar.xz

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

Other differences:
------------------
++++++ cryptsetup-mkinitrd.spec ++++++
--- /var/tmp/diff_new_pack.UqPfh2/_old  2013-07-01 15:53:16.000000000 +0200
+++ /var/tmp/diff_new_pack.UqPfh2/_new  2013-07-01 15:53:16.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           cryptsetup-mkinitrd
 Url:            http://gitorious.org/opensuse/boot_crypto
-Version:        0_201305141338
+Version:        0_201307011035
 Release:        0
 Summary:        mkinitrd plugin scripts for encrypted root file system
 License:        GPL-2.0+

++++++ boot_crypto-0_201305141338.tar.xz -> boot_crypto-0_201307011035.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boot_crypto-0_201305141338/mkinitrd/boot-luks.sh 
new/boot_crypto-0_201307011035/mkinitrd/boot-luks.sh
--- old/boot_crypto-0_201305141338/mkinitrd/boot-luks.sh        2013-05-14 
13:38:36.000000000 +0200
+++ new/boot_crypto-0_201307011035/mkinitrd/boot-luks.sh        2013-07-01 
10:35:05.000000000 +0200
@@ -76,13 +76,17 @@
        eval local realname="\"\${luks_${name}_name}\""
        if [ "$ask_pass" = no ]; then
                /usr/sbin/cryptsetup --tries=1 luksOpen "$dev" "$realname"
+               ret="$?"
        elif luks_check_ply; then
                /usr/bin/plymouth ask-for-password --prompt="Unlocking 
${realname} ($dev)" | /usr/sbin/cryptsetup --tries=1 luksOpen "$dev" "$realname"
+               ret="$?"
        else
                echo -e "${extd}Unlocking ${realname} ($dev)${norm}"
                splash_off
                /usr/sbin/cryptsetup --tries=1 luksOpen "$dev" "$realname"
+               ret="$?"
        fi
+       return "$ret"
 }
 
 check_retry()

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to