Accepting request 31885 from YaST:Head
Copy from YaST:Head/yast2-iscsi-client based on submit request 31885 from user mzugec OBS-URL: https://build.opensuse.org/request/show/31885 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-iscsi-client?expand=0&rev=44
This commit is contained in:
parent
26cbf5ff8b
commit
4caa4dae78
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c63d8a569491532b0180cb5357eeba814fd78f3924e1160ea7d8af9c139f506d
|
|
||||||
size 99849
|
|
3
yast2-iscsi-client-2.19.0.tar.bz2
Normal file
3
yast2-iscsi-client-2.19.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a971aa0819dc69eadf0a1237f7593bd9ecab5b58fac2a567ca892ad4b918047
|
||||||
|
size 101735
|
@ -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
|
Fri May 29 11:43:21 CEST 2009 - mzugec@suse.cz
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-iscsi-client
|
Name: yast2-iscsi-client
|
||||||
Version: 2.18.8
|
Version: 2.19.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
|
||||||
Group: System/YaST
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
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
|
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
|
Requires: yast2-packager
|
||||||
# network needs Wizard::OpenCancelOKDialog()
|
# network needs Wizard::OpenCancelOKDialog()
|
||||||
@ -39,7 +39,7 @@ This package contains the YaST2 component for configuration of an iSCSI
|
|||||||
client.
|
client.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-iscsi-client-2.18.8
|
%setup -n yast2-iscsi-client-2.19.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -49,7 +49,9 @@ export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
|||||||
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
%{?suse_update_config:%{suse_update_config -f}}
|
||||||
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
|
./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
|
%install
|
||||||
make install DESTDIR="$RPM_BUILD_ROOT"
|
make install DESTDIR="$RPM_BUILD_ROOT"
|
||||||
@ -75,4 +77,5 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/usr/share/YaST2/scrconf/iscsid.scr
|
/usr/share/YaST2/scrconf/iscsid.scr
|
||||||
%doc %{prefix}/share/doc/packages/yast2-iscsi-client
|
%doc %{prefix}/share/doc/packages/yast2-iscsi-client
|
||||||
/usr/share/YaST2/schema/autoyast/rnc/iscsi-client.rnc
|
/usr/share/YaST2/schema/autoyast/rnc/iscsi-client.rnc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user