[subversion] move svn-bench, fsfs-* to -tools

jorton jorton at fedoraproject.org
Tue Sep 23 20:15:39 UTC 2014


commit 31859da2f76b3fc2484e72be5ebb121de22ad70d
Author: Joe Orton <jorton at redhat.com>
Date:   Tue Sep 23 21:15:40 2014 +0100

    move svn-bench, fsfs-* to -tools

 subversion.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/subversion.spec b/subversion.spec
index d123dc0..4964eca 100644
--- a/subversion.spec
+++ b/subversion.spec
@@ -20,7 +20,7 @@
 Summary: A Modern Concurrent Version Control System
 Name: subversion
 Version: 1.8.10
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: ASL 2.0
 Group: Development/Tools
 URL: http://subversion.apache.org/
@@ -327,7 +327,7 @@ install -p -m 644 $RPM_SOURCE_DIR/svnserve.sysconf \
 make install-tools DESTDIR=$RPM_BUILD_ROOT toolsdir=%{_bindir}
 rm -f $RPM_BUILD_ROOT%{_bindir}/diff*
 
-for f in svn-populate-node-origins-index svn-rep-sharing-stats svnauthz-validate svnmucc svnraisetreeconflict; do
+for f in svn-populate-node-origins-index svn-rep-sharing-stats svnauthz-validate svnmucc svnraisetreeconflict svn-bench fsfs-reorg fsfs-access-map fsfs-stats; do
     echo %{_bindir}/$f
 done | tee tools.files | sed 's/^/%%exclude /' > exclude.tools.files
 
@@ -471,6 +471,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Tue Sep 23 2014 Joe Orton <jorton at redhat.com> - 1.8.10-4
+- move svn-bench, fsfs-* to -tools
+
 * Tue Aug 26 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.8.10-3
 - Perl 5.20 rebuild
 


More information about the scm-commits mailing list