move new tools to -tools
This commit is contained in:
parent
2e3dd3de30
commit
1a45152b26
@ -34,7 +34,7 @@
|
||||
Summary: A Modern Concurrent Version Control System
|
||||
Name: subversion
|
||||
Version: 1.10.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: Development/Tools
|
||||
URL: https://subversion.apache.org/
|
||||
@ -372,7 +372,8 @@ rm $RPM_BUILD_ROOT%{_bindir}/svnauthz-validate
|
||||
ln -s svnauthz $RPM_BUILD_ROOT%{_bindir}/svnauthz-validate
|
||||
|
||||
for f in svn-populate-node-origins-index fsfs-access-map \
|
||||
svnauthz svnauthz-validate svnmucc svnraisetreeconflict svnbench; do
|
||||
svnauthz svnauthz-validate svnmucc svnraisetreeconflict svnbench \
|
||||
svn-mergeinfo-normalizer fsfs-stats svnmover svnconflict; do
|
||||
echo %{_bindir}/$f
|
||||
if test -f %{_mandir}/man?/${f}.*; then
|
||||
echo %{_mandir}/man?/${f}.*
|
||||
@ -513,6 +514,9 @@ make check-javahl
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 17 2018 Joe Orton <jorton@redhat.com> - 1.10.0-2
|
||||
- move new tools to -tools
|
||||
|
||||
* Mon Apr 16 2018 Joe Orton <jorton@redhat.com> - 1.10.0-1
|
||||
- update to 1.10.0 (#1566493)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user