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
|
||||
Version: 1.0.1
|
||||
Release: 2.git%{checkout}%{?dist}
|
||||
Release: 3.git%{checkout}%{?dist}
|
||||
Summary: Intel LLDP Agent
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2
|
||||
@ -100,7 +100,6 @@ rm -f %{buildroot}%{_libdir}/liblldp_clif.la
|
||||
%dir %{_sharedstatedir}/%{name}
|
||||
%{_unitdir}/%{name}.service
|
||||
%{_unitdir}/%{name}.socket
|
||||
%dir %{_sysconfdir}/bash_completion.d/
|
||||
%{_sysconfdir}/bash_completion.d/*
|
||||
%{_mandir}/man3/*
|
||||
%{_mandir}/man8/*
|
||||
@ -111,6 +110,9 @@ rm -f %{buildroot}%{_libdir}/liblldp_clif.la
|
||||
%{_libdir}/liblldp_clif.so
|
||||
|
||||
%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
|
||||
- convert from sysv shm to posix, to allow selinux restorecon
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user