[fts/el6] new upstream release

MIchal Simon simonm at fedoraproject.org
Wed Aug 13 16:00:10 UTC 2014


commit 260563265eb88e0e22dd42f7d498f3cf59c48d9f
Author: simonm <michal.simon at cern.ch>
Date:   Wed Aug 13 17:51:59 2014 +0200

    new upstream release

 fts-3.2.26.2.tar.gz |  Bin 0 -> 2693771 bytes
 fts.spec            |   22 +++++++++++-----------
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/fts-3.2.26.2.tar.gz b/fts-3.2.26.2.tar.gz
new file mode 100644
index 0000000..44941b1
Binary files /dev/null and b/fts-3.2.26.2.tar.gz differ
diff --git a/fts.spec b/fts.spec
index 136dc17..8f1dd91 100644
--- a/fts.spec
+++ b/fts.spec
@@ -4,7 +4,7 @@
 %global selinux_variants mls targeted
 
 Name: fts
-Version: 3.2.25
+Version: 3.2.26.2
 Release: 1%{?dist}
 Summary: File Transfer Service V3
 Group: System Environment/Daemons
@@ -13,7 +13,7 @@ URL: https://svnweb.cern.ch/trac/fts3/wiki
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 #  svn export https://svn.cern.ch/reps/fts3/trunk fts3
-#  tar -czvf fts-3.2.24-2.tar.gz fts3
+#  tar -czvf fts-3.2.25-2.tar.gz fts3
 Source0: https://grid-deployment.web.cern.ch/grid-deployment/dms/fts3/tar/%{name}-%{version}.tar.gz
 Source1: fts.te
 Source2: fts.fc
@@ -76,7 +76,7 @@ Requires: fts-libs%{?_isa} = %{version}-%{release}
 Requires: gfal2-plugin-gridftp%{?_isa} >= 2.1.0
 Requires: gfal2-plugin-http%{?_isa} >= 2.1.0
 Requires: gfal2-plugin-srm%{?_isa} >= 2.1.0
-Requires: gfal2-plugin-xrootd%{?_isa} >= 0.2.2
+#Requires: gfal2-plugin-xrootd%{?_isa} >= 0.2.2
 Requires: gridsite >= 1.7.25
 Requires(post): chkconfig
 Requires(preun): chkconfig
@@ -173,7 +173,8 @@ cp -p %{SOURCE1} %{SOURCE2} SELinux
 # Make sure the version in the spec file and the version used
 # for building matches
 fts_cmake_ver=`sed -n 's/^set(VERSION_\(MAJOR\|MINOR\|PATCH\) \([0-9]\+\).*/\2/p' CMakeLists.txt | paste -sd '.'`
-if [ "$fts_cmake_ver" != "%{version}" ]; then
+fts_spec_ver=`expr "%{version}" : '\([0-9]*\\.[0-9]*\\.[0-9]*\)'`
+if [ "$fts_cmake_ver" != "$fts_spec_ver" ]; then
     echo "The version in the spec file does not match the CMakeLists.txt version!"
     echo "$fts_cmake_ver != %{version}"
     exit 1
@@ -348,7 +349,7 @@ fi
 %attr(0755,root,root) %{_initddir}/fts-bringonline
 %attr(0755,root,root) %{_initddir}/fts-records-cleaner
 %attr(0755,root,root) %{_sysconfdir}/cron.daily/fts-records-cleaner
-%config(noreplace) %attr(0640,root,fts3) %{_sysconfdir}/fts3/fts3config
+%config(noreplace) %attr(0644,fts3,root) %{_sysconfdir}/fts3/fts3config
 %config(noreplace) %{_sysconfdir}/logrotate.d/fts-server
 %{_mandir}/man8/fts_bringonline.8.gz
 %{_mandir}/man8/fts_db_cleaner.8.gz
@@ -377,7 +378,7 @@ fi
 %attr(0755,root,root) %{_initddir}/fts-msg-bulk
 %attr(0755,root,root) %{_initddir}/fts-msg-cron
 %attr(0755,root,root) %{_sysconfdir}/cron.hourly/fts-msg-cron
-%config(noreplace) %attr(0640,root,fts3) %{_sysconfdir}/fts3/fts-msg-monitoring.conf
+%config(noreplace) %attr(0644,fts3,root) %{_sysconfdir}/fts3/fts-msg-monitoring.conf
 %{_mandir}/man8/fts_msg_bulk.8.gz
 %{_mandir}/man8/fts_msg_cron.8.gz
 
@@ -392,6 +393,7 @@ fi
 %{_bindir}/fts-transfer-status
 %{_bindir}/fts-transfer-submit
 %{_bindir}/fts-transfer-cancel
+%{_bindir}/fts-transfer-delete
 %{_bindir}/fts-transfer-snapshot
 %{_bindir}/fts-delegation-init
 
@@ -444,13 +446,11 @@ fi
 %{_datadir}/selinux/*/fts.pp
 
 %changelog
-* Mon May 12 2014 Michal Simon <michal.simon at cern.ch> - 3.2.25-1
-  - Update for new upstream release
-* Tue Feb 04 2014 Alejandro Alvarez <aalvarez at cern.ch> - 3.2.24-4
+* Tue Feb 04 2014 Alejandro Alvarez <aalvarez at cern.ch> - 3.2.26-1
   - introduced dist back in the release
-* Tue Jan 14 2014 Alejandro Alvarez <aalvarez at cern.ch> - 3.2.24-3
+* Tue Jan 14 2014 Alejandro Alvarez <aalvarez at cern.ch> - 3.2.25-3
   - using cmake28
-* Mon Jan 13 2014 Alejandro Alvarez <aalvarez at cern.ch> - 3.2.24-2
+* Mon Jan 13 2014 Alejandro Alvarez <aalvarez at cern.ch> - 3.2.25-2
   - separated rpms for messaging and infosys subsystems
 * Mon Nov 18 2013 Alejandro Alvarez Ayllon <aalvarez at cern.ch> - 3.1.33-2
   - Added missing changelog entry


More information about the scm-commits mailing list