[PackageKit] Make building without bash-completion work

Matthias Clasen mclasen at fedoraproject.org
Wed May 22 00:33:12 UTC 2013


commit acb266dcd6db10a86cb1cfb3ce2414aa8f4f479b
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue May 21 20:33:36 2013 -0400

    Make building without bash-completion work

 PackageKit.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <mclasen at redhat.com> - 0.8.9-2
+- Make build without bash-completion actually work
+
 * Mon May 20 2013 Richard Hughes <rhughes at redhat.com> - 0.8.9-1
 - New upstream release
 - Add 'pkcon backend-details' to be get details of the selected backend


More information about the scm-commits mailing list