12
0
OBS User unknown
2008-05-22 23:31:19 +00:00
committed by Git OBS Bridge
parent 7c058b634e
commit 64aef3cdf9
4 changed files with 24 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 22 16:38:11 CEST 2008 - mzugec@suse.cz
- fixed configuration copying during installation
-------------------------------------------------------------------
Thu May 22 16:13:03 CEST 2008 - mzugec@suse.cz
- install open-iscsi when needed (bnc#393057)
- 2.16.13
-------------------------------------------------------------------
Wed May 21 17:27:16 CEST 2008 - mzugec@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package yast2-iscsi-client (Version 2.16.12)
# spec file for package yast2-iscsi-client (Version 2.16.13)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -12,14 +12,14 @@
Name: yast2-iscsi-client
Version: 2.16.12
Version: 2.16.13
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-iscsi-client-2.16.12.tar.bz2
Source0: yast2-iscsi-client-2.16.13.tar.bz2
Prefix: /usr
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-perl-bindings yast2-testsuite
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 yast2-packager
BuildArch: noarch
Summary: YaST2 - Configuration of iscsi-client
@@ -30,7 +30,7 @@ Configuration of iscsi-client
%prep
%setup -n yast2-iscsi-client-2.16.12
%setup -n yast2-iscsi-client-2.16.13
%build
%{prefix}/bin/y2tool y2autoconf
@@ -66,6 +66,11 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/scrconf/iscsid.scr
%doc %{prefix}/share/doc/packages/yast2-iscsi-client
%changelog
* Thu May 22 2008 mzugec@suse.cz
- fixed configuration copying during installation
* Thu May 22 2008 mzugec@suse.cz
- install open-iscsi when needed (bnc#393057)
- 2.16.13
* Wed May 21 2008 mzugec@suse.cz
- enable open-iscsi service if at least one session exists
(bnc#393057)