Make building without bash-completion work

This commit is contained in:
Matthias Clasen 2013-05-21 20:33:36 -04:00
parent 7eb0e99832
commit acb266dcd6

View File

@ -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@redhat.com> - 0.8.9-2
- Make build without bash-completion actually work
* Mon May 20 2013 Richard Hughes <rhughes@redhat.com> - 0.8.9-1
- New upstream release
- Add 'pkcon backend-details' to be get details of the selected backend