[nordugrid-arc/el5: 3/3] 1.1.1 Bugfix Release

Mattias Ellert ellert at fedoraproject.org
Tue Mar 6 13:36:21 UTC 2012


commit f26c963b93101f03812b5160ee3f83d76c78ba74
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Tue Mar 6 14:35:12 2012 +0100

    1.1.1 Bugfix Release

 nordugrid-arc-md5.patch |  155 -----------------------------------------------
 nordugrid-arc.spec      |   17 ++++-
 sources                 |    2 +-
 3 files changed, 14 insertions(+), 160 deletions(-)
---
diff --git a/nordugrid-arc.spec b/nordugrid-arc.spec
index d966b87..e779395 100644
--- a/nordugrid-arc.spec
+++ b/nordugrid-arc.spec
@@ -46,14 +46,13 @@
 %global pkgdir arc
 
 Name:		nordugrid-arc
-Version:	1.1.0
-Release:	4%{?dist}
+Version:	1.1.1
+Release:	1%{?dist}
 Summary:	Advanced Resource Connector Grid Middleware
 Group:		System Environment/Daemons
 License:	ASL 2.0
 URL:		http://www.nordugrid.org/
 Source:		http://download.nordugrid.org/packages/%{name}/releases/%{version}/src/%{name}-%{version}.tar.gz
-Patch0:		%{name}-md5.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	cppunit-devel
@@ -106,6 +105,11 @@ BuildRequires:	mktemp
 BuildRequires:	selinux-policy-devel
 %endif
 BuildRequires:	swig
+%if %{?fedora}%{!?fedora:0} >= 4 || %{?rhel}%{!?rhel:0} >= 5
+BuildRequires:	libtool-ltdl-devel
+%else
+BuildRequires:	libtool
+%endif
 
 %description
 NorduGrid is a collaboration aiming at development, maintenance and
@@ -567,7 +571,6 @@ fetch-crl tool in the fetch-crl package.
 
 %prep
 %setup -q
-%patch0 -p2
 
 %if %{?fedora}%{!?fedora:0} <= 9 && %{?rhel}%{!?rhel:0} <= 5
 # Older versions of SELinux does not have policy for open
@@ -624,6 +627,9 @@ install -p -m 644 debian/%{name}-aris.logrotate \
 
 find $RPM_BUILD_ROOT -type f -name \*.la -exec rm -fv '{}' ';'
 
+# libarcglobusutils is not part of the ARC api.
+find $RPM_BUILD_ROOT -type f -name libarcglobusutils.so -exec rm -fv '{}' ';'
+
 # Turn off default enabling of the services
 mkdir -p $RPM_BUILD_ROOT%{_initrddir}
 sed -e 's/\(chkconfig: \)\w*/\1-/' \
@@ -1194,6 +1200,9 @@ service fetch-crl-cron start > /dev/null 2>&1
 %defattr(-,root,root,-)
 
 %changelog
+* Tue Mar 06 2012 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.1.1-1
+- 1.1.1 Bugfix Release
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-4
 - Rebuilt for c++ ABI breakage
 
diff --git a/sources b/sources
index fa73d7b..8a76344 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8cd85fa4294920eda7bc8ef71c56587c  nordugrid-arc-1.1.0.tar.gz
+a5fa57f5151240b0044086d58a999975  nordugrid-arc-1.1.1.tar.gz


More information about the scm-commits mailing list