Include bash completion

This commit is contained in:
Carl George 2020-07-08 17:14:31 -05:00
parent b3fb47ab6c
commit c14c9fc1a7
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: btrfs-progs
Version: 5.7
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Userspace programs for btrfs
License: GPLv2
@ -94,6 +94,7 @@ popd
%install
%make_install mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir}
install -Dpm0644 btrfs-completion %{buildroot}%{_datadir}/bash-completion/completions/btrfs
# Nuke the static lib
rm -v %{buildroot}%{_libdir}/*.a
@ -118,6 +119,7 @@ popd
%{_mandir}/man5/*.gz
%{_mandir}/man8/*.gz
%{_udevrulesdir}/64-btrfs-dm.rules
%{_datadir}/bash-completion/completions/btrfs
%files -n libbtrfs
%license COPYING
@ -140,6 +142,9 @@ popd
%endif
%changelog
* Wed Jul 08 2020 Carl George <carl@george.computer> - 5.7-2
- Include bash completion
* Thu Jul 02 2020 Neal Gompa <ngompa13@gmail.com> - 5.7-1
- New upstream release