diff --git a/yast2-iscsi-client-2.18.8.tar.bz2 b/yast2-iscsi-client-2.18.8.tar.bz2 deleted file mode 100644 index 878163d..0000000 --- a/yast2-iscsi-client-2.18.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c63d8a569491532b0180cb5357eeba814fd78f3924e1160ea7d8af9c139f506d -size 99849 diff --git a/yast2-iscsi-client-2.19.0.tar.bz2 b/yast2-iscsi-client-2.19.0.tar.bz2 new file mode 100644 index 0000000..3666c08 --- /dev/null +++ b/yast2-iscsi-client-2.19.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a971aa0819dc69eadf0a1237f7593bd9ecab5b58fac2a567ca892ad4b918047 +size 101735 diff --git a/yast2-iscsi-client.changes b/yast2-iscsi-client.changes index 934a886..83977f0 100644 --- a/yast2-iscsi-client.changes +++ b/yast2-iscsi-client.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Feb 9 13:19:16 CET 2010 - mzugec@suse.cz + +- wait when start iscsid (bnc#570678) +- 2.19.0 + +------------------------------------------------------------------ +Wed Jan 13 18:56:03 CET 2010 - kmachalkova@suse.cz + +- Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su + where root privileges are needed, removed X-KDE-SubstituteUID key + (bnc#540627) + +------------------------------------------------------------------- +Tue Sep 29 16:22:58 CEST 2009 - mzugec@suse.cz + +- L3: safely parse iBFT values (bnc#541400) +- 2.18.9 + ------------------------------------------------------------------- Fri May 29 11:43:21 CEST 2009 - mzugec@suse.cz diff --git a/yast2-iscsi-client.spec b/yast2-iscsi-client.spec index b3dc32f..c2ae4cd 100644 --- a/yast2-iscsi-client.spec +++ b/yast2-iscsi-client.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-iscsi-client (Version 2.18.8) +# spec file for package yast2-iscsi-client (Version 2.19.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,13 +19,13 @@ Name: yast2-iscsi-client -Version: 2.18.8 +Version: 2.19.0 Release: 1 -License: GPL -Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-iscsi-client-2.18.8.tar.bz2 +Source0: yast2-iscsi-client-2.19.0.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() @@ -39,7 +39,7 @@ This package contains the YaST2 component for configuration of an iSCSI client. %prep -%setup -n yast2-iscsi-client-2.18.8 +%setup -n yast2-iscsi-client-2.19.0 %build %{prefix}/bin/y2tool y2autoconf @@ -49,7 +49,9 @@ 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} -make %{?jobs:-j%jobs} +# V=1: verbose build in case we used AM_SILENT_RULES(yes) +# so that RPM_OPT_FLAGS check works +make %{?jobs:-j%jobs} V=1 %install make install DESTDIR="$RPM_BUILD_ROOT" @@ -75,4 +77,5 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/scrconf/iscsid.scr %doc %{prefix}/share/doc/packages/yast2-iscsi-client /usr/share/YaST2/schema/autoyast/rnc/iscsi-client.rnc + %changelog