diff --git a/bash-completion.changes b/bash-completion.changes index 10cd83d..f04f40f 100644 --- a/bash-completion.changes +++ b/bash-completion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 2 10:26:09 UTC 2023 - Callum Farmer + +- Move cmake config files to devel + ------------------------------------------------------------------- Tue Jul 26 19:26:11 UTC 2022 - Otto Hollmann diff --git a/bash-completion.spec b/bash-completion.spec index 8c91af6..78a3428 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -160,11 +160,11 @@ install -m 0644 README.md %{buildroot}%{_defaultdocdir}/%{_name}/README %else %license COPYING %{_datadir}/bash-completion -%dir %{_datadir}/cmake -%{_datadir}/cmake/bash-completion %config %{_sysconfdir}/profile.d/bash_completion.sh %files devel +%dir %{_datadir}/cmake +%{_datadir}/cmake/bash-completion %{_datadir}/pkgconfig/bash-completion.pc # TRICK: bash-completion-devel does not require bash-completion. # It would cause failure of directory ownership check.