From c36f77c1255b34359f32935528d95a0c733ebead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 15 Jun 2015 22:02:34 +0300 Subject: [PATCH] Own bash-completion dirs not owned by anything in dep chain --- subversion.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/subversion.spec b/subversion.spec index 938e4a8..7312de9 100644 --- a/subversion.spec +++ b/subversion.spec @@ -20,7 +20,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.8.13 -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -395,7 +395,7 @@ make check-javahl %{_mandir}/man*/* %{_datadir}/emacs/site-lisp/*.el %{_datadir}/xemacs/site-packages/lisp/*.el -%{_datadir}/bash-completion/completions/* +%{_datadir}/bash-completion/ %config(noreplace) %{_sysconfdir}/sysconfig/svnserve %dir %{_sysconfdir}/subversion %exclude %{_mandir}/man*/*::* @@ -461,6 +461,9 @@ make check-javahl %endif %changelog +* Mon Jun 15 2015 Ville Skyttä - 1.8.13-4 +- Own bash-completion dirs not owned by anything in dep chain + * Sat Jun 06 2015 Jitka Plesnikova - 1.8.13-3 - Perl 5.22 rebuild