From ffa821b0142f797fa713d5a11f81f651512d0bfa Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 23 Jun 2008 09:57:47 +0000 Subject: [PATCH] - Own the /etc/bash_completion.d directory as we don't depend on the bash-completion package. Fixes rh#450964. --- PackageKit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PackageKit.spec b/PackageKit.spec index 1a23d90..92a9f54 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -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 - 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 - 0.2.3-4.20080618 - Pull in a new snapshot from the unstable branch. - Add the font installing provide hooks