[lcgdm/f19] Update for new upstream release

Alejandro Alvarez aalvarez at fedoraproject.org
Fri Jul 12 11:57:17 UTC 2013


commit fc6498775f73326f6e8dda35848b4cf850a4010a
Author: aalvarez <alejandro.alvarez.ayllon at cern.ch>
Date:   Fri Jul 12 13:40:00 2013 +0200

    Update for new upstream release

 lcgdm.spec |   31 +++++++++++++++++++++++++------
 sources    |    2 +-
 2 files changed, 26 insertions(+), 7 deletions(-)
---
diff --git a/lcgdm.spec b/lcgdm.spec
index c7b0cde..6b4f386 100644
--- a/lcgdm.spec
+++ b/lcgdm.spec
@@ -35,15 +35,15 @@
 %endif
 
 Name:		lcgdm
-Version:	1.8.6
-Release:	2%{?dist}
+Version:	1.8.7
+Release:	3%{?dist}
 Summary:	LHC Computing Grid Data Management
 
 Group:		Applications/Internet
 License:	ASL 2.0
 URL:		http://glite.web.cern.ch/glite/
-#		LANG=C svn co http://svnweb.cern.ch/guest/lcgdm/lcg-dm/tags/LCG-DM_R_1_8_6 lcgdm-1.8.6
-#		tar --exclude .svn -z -c -f lcgdm-1.8.6.tar.gz lcgdm-1.8.6
+#		LANG=C svn co http://svnweb.cern.ch/guest/lcgdm/lcg-dm/tags/LCG-DM_R_1_8_7_3 lcgdm-1.8.7
+#		tar --exclude .svn -z -c -f lcgdm-1.8.7.tar.gz lcgdm-1.8.7
 Source0:	%{name}-%{version}.tar.gz
 #		Systemd unit files
 Source1:	%{name}-unitfiles.tar.gz
@@ -180,6 +180,10 @@ Requires:	lfc-libs%{?_isa} = %{version}-%{release}
 %if %{?rhel}%{!?rhel:0} == 5
 Requires:	python(abi) = 2.6
 %endif
+%if %{altpython} == python26
+Provides:	python26-dpm
+Obsoletes:	python26-dpm
+%endif
 
 %description -n lfc-%{altpython}
 The LCG File Catalog (LFC) keeps track of the locations of the physical
@@ -190,6 +194,7 @@ This package provides Python bindings for the LFC client library.
 %package -n lfc-server-mysql
 Summary:	LCG File Catalog (LFC) server with MySQL database back-end
 Group:		Applications/Internet
+Requires:	finger%{?_isa}
 Provides:	lfcdaemon = %{version}-%{release}
 Requires:	lfc-libs%{?_isa} = %{version}-%{release}
 Provides:	lfc-mysql = %{version}-%{release}
@@ -222,6 +227,7 @@ Group:		Applications/Internet
 Requires:	lfcdaemon = %{version}-%{release}
 
 Requires(pre):		shadow-utils
+Requires(post):		finger
 %if %systemd
 Requires(post):		systemd-units
 Requires(preun):	systemd-units
@@ -310,6 +316,10 @@ Requires:	dpm-libs%{?_isa} = %{version}-%{release}
 %if %{?rhel}%{!?rhel:0} == 5
 Requires:	python(abi) = 2.6
 %endif
+%if %{altpython} == python26
+Provides:	python26-lfc
+Obsoletes:	python26-lfc
+%endif
 
 %description -n dpm-%{altpython}
 The LCG Disk Pool Manager (DPM) creates a storage element from a set
@@ -322,6 +332,7 @@ This package provides Python bindings for the DPM client library.
 Summary:	Disk Pool Manager (DPM) server with MySQL database back-end
 Group:		Applications/Internet
 Requires:	dpm-libs%{?_isa} = %{version}-%{release}
+Requires:	finger%{?_isa}
 Provides:	dpm-mysql = %{version}-%{release}
 Obsoletes:	dpm-mysql < 1.8.1.2-2
 Provides:	DPM-server-mysql = %{version}-%{release}
@@ -349,6 +360,7 @@ back-end.
 %package -n dpm-name-server-mysql
 Summary:	DPM name server with MySQL database back-end
 Group:		Applications/Internet
+Requires:	finger%{?_isa}
 Requires:	dpm-libs%{?_isa} = %{version}-%{release}
 Provides:	dpm-mysql-nameserver = %{version}-%{release}
 Obsoletes:	dpm-mysql-nameserver < 1.8.1.2-2
@@ -378,6 +390,7 @@ back-end.
 %package -n dpm-copy-server-mysql
 Summary:	DPM copy server with MySQL database back-end
 Group:		Applications/Internet
+Requires:	finger%{?_isa}
 Requires:	dpm-libs%{?_isa} = %{version}-%{release}
 Provides:	dpm-mysql-copyd = %{version}-%{release}
 Obsoletes:	dpm-mysql-copyd < 1.8.1.2-2
@@ -406,6 +419,7 @@ database back-end.
 %package -n dpm-srm-server-mysql
 Summary:	DPM SRM server with MySQL database back-end
 Group:		Applications/Internet
+Requires:	finger%{?_isa}
 Requires:	dpm-libs%{?_isa} = %{version}-%{release}
 Provides:	dpm-mysql-srmv1 = %{version}-%{release}
 Obsoletes:	dpm-mysql-srmv1 < 1.8.1.2-2
@@ -438,6 +452,7 @@ database back-end.
 %package -n dpm-rfio-server
 Summary:	DPM RFIO server
 Group:		Applications/Internet
+Requires:	finger%{?_isa}
 Requires:	dpm-libs%{?_isa} = %{version}-%{release}
 Provides:	dpm-rfiod = %{version}-%{release}
 Obsoletes:	dpm-rfiod < 1.8.1.2-2
@@ -1616,10 +1631,14 @@ fi
 %doc %{_mandir}/man8/rfiod.8*
 
 %changelog
+* Wed Jul 10 2013 Alejandro Alvarez <aalvarez at cern.ch> 1.8.7-3
+- Update for new upstream release
+- Fixed bogus dates
+
 * Fri Jan 25 2013 Kevin Fenzi <kevin at scrye.com> 1.8.6-2
 - Rebuilt for new libgsoap
 
-* Mon Dec 14 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 1.8.6-1
+* Fri Dec 14 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 1.8.6-1
 - Update for new upstream release
 
 * Mon Nov 12 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 1.8.5-1
@@ -1760,7 +1779,7 @@ fi
 - Added patch LFC-glibc28.patch for glibc-2.8 support
 - Added patch LFC-perlbug.patch for work-around on Fedora 9 x86_64
 
-* Tue Apr 02 2008 Anders Wäänänen <waananen at nbi.dk> - 1.6.9.1-4ng
+* Wed Apr 02 2008 Anders Wäänänen <waananen at nbi.dk> - 1.6.9.1-4ng
 - Added patch from Mattias Ellert <mattias.ellert at fysast.uu.se>:
     LFC-shliblink.patch - Make clients link dynamically against library
 
diff --git a/sources b/sources
index 750a4a6..a8bd677 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a5e6d5693d1fd01aac5366bac6c6858c  lcgdm-1.8.6.tar.gz
+942ef9000ca258909a7bbad439c82610  lcgdm-1.8.7.tar.gz
 5697217008737c454673c86deb3f03d5  lcgdm-unitfiles.tar.gz


More information about the scm-commits mailing list