From 08bbf6aa57f8c51c1629fcb947ab6a36c8d35900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 22 May 2009 13:29:02 +0000 Subject: [PATCH] - drop the s390/s390x ExcludeArch --- iscsi-initiator-utils.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/iscsi-initiator-utils.spec b/iscsi-initiator-utils.spec index 0c15b66..d80de81 100644 --- a/iscsi-initiator-utils.spec +++ b/iscsi-initiator-utils.spec @@ -3,7 +3,7 @@ Summary: iSCSI daemon and utility programs Name: iscsi-initiator-utils Version: 6.2.0.870 -Release: 9%{?dist} +Release: 9%{?dist}.1 Source0: http://www.open-iscsi.org/bits/open-iscsi-2.0-870.1.tar.gz Source1: iscsid.init Source2: iscsidevs.init @@ -28,7 +28,6 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel flex bison python-devel doxygen glibc-static Requires(post): chkconfig Requires(preun): chkconfig /sbin/service -ExcludeArch: s390 s390x %description The iscsi package provides the server daemon for the iSCSI protocol, @@ -162,6 +161,9 @@ fi %{_includedir}/libiscsi.h %changelog +* Fri May 22 2009 Dan Horak 6.2.0.870-9.1 +- drop the s390/s390x ExcludeArch + * Mon Apr 27 2009 Hans de Goede 6.2.0.870-9 - Don't crash when asked to parse the ppc firmware table more then once (which can be done from libiscsi) (#491363)