2007-01-16 00:27:31 +01:00
|
|
|
#
|
2011-10-27 12:08:18 +02:00
|
|
|
# spec file for package open-iscsi
|
2007-01-16 00:27:31 +01:00
|
|
|
#
|
2013-03-16 09:19:24 +01:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:27:31 +01:00
|
|
|
#
|
2008-08-29 02:59:20 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:27:31 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2008-04-15 15:27:22 +02:00
|
|
|
|
2007-01-16 00:27:31 +01:00
|
|
|
Name: open-iscsi
|
2013-03-16 09:19:24 +01:00
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: db-devel
|
|
|
|
BuildRequires: flex
|
2013-07-17 10:53:52 +02:00
|
|
|
BuildRequires: openssl-devel
|
2013-10-04 14:27:54 +02:00
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
BuildRequires: systemd
|
|
|
|
%endif
|
2008-04-15 15:27:22 +02:00
|
|
|
Url: http://www.open-iscsi.org
|
|
|
|
PreReq: %fillup_prereq %insserv_prereq
|
2013-07-17 10:53:52 +02:00
|
|
|
Version: 2.0.873
|
2013-03-16 09:19:24 +01:00
|
|
|
Release: 0
|
2013-10-04 14:27:54 +02:00
|
|
|
%{?systemd_requires}
|
2007-01-16 00:27:31 +01:00
|
|
|
Provides: linux-iscsi
|
|
|
|
Obsoletes: linux-iscsi
|
2013-07-17 10:53:52 +02:00
|
|
|
%define iscsi_release 873
|
2007-01-16 00:27:31 +01:00
|
|
|
Summary: Linux* Open-iSCSI Software Initiator
|
2013-03-16 09:19:24 +01:00
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Productivity/Networking/Other
|
2013-07-17 10:53:52 +02:00
|
|
|
Source: %{name}-2.0-%{iscsi_release}.tar.bz2
|
|
|
|
Patch1: %{name}-sles11-sp2-update.diff.bz2
|
|
|
|
Patch2: %{name}-sles11-sp2-latest.diff.bz2
|
|
|
|
Patch3: %{name}-sles11-sp3-iscsiuio-update.diff.bz2
|
|
|
|
Patch4: %{name}-sles11-sp3-flash-update.diff.bz2
|
|
|
|
Patch5: %{name}-sles11-sp3-general-updates-1.diff.bz2
|
|
|
|
Patch6: %{name}-openSUSE-12.3-first-merge.diff.bz2
|
2013-10-04 14:27:54 +02:00
|
|
|
Patch7: %{name}-openSUSE-Factory-first-merge.diff.bz2
|
2013-10-04 18:45:58 +02:00
|
|
|
Patch10: open-iscsi-2.0-873.patch
|
2007-01-16 00:27:31 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Open-iSCSI is a high-performance, transport independent, multi-platform
|
|
|
|
implementation of RFC3720 iSCSI.
|
|
|
|
|
|
|
|
Open-iSCSI is partitioned into user and kernel parts.
|
|
|
|
|
|
|
|
The kernel portion of Open-iSCSI is a from-scratch code licensed under
|
|
|
|
GPL. The kernel part implements iSCSI data path (that is, iSCSI Read
|
|
|
|
and iSCSI Write), and consists of two loadable modules: iscsi_if.ko and
|
|
|
|
iscsi_tcp.ko.
|
|
|
|
|
|
|
|
User space contains the entire control plane: configuration manager,
|
|
|
|
iSCSI Discovery, Login and Logout processing, connection-level error
|
|
|
|
processing, Nop-In and Nop-Out handling, and (in the future:) Text
|
|
|
|
processing, iSNS, SLP, Radius, etc.
|
|
|
|
|
|
|
|
The user space Open-iSCSI consists of a daemon process called iscsid,
|
|
|
|
and a management utility iscsiadm.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
open-iscsi@googlegroups.com
|
|
|
|
|
|
|
|
%prep
|
2013-07-17 10:53:52 +02:00
|
|
|
%setup -n %{name}-2.0-%{iscsi_release}
|
2008-07-25 16:58:50 +02:00
|
|
|
%patch1 -p1
|
2007-07-10 19:04:15 +02:00
|
|
|
%patch2 -p1
|
2008-07-25 16:58:50 +02:00
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
2008-09-06 01:11:16 +02:00
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
2013-10-04 14:27:54 +02:00
|
|
|
%patch7 -p1
|
2013-10-04 18:45:58 +02:00
|
|
|
%patch10 -p1
|
2007-01-16 00:27:31 +01:00
|
|
|
|
|
|
|
%build
|
2013-07-17 10:53:52 +02:00
|
|
|
%{__make} OPTFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing -DLOCK_DIR=\\\"/etc/iscsi\\\"" user
|
2007-01-16 00:27:31 +01:00
|
|
|
|
|
|
|
%install
|
2013-07-17 10:53:52 +02:00
|
|
|
make DESTDIR=${RPM_BUILD_ROOT} install_user
|
2013-10-04 14:27:54 +02:00
|
|
|
make DESTDIR=${RPM_BUILD_ROOT} install_mkinitrd_suse
|
|
|
|
# install service files
|
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
make DESTDIR=${RPM_BUILD_ROOT} install_service_suse
|
|
|
|
%else
|
2007-01-16 00:27:31 +01:00
|
|
|
make DESTDIR=${RPM_BUILD_ROOT} install_initd_suse
|
2013-07-17 10:53:52 +02:00
|
|
|
# rename open-iscsi service to iscsid for openSUSE
|
|
|
|
mv ${RPM_BUILD_ROOT}/etc/init.d/boot.open-iscsi \
|
|
|
|
${RPM_BUILD_ROOT}/etc/init.d/boot.iscsid-early
|
|
|
|
mv ${RPM_BUILD_ROOT}/etc/init.d/open-iscsi \
|
|
|
|
${RPM_BUILD_ROOT}/etc/init.d/iscsid
|
|
|
|
# create rc shortcut
|
|
|
|
[ -d ${RPM_BUILD_ROOT}/usr/sbin ] || mkdir -p ${RPM_BUILD_ROOT}/usr/sbin
|
|
|
|
ln -sf ../../etc/init.d/iscsid ${RPM_BUILD_ROOT}/usr/sbin/rciscsid
|
2013-10-04 14:27:54 +02:00
|
|
|
%endif
|
2007-04-04 20:32:14 +02:00
|
|
|
(cd ${RPM_BUILD_ROOT}/etc; ln -sf iscsi/iscsid.conf iscsid.conf)
|
2013-07-17 10:53:52 +02:00
|
|
|
touch ${RPM_BUILD_ROOT}/etc/iscsi/initiatorname.iscsi
|
2007-01-16 00:27:31 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%post
|
2008-09-06 01:11:16 +02:00
|
|
|
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
|
2007-04-04 20:32:14 +02:00
|
|
|
if [ ! -f /etc/iscsi/initiatorname.iscsi ] ; then
|
|
|
|
/sbin/iscsi-gen-initiatorname
|
2007-01-16 00:27:31 +01:00
|
|
|
fi
|
2013-10-04 14:27:54 +02:00
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
%{service_add_post iscsid.socket iscsid.service iscsi.service}
|
|
|
|
%else
|
|
|
|
%{fillup_and_insserv -Y boot.iscsid-early}
|
|
|
|
%endif
|
2007-01-16 00:27:31 +01:00
|
|
|
|
|
|
|
%postun
|
2008-09-06 01:11:16 +02:00
|
|
|
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
|
2013-10-04 14:27:54 +02:00
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
%{service_del_postun iscsid.socket iscsid.service iscsi.service}
|
|
|
|
%else
|
2007-01-16 00:27:31 +01:00
|
|
|
%{insserv_cleanup}
|
2013-10-04 14:27:54 +02:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%pre
|
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
%{service_add_pre iscsid.socket iscsid.service iscsi.service}
|
|
|
|
%endif
|
2007-01-16 00:27:31 +01:00
|
|
|
|
2007-07-10 19:04:15 +02:00
|
|
|
%preun
|
2011-10-27 12:08:18 +02:00
|
|
|
%{stop_on_removal iscsid}
|
2013-10-04 14:27:54 +02:00
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
%{service_del_preun iscsid.socket iscsid.service iscsi.service}
|
|
|
|
%endif
|
2007-07-10 19:04:15 +02:00
|
|
|
|
2007-01-16 00:27:31 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2008-07-25 16:58:50 +02:00
|
|
|
%dir /etc/iscsi
|
2007-01-16 00:27:31 +01:00
|
|
|
%attr(0600,root,root) %config(noreplace) /etc/iscsi/iscsid.conf
|
2013-07-17 10:53:52 +02:00
|
|
|
%ghost /etc/iscsi/initiatorname.iscsi
|
2008-07-25 16:58:50 +02:00
|
|
|
%dir /etc/iscsi/ifaces
|
2008-09-06 01:11:16 +02:00
|
|
|
%config /etc/iscsi/ifaces/iface.example
|
2007-04-04 20:32:14 +02:00
|
|
|
/etc/iscsid.conf
|
2013-10-04 14:27:54 +02:00
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
%config %{_unitdir}/iscsid.service
|
|
|
|
%{_unitdir}/iscsid.socket
|
|
|
|
%config %{_unitdir}/iscsi.service
|
|
|
|
%else
|
2011-10-27 12:08:18 +02:00
|
|
|
%config /etc/init.d/iscsid
|
|
|
|
%config /etc/init.d/boot.iscsid-early
|
2013-07-17 10:53:52 +02:00
|
|
|
/usr/sbin/rciscsid
|
2013-10-04 14:27:54 +02:00
|
|
|
%endif
|
|
|
|
/sbin/*
|
2008-07-25 16:58:50 +02:00
|
|
|
%dir /lib/mkinitrd
|
|
|
|
%dir /lib/mkinitrd/scripts
|
|
|
|
/lib/mkinitrd/scripts/setup-iscsi.sh
|
|
|
|
/lib/mkinitrd/scripts/boot-iscsi.sh
|
|
|
|
/lib/mkinitrd/scripts/boot-killiscsi.sh
|
2007-01-16 00:27:31 +01:00
|
|
|
%doc COPYING README
|
|
|
|
%doc %{_mandir}/man8/*
|
|
|
|
|
2007-04-04 20:32:14 +02:00
|
|
|
%changelog
|