New upstream release
This commit is contained in:
parent
65cd6791e7
commit
8f6afc2650
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ PackageKit-0.6.7.tar.bz2
|
|||||||
/PackageKit-0.8.7.tar.xz
|
/PackageKit-0.8.7.tar.xz
|
||||||
/PackageKit-0.8.8.tar.xz
|
/PackageKit-0.8.8.tar.xz
|
||||||
/PackageKit-0.8.9.tar.xz
|
/PackageKit-0.8.9.tar.xz
|
||||||
|
/PackageKit-0.8.11.tar.xz
|
||||||
|
|||||||
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
Summary: Package management service
|
Summary: Package management service
|
||||||
Name: PackageKit
|
Name: PackageKit
|
||||||
Version: 0.8.10
|
Version: 0.8.11
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://www.packagekit.org
|
URL: http://www.packagekit.org
|
||||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
|
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
|
||||||
@ -66,6 +66,12 @@ BuildRequires: zif-devel >= 0.2.5
|
|||||||
BuildRequires: bash-completion
|
BuildRequires: bash-completion
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if !0%{?rhel}
|
||||||
|
BuildRequires: hawkey-devel >= 0.3.13
|
||||||
|
BuildRequires: rpm-devel >= 4.11.0
|
||||||
|
BuildRequires: librepo >= 0.0.4
|
||||||
|
%endif
|
||||||
|
|
||||||
# functionality moved to udev itself
|
# functionality moved to udev itself
|
||||||
Obsoletes: PackageKit-udev-helper < %{version}-%{release}
|
Obsoletes: PackageKit-udev-helper < %{version}-%{release}
|
||||||
Obsoletes: udev-packagekit < %{version}-%{release}
|
Obsoletes: udev-packagekit < %{version}-%{release}
|
||||||
@ -105,6 +111,17 @@ Provides: PackageKit-backend
|
|||||||
A backend for PackageKit to enable Zif functionality.
|
A backend for PackageKit to enable Zif functionality.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?rhel} == 0
|
||||||
|
%package hawkey
|
||||||
|
Summary: PackageKit Hawkey backend
|
||||||
|
Group: System Environment/Libraries
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Provides: PackageKit-backend
|
||||||
|
|
||||||
|
%description hawkey
|
||||||
|
A backend for PackageKit to enable Hawkey functionality.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package docs
|
%package docs
|
||||||
Summary: Documentation for PackageKit
|
Summary: Documentation for PackageKit
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -246,6 +263,7 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
--disable-bash-completion \
|
--disable-bash-completion \
|
||||||
%if 0%{?rhel} == 0
|
%if 0%{?rhel} == 0
|
||||||
--enable-zif \
|
--enable-zif \
|
||||||
|
--enable-hawkey \
|
||||||
--enable-introspection \
|
--enable-introspection \
|
||||||
--enable-bash-completion \
|
--enable-bash-completion \
|
||||||
%endif
|
%endif
|
||||||
@ -367,6 +385,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||||||
%{_datadir}/PackageKit/helpers/zif/*
|
%{_datadir}/PackageKit/helpers/zif/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?rhel} == 0
|
||||||
|
%files hawkey
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/packagekit-backend/libpk_backend_hawkey.so
|
||||||
|
%endif
|
||||||
|
|
||||||
%files yum-plugin
|
%files yum-plugin
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
|
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
|
||||||
@ -430,6 +454,16 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||||||
%{_libdir}/pkgconfig/packagekit-plugin.pc
|
%{_libdir}/pkgconfig/packagekit-plugin.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 02 2013 Richard Hughes <rhughes@redhat.com> - 0.8.11-1
|
||||||
|
- New upstream release
|
||||||
|
- Add a few missing subcommands to the help output
|
||||||
|
- Add a new backend using hawkey that also uses librepo
|
||||||
|
- Add offline update commands to the pkcon man page
|
||||||
|
- Make it possible to cancel an offline update
|
||||||
|
- yum: Do not check for infra packages when getting the update list
|
||||||
|
- yum: Do not use network access if we're filtering with ONLY_DOWNLOAD
|
||||||
|
- zif: Do not use network access if we're filtering with ONLY_DOWNLOAD
|
||||||
|
|
||||||
* Tue Aug 20 2013 Richard Hughes <rhughes@redhat.com> - 0.8.10-2
|
* Tue Aug 20 2013 Richard Hughes <rhughes@redhat.com> - 0.8.10-2
|
||||||
- Do not build the smart backend, it's about to be removed from Fedora.
|
- Do not build the smart backend, it's about to be removed from Fedora.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user