package should not attempt to own /etc/bash_completion.d
This commit is contained in:
parent
68a9f33ff4
commit
f48ccb7e39
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: lldpad
|
Name: lldpad
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 2.git%{checkout}%{?dist}
|
Release: 3.git%{checkout}%{?dist}
|
||||||
Summary: Intel LLDP Agent
|
Summary: Intel LLDP Agent
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -100,7 +100,6 @@ rm -f %{buildroot}%{_libdir}/liblldp_clif.la
|
|||||||
%dir %{_sharedstatedir}/%{name}
|
%dir %{_sharedstatedir}/%{name}
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
%{_unitdir}/%{name}.socket
|
%{_unitdir}/%{name}.socket
|
||||||
%dir %{_sysconfdir}/bash_completion.d/
|
|
||||||
%{_sysconfdir}/bash_completion.d/*
|
%{_sysconfdir}/bash_completion.d/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
@ -111,6 +110,9 @@ rm -f %{buildroot}%{_libdir}/liblldp_clif.la
|
|||||||
%{_libdir}/liblldp_clif.so
|
%{_libdir}/liblldp_clif.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 01 2016 Chris Leech <cleech@redhat.com> - 1.0.1-3.git986eb2e
|
||||||
|
- 1303439 package should not attempt to own /etc/bash_completion.d
|
||||||
|
|
||||||
* Tue Nov 03 2015 Chris Leech <cleech@redhat.com> - 1.0.1-2.git986eb2e
|
* Tue Nov 03 2015 Chris Leech <cleech@redhat.com> - 1.0.1-2.git986eb2e
|
||||||
- convert from sysv shm to posix, to allow selinux restorecon
|
- convert from sysv shm to posix, to allow selinux restorecon
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user