package should not attempt to own /etc/bash_completion.d

This commit is contained in:
Chris Leech 2016-02-01 13:53:43 -08:00
parent b070fe1e6f
commit 52c698f1e4
1 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Name: fcoe-utils
Version: 1.0.30
Release: 3.git%{checkout}%{?dist}
Release: 4.git%{checkout}%{?dist}
Summary: Fibre Channel over Ethernet utilities
Group: Applications/System
License: GPLv2
@ -82,10 +82,13 @@ rm -f %{buildroot}/%{_sysconfdir}/fcoe/config
%{_sysconfdir}/fcoe/
%config(noreplace) %{_sysconfdir}/fcoe/cfg-ethx
%config(noreplace) %{_sysconfdir}/sysconfig/fcoe
%{_sysconfdir}/bash_completion.d/
%{_sysconfdir}/bash_completion.d/*
%{_libexecdir}/fcoe/
%changelog
* Mon Feb 01 2016 Chris Leech <cleech@redhat.com> - 1.0.30-4.git91c0c8c
- 1303433 package should not attempt to own /etc/bash_completion.d
* Mon Jul 06 2015 Chris Leech <cleech@redhat.com> - 1.0.30-2
- fix display when libhbalinux includes hosts without a serial number