Hello community,

here is the log from the commit of package yast2-iscsi-client for 
openSUSE:Factory
checked in at Tue Oct 11 17:08:21 CEST 2011.



--------
--- openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes      
2011-10-04 17:04:28.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-iscsi-client/yast2-iscsi-client.changes  
2011-10-10 15:31:06.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 15:13:28 CEST 2011 - f...@suse.de
+
+- 2.21.6
+- add qla3xxx to modules supporting qla iscsi offload (bnc#723014)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-iscsi-client-2.21.5.tar.bz2

New:
----
  yast2-iscsi-client-2.21.6.tar.bz2

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

Other differences:
------------------
++++++ yast2-iscsi-client.spec ++++++
--- /var/tmp/diff_new_pack.JBohdg/_old  2011-10-11 17:08:17.000000000 +0200
+++ /var/tmp/diff_new_pack.JBohdg/_new  2011-10-11 17:08:17.000000000 +0200
@@ -19,16 +19,16 @@
 
 
 Name:           yast2-iscsi-client
-Version:        2.21.5
+Version:        2.21.6
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-iscsi-client-%{version}.tar.bz2
+Source0:        yast2-iscsi-client-2.21.6.tar.bz2
 
 Prefix:         /usr
 
 Group:          System/YaST
-License:        GPL v2 or later
+License:        GPL-2.0+
 BuildRequires:  docbook-xsl-stylesheets doxygen libicu-devel libxslt 
perl-XML-Writer popt-devel sgml-skel update-desktop-files yast2 yast2-devtools 
yast2-packagemanager-devel yast2-packager yast2-perl-bindings yast2-testsuite
 
 Requires:       yast2-packager
@@ -47,7 +47,7 @@
 client.
 
 %prep
-%setup -n yast2-iscsi-client-%{version}
+%setup -n yast2-iscsi-client-2.21.6
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-iscsi-client-2.21.5.tar.bz2 -> yast2-iscsi-client-2.21.6.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-2.21.5/Makefile.am 
new/yast2-iscsi-client-2.21.6/Makefile.am
--- old/yast2-iscsi-client-2.21.5/Makefile.am   2011-09-28 09:31:04.000000000 
+0200
+++ new/yast2-iscsi-client-2.21.6/Makefile.am   2011-05-12 14:38:18.000000000 
+0200
@@ -20,6 +20,7 @@
 IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
+ALL_PACKAGES           = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl    = README COPYING
@@ -154,7 +155,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-textdomain package-local
+package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
 
 TAGVERSION      = $(Y2TOOL) tagversion
 
@@ -184,6 +185,21 @@
 check-parse:
        @echo "Not running parseycp."
 
+check-all-packages:
+       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
+               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
+       fi
+       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
+               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
+       fi
+       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
+               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
+               echo;                                                   \
+               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
+               echo;                                                   \
+               false;                                                  \
+       fi
+
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-2.21.5/Makefile.in 
new/yast2-iscsi-client-2.21.6/Makefile.in
--- old/yast2-iscsi-client-2.21.5/Makefile.in   2011-09-28 09:31:06.000000000 
+0200
+++ new/yast2-iscsi-client-2.21.6/Makefile.in   2011-05-12 14:38:24.000000000 
+0200
@@ -261,6 +261,7 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
+ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -901,7 +902,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-textdomain package-local
+package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
 
 check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
        if [ -d $(srcdir)/CVS ]; then \
@@ -929,6 +930,21 @@
 check-parse:
        @echo "Not running parseycp."
 
+check-all-packages:
+       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
+               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
+       fi
+       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
+               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
+       fi
+       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
+               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
+               echo;                                                   \
+               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
+               echo;                                                   \
+               false;                                                  \
+       fi
+
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-2.21.5/VERSION 
new/yast2-iscsi-client-2.21.6/VERSION
--- old/yast2-iscsi-client-2.21.5/VERSION       2011-09-28 09:31:46.000000000 
+0200
+++ new/yast2-iscsi-client-2.21.6/VERSION       2011-10-10 15:19:45.000000000 
+0200
@@ -1 +1 @@
-2.21.5
+2.21.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-2.21.5/configure 
new/yast2-iscsi-client-2.21.6/configure
--- old/yast2-iscsi-client-2.21.5/configure     2011-09-28 09:31:06.000000000 
+0200
+++ new/yast2-iscsi-client-2.21.6/configure     2011-05-12 14:38:23.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-iscsi-client 2.21.4.
+# Generated by GNU Autoconf 2.68 for yast2-iscsi-client 2.21.0.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-iscsi-client'
 PACKAGE_TARNAME='yast2-iscsi-client'
-PACKAGE_VERSION='2.21.4'
-PACKAGE_STRING='yast2-iscsi-client 2.21.4'
+PACKAGE_VERSION='2.21.0'
+PACKAGE_STRING='yast2-iscsi-client 2.21.0'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-iscsi-client 2.21.4 to adapt to many kinds of 
systems.
+\`configure' configures yast2-iscsi-client 2.21.0 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1301,7 +1301,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-iscsi-client 2.21.4:";;
+     short | recursive ) echo "Configuration of yast2-iscsi-client 2.21.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1381,7 +1381,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-iscsi-client configure 2.21.4
+yast2-iscsi-client configure 2.21.0
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1398,7 +1398,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-iscsi-client $as_me 2.21.4, which was
+It was created by yast2-iscsi-client $as_me 2.21.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2328,7 +2328,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-iscsi-client'
- VERSION='2.21.4'
+ VERSION='2.21.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2450,7 +2450,7 @@
 
 
 
-VERSION="2.21.4"
+VERSION="2.21.0"
 RPMNAME="yast2-iscsi-client"
 MAINTAINER="Thomas Fehr <f...@suse.de>"
 
@@ -3380,7 +3380,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-iscsi-client $as_me 2.21.4, which was
+This file was extended by yast2-iscsi-client $as_me 2.21.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3433,7 +3433,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-yast2-iscsi-client config.status 2.21.4
+yast2-iscsi-client config.status 2.21.0
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-2.21.5/configure.in 
new/yast2-iscsi-client-2.21.6/configure.in
--- old/yast2-iscsi-client-2.21.5/configure.in  2011-09-28 09:31:04.000000000 
+0200
+++ new/yast2-iscsi-client-2.21.6/configure.in  2011-05-12 14:38:18.000000000 
+0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-iscsi-client
 dnl
-dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-iscsi-client, 2.21.4, http://bugs.opensuse.org/, 
yast2-iscsi-client)
+AC_INIT(yast2-iscsi-client, 2.21.0, http://bugs.opensuse.org/, 
yast2-iscsi-client)
 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.21.4"
+VERSION="2.21.0"
 RPMNAME="yast2-iscsi-client"
 MAINTAINER="Thomas Fehr <f...@suse.de>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-2.21.5/src/IscsiClientLib.ycp 
new/yast2-iscsi-client-2.21.6/src/IscsiClientLib.ycp
--- old/yast2-iscsi-client-2.21.5/src/IscsiClientLib.ycp        2011-09-28 
09:29:46.000000000 +0200
+++ new/yast2-iscsi-client-2.21.6/src/IscsiClientLib.ycp        2011-10-10 
15:14:50.000000000 +0200
@@ -642,7 +642,7 @@
        [ "bnx2", "bnx2/bnx2i/bnx2x", [ "bnx2", "bnx2i", "bnx2x" ] ],
        [ "cxgb3", "cxgb3/cxgb3i", [ "cxgb3", "cxgb3i" ] ],
        [ "enic", "enic/cnic/fnic", [ "enic", "cnic", "fnic" ] ],
-       [ "qla4xxx", "qla4xxx", [ "qla4xxx" ] ],
+       [ "qla4xxx", "qla3xxx/qla4xxx", [ "qla4xxx", "qla3xxx" ] ],
        [ "be2net", "be2net/be2iscsi", [ "be2net", "be2iscsi" ] ]
     ];
 

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to