Own bash completion dirs not owned by anything in dep chain
This commit is contained in:
parent
07fca2aecb
commit
ebfa1363ae
@ -1,6 +1,6 @@
|
||||
Name: kmod
|
||||
Version: 21
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Linux kernel module management utilities
|
||||
|
||||
Group: System Environment/Kernel
|
||||
@ -95,7 +95,7 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules
|
||||
%{_sbindir}/lsmod
|
||||
%{_sbindir}/depmod
|
||||
%{_sbindir}/weak-modules
|
||||
%{_datadir}/bash-completion/completions/kmod
|
||||
%{_datadir}/bash-completion/
|
||||
%attr(0644,root,root) %{_mandir}/man5/*.5*
|
||||
%attr(0644,root,root) %{_mandir}/man8/*.8*
|
||||
%doc NEWS README TODO
|
||||
@ -111,6 +111,9 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules
|
||||
%{_libdir}/libkmod.so
|
||||
|
||||
%changelog
|
||||
* Mon Jun 15 2015 Ville Skyttä <ville.skytta@iki.fi> - 21-2
|
||||
- Own bash completion dirs not owned by anything in dep chain
|
||||
|
||||
* Tue Jun 09 2015 Josh Boyer <jwboyer@fedoraproject.org> - 21-1
|
||||
- Update to verion 21
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user