- Own the /etc/bash_completion.d directory as we don't depend on the

bash-completion package. Fixes rh#450964.
This commit is contained in:
Richard Hughes 2008-06-23 09:57:47 +00:00
parent 8dd1e223cc
commit ffa821b014

View File

@ -9,7 +9,7 @@
Summary: System daemon that is a DBUS abstraction layer for package management
Name: PackageKit
Version: 0.2.3
Release: 4.%{?alphatag}%{?dist}
Release: 5.%{?alphatag}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://packagekit.freedesktop.org
@ -147,6 +147,7 @@ update-mime-database %{_datadir}/mime
%dir %{python_sitelib}/packagekit
%dir %{_localstatedir}/run/PackageKit
%{python_sitelib}/packagekit/*py*
%dir %{_sysconfdir}/bash_completion.d
%config %{_sysconfdir}/bash_completion.d/pk-completion.bash
%config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
%config %{_sysconfdir}/dbus-1/system.d/*
@ -199,6 +200,10 @@ update-mime-database %{_datadir}/mime
%{_includedir}/*
%changelog
* Mon Jun 23 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-5.20080618
- Own the /etc/bash_completion.d directory as we don't depend on the
bash-completion package. Fixes rh#450964.
* Wed Jun 18 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-4.20080618
- Pull in a new snapshot from the unstable branch.
- Add the font installing provide hooks