diff --git a/subversion.changes b/subversion.changes index 44371ec..3080168 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 11 09:21:41 UTC 2019 - Tomáš Chvátal + +- Move the bash completion to /usr as per rpmlint warning + ------------------------------------------------------------------- Sat Nov 10 12:12:08 UTC 2018 - astieger@suse.com diff --git a/subversion.spec b/subversion.spec index f6ab65d..423eaeb 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,7 +1,7 @@ # # spec file for package subversion # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2009-2010 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -392,7 +392,7 @@ install -d -m 0755 %{buildroot}/%{_datadir}/java ln -sv %{_libdir}/svn-javahl/svn-javahl.jar %{buildroot}/%{_datadir}/java/svn-javahl.jar rm -f %{buildroot}%{_localstatedir}/adm/perl-modules/subversion -install -D -m0644 tools/client-side/bash_completion "%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}" +install -D -m0644 tools/client-side/bash_completion %{buildroot}%{_datadir}/bash-completion/completions/%{name} # examples mkdir -p %{buildroot}%{_docdir}/%{name} @@ -557,6 +557,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/svnserve.conf %endif %files bash-completion -%config %{_sysconfdir}/bash_completion.d/%{name} +%{_datadir}/bash-completion/completions/%{name} %changelog