Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-02-08 07:18:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-storage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-storage", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes      
2013-01-14 22:39:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-02-08 07:18:38.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb  5 12:32:13 CET 2013 - [email protected]
+
+- version 2.23.5
+- suppress crypt passwd dialog in autoyast mode
+
+-------------------------------------------------------------------

Old:
----
  yast2-storage-2.23.4.tar.bz2

New:
----
  yast2-storage-2.23.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.BX7MSn/_old  2013-02-08 07:18:40.000000000 +0100
+++ /var/tmp/diff_new_pack.BX7MSn/_new  2013-02-08 07:18:40.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        2.23.4
+Version:        2.23.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-storage-2.23.4.tar.bz2 -> yast2-storage-2.23.5.tar.bz2 ++++++
++++ 5478 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-storage-2.23.4/VERSION new/yast2-storage-2.23.5/VERSION
--- old/yast2-storage-2.23.4/VERSION    2013-01-14 15:36:59.000000000 +0100
+++ new/yast2-storage-2.23.5/VERSION    2013-02-07 15:11:36.000000000 +0100
@@ -1 +1 @@
-2.23.4
+2.23.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-storage-2.23.4/configure.in new/yast2-storage-2.23.5/configure.in
--- old/yast2-storage-2.23.4/configure.in       2012-09-06 14:32:11.000000000 
+0200
+++ new/yast2-storage-2.23.5/configure.in       2013-02-07 15:11:52.000000000 
+0100
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-storage
 dnl
-dnl -- This file is generated by y2autoconf 2.23.0 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.23.2 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-storage, 2.22.10, http://bugs.opensuse.org/, yast2-storage)
+AC_INIT(yast2-storage, 2.23.5, http://bugs.opensuse.org/, yast2-storage)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.22.10"
+VERSION="2.23.5"
 RPMNAME="yast2-storage"
 MAINTAINER="Arvin Schnell <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-storage-2.23.4/storage/src/modules/Storage.ycp 
new/yast2-storage-2.23.5/storage/src/modules/Storage.ycp
--- old/yast2-storage-2.23.4/storage/src/modules/Storage.ycp    2013-01-14 
11:20:54.000000000 +0100
+++ new/yast2-storage-2.23.5/storage/src/modules/Storage.ycp    2013-02-05 
12:36:38.000000000 +0100
@@ -4107,7 +4107,8 @@
            if (Stage::initial())
                {
                tmp = AddProposalName(tmp);
-               tmp = AskCryptPasswords( tmp );
+               if( !Mode::autoinst() )
+                   tmp = AskCryptPasswords( tmp );
                }
            StorageMap[targets_key] = tmp;
            }

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

Reply via email to