12
0
OBS User unknown
2007-03-12 23:30:47 +00:00
committed by Git OBS Bridge
parent 295a78018a
commit 5e0b659804
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ecfba628607520b56a955df4600317b0212e32db37524871d4755eceb5e402c
size 95080

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a67bf8c18d71b8248c659666598905a6381c724fb4c00a3c2ad7a2493c26864a
size 95085

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 12 15:19:36 CET 2007 - mzugec@suse.cz
- restart iscsid when InitiatorName is changed (#244385)
-------------------------------------------------------------------
Mon Mar 12 13:50:38 CET 2007 - mzugec@suse.cz
- yast2-iscsi-client requires yast2-packager (#253522)
-------------------------------------------------------------------
Wed Mar 7 19:20:56 CET 2007 - mzugec@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package yast2-iscsi-client (Version 2.14.7)
# spec file for package yast2-iscsi-client (Version 2.14.8)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,15 +11,15 @@
# norootforbuild
Name: yast2-iscsi-client
Version: 2.14.7
Version: 2.14.8
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-iscsi-client-2.14.7.tar.bz2
Source0: yast2-iscsi-client-2.14.8.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer popt-devel sgml-skel update-desktop-files yast2 yast2-devtools yast2-packagemanager-devel yast2-perl-bindings yast2-testsuite
Requires: yast2
Requires: yast2 yast2-packager
BuildArchitectures: noarch
Summary: Configuration of iscsi-client
@@ -29,7 +29,7 @@ Configuration of iscsi-client
%prep
%setup -n yast2-iscsi-client-2.14.7
%setup -n yast2-iscsi-client-2.14.8
%build
%{prefix}/bin/y2tool y2autoconf
@@ -65,6 +65,10 @@ rm -rf "$RPM_BUILD_ROOT"
%doc %{prefix}/share/doc/packages/yast2-iscsi-client
%changelog
* Mon Mar 12 2007 - mzugec@suse.cz
- restart iscsid when InitiatorName is changed (#244385)
* Mon Mar 12 2007 - mzugec@suse.cz
- yast2-iscsi-client requires yast2-packager (#253522)
* Wed Mar 07 2007 - mzugec@suse.cz
- improved parsing of iscsiadm output
* Wed Feb 28 2007 - mzugec@suse.cz