Mailinglist Archive: opensuse-commit (1093 mails)
| < Previous | Next > |
commit yast2-iscsi-client for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 05 Mar 2010 09:54:32 +0100
- Message-id: <20100305085432.5FD97202AC@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2-iscsi-client for
openSUSE:Factory
checked in at Fri Mar 5 09:54:32 CET 2010.
--------
--- yast2-iscsi-client/yast2-iscsi-client.changes 2010-02-09
13:20:52.000000000 +0100
+++ /mounts/work_src_done/STABLE/yast2-iscsi-client/yast2-iscsi-client.changes
2010-03-03 10:46:56.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar 3 10:45:42 CET 2010 - mzugec@xxxxxxx
+
+- disable iBFT for non-x86 architecture (bnc#582615)
+- 2.19.1
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
yast2-iscsi-client-2.19.0.tar.bz2
New:
----
yast2-iscsi-client-2.19.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-iscsi-client.spec ++++++
--- /var/tmp/diff_new_pack.uvwZ7b/_old 2010-03-05 09:52:45.000000000 +0100
+++ /var/tmp/diff_new_pack.uvwZ7b/_new 2010-03-05 09:52:45.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-iscsi-client (Version 2.19.0)
+# spec file for package yast2-iscsi-client (Version 2.19.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,19 +19,26 @@
Name: yast2-iscsi-client
-Version: 2.19.0
+Version: 2.19.1
Release: 1
+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-iscsi-client-2.19.0.tar.bz2
+Source0: yast2-iscsi-client-2.19.1.tar.bz2
+
Prefix: /usr
+
Group: System/YaST
License: GPLv2+
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
+
# network needs Wizard::OpenCancelOKDialog()
# function from yast2-2.18.2
Requires: yast2 >= 2.18.2
+
BuildArch: noarch
+
Summary: YaST2 - iSCSI Client Configuration
%description
@@ -39,14 +46,16 @@
client.
%prep
-%setup -n yast2-iscsi-client-2.19.0
+%setup -n yast2-iscsi-client-2.19.1
%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install
+
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
@@ -77,5 +86,4 @@
/usr/share/YaST2/scrconf/iscsid.scr
%doc %{prefix}/share/doc/packages/yast2-iscsi-client
/usr/share/YaST2/schema/autoyast/rnc/iscsi-client.rnc
-
%changelog
++++++ yast2-iscsi-client-2.19.0.tar.bz2 -> yast2-iscsi-client-2.19.1.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-iscsi-client-2.19.0/src/IscsiClientLib.ycp
new/yast2-iscsi-client-2.19.1/src/IscsiClientLib.ycp
--- old/yast2-iscsi-client-2.19.0/src/IscsiClientLib.ycp 2010-02-09
13:18:54.000000000 +0100
+++ new/yast2-iscsi-client-2.19.1/src/IscsiClientLib.ycp 2010-03-03
10:44:49.000000000 +0100
@@ -9,6 +9,7 @@
import "ModuleLoading";
import "Mode";
import "String";
+import "Arch";
global list <string> sessions = [];
global list <string> discovered = [];
@@ -43,6 +44,10 @@
*/
global map<string, any> getiBFT(){
if (ibft==nil){
+ if (!Arch::i386() && !Arch::x86_64()){
+ y2milestone("Because architecture %1 is is different from x86, not
using iBFT", Arch::arch_short());
+ return $[];
+ }
ibft=$[];
y2milestone("check and modprobe iscsi_ibft : %1",
SCR::Execute(.target.bash_output, "lsmod |grep -q iscsi_ibft || modprobe
iscsi_ibft"));
string from_bios = ((map<string, any>)SCR::Execute(.target.bash_output,
"iscsiadm -m fw"))["stdout"]:"";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-iscsi-client-2.19.0/VERSION
new/yast2-iscsi-client-2.19.1/VERSION
--- old/yast2-iscsi-client-2.19.0/VERSION 2010-02-09 13:19:14.000000000
+0100
+++ new/yast2-iscsi-client-2.19.1/VERSION 2010-03-03 10:45:33.000000000
+0100
@@ -1 +1 @@
-2.19.0
+2.19.1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |