diff --git a/PackageKit.spec b/PackageKit.spec index 5f15cd2..4618464 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -4,7 +4,7 @@ Summary: Package management service Name: PackageKit Version: 0.8.9 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz @@ -245,10 +245,12 @@ NOCONFIGURE=1 ./autogen.sh %configure \ --disable-static \ --enable-yum \ + --disable-bash-completion \ %if 0%{?rhel} == 0 --enable-zif \ --enable-smart \ --enable-introspection \ + --enable-bash-completion \ %endif --with-default-backend=auto \ --disable-local \ @@ -437,6 +439,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_libdir}/pkgconfig/packagekit-plugin.pc %changelog +* Tue May 21 2013 Matthias Clasen - 0.8.9-2 +- Make build without bash-completion actually work + * Mon May 20 2013 Richard Hughes - 0.8.9-1 - New upstream release - Add 'pkcon backend-details' to be get details of the selected backend