Hello community,
here is the log from the commit of package cryptsetup-mkinitrd for
openSUSE:Factory checked in at 2013-03-08 09:08:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cryptsetup-mkinitrd (Old)
and /work/SRC/openSUSE:Factory/.cryptsetup-mkinitrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cryptsetup-mkinitrd", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/cryptsetup-mkinitrd/cryptsetup-mkinitrd.changes
2013-01-07 15:02:28.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.cryptsetup-mkinitrd.new/cryptsetup-mkinitrd.changes
2013-03-08 09:09:24.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 11 15:11:12 UTC 2013 - [email protected]
+
+- /usr move
+- suppress warning only for actual US locale (bnc#634681)
+
+-------------------------------------------------------------------
Old:
----
boot.crypto-0_201206151440.tar.bz2
New:
----
boot.crypto-0_201301111606.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cryptsetup-mkinitrd.spec ++++++
--- /var/tmp/diff_new_pack.x8OFpz/_old 2013-03-08 09:09:25.000000000 +0100
+++ /var/tmp/diff_new_pack.x8OFpz/_new 2013-03-08 09:09:25.000000000 +0100
@@ -18,7 +18,7 @@
Name: cryptsetup-mkinitrd
Url: http://gitorious.org/opensuse/boot_crypto
-Version: 0_201206151440
+Version: 0_201301111606
Release: 0
Summary: mkinitrd plugin scripts for encrypted root file system
License: GPL-2.0+
++++++ boot.crypto-0_201206151440.tar.bz2 -> boot.crypto-0_201301111606.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/boot.crypto-0_201206151440/mkinitrd/boot-luks.sh
new/boot.crypto-0_201301111606/mkinitrd/boot-luks.sh
--- old/boot.crypto-0_201206151440/mkinitrd/boot-luks.sh 2012-06-15
14:40:42.000000000 +0200
+++ new/boot.crypto-0_201301111606/mkinitrd/boot-luks.sh 2013-01-11
16:06:00.000000000 +0100
@@ -1,6 +1,6 @@
#!/bin/bash
#%stage: crypto
-#%programs: /sbin/cryptsetup $cryptprograms
+#%programs: /usr/sbin/cryptsetup $cryptprograms
#%udevmodules: dm-crypt $cryptmodules
#%if: "$root_luks" -o "$luks"
#
@@ -72,11 +72,11 @@
eval local dev="\"\${luks_${name}}\""
eval local realname="\"\${luks_${name}_name}\""
if luks_check_ply; then
- /usr/bin/plymouth ask-for-password --prompt="Unlocking
${realname} ($dev)" | /sbin/cryptsetup --tries=1 luksOpen "$dev" "$realname"
+ /usr/bin/plymouth ask-for-password --prompt="Unlocking
${realname} ($dev)" | /usr/sbin/cryptsetup --tries=1 luksOpen "$dev" "$realname"
else
echo -e "${extd}Unlocking ${realname} ($dev)${norm}"
splash_off
- /sbin/cryptsetup --tries=1 luksOpen "$dev" "$realname"
+ /usr/sbin/cryptsetup --tries=1 luksOpen "$dev" "$realname"
fi
}
@@ -89,7 +89,7 @@
do_luks() {
case $luks_lang in
- en_*|POSIX)
+ en_US*|POSIX)
# We only support english keyboard layout
;;
*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/boot.crypto-0_201206151440/mkinitrd/setup-luks.sh
new/boot.crypto-0_201301111606/mkinitrd/setup-luks.sh
--- old/boot.crypto-0_201206151440/mkinitrd/setup-luks.sh 2012-06-15
14:40:42.000000000 +0200
+++ new/boot.crypto-0_201301111606/mkinitrd/setup-luks.sh 2013-01-11
16:06:00.000000000 +0100
@@ -95,7 +95,7 @@
for luksbd in $deps; do # should be only one for luks
update_blockdev $luksbd
dbg -n "isLuks $luksbd ... "
- if ! /sbin/cryptsetup isLuks $luksbd 2>/dev/null; then
+ if ! /usr/sbin/cryptsetup isLuks $luksbd 2>/dev/null; then
dbg "no"
continue
fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/boot.crypto-0_201206151440/mkinitrd/setup-luks_final.sh
new/boot.crypto-0_201301111606/mkinitrd/setup-luks_final.sh
--- old/boot.crypto-0_201206151440/mkinitrd/setup-luks_final.sh 2012-06-15
14:40:42.000000000 +0200
+++ new/boot.crypto-0_201301111606/mkinitrd/setup-luks_final.sh 2013-01-11
16:06:00.000000000 +0100
@@ -18,7 +18,7 @@
if use_script luks; then
if [ -n "$root_luks" ]; then
case "$LANG" in
- en_*|POSIX)
+ en_US*|POSIX)
# We only support english keyboard layout currently
;;
*)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]