diff --git a/PackageKit.spec b/PackageKit.spec index 9a07d62..0d00501 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -10,7 +10,7 @@ Summary: System daemon that is a DBUS abstraction layer for package management Name: PackageKit Version: 0.2.3 #Release: 1.%{?alphatag}%{?dist} -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://packagekit.freedesktop.org @@ -147,6 +147,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %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 &> /dev/null || : %{_includedir}/* %changelog +* Tue Jul 15 2008 Richard Hughes - 0.2.3-6 +- Own the /etc/bash_completion.d directory as we don't depend on the + bash-completion package. Fixes rh#450964. + * Tue Jul 15 2008 Richard Hughes - 0.2.3-5 - Add intltool to the BR.