- New upstream release.
- Many small bugfixes and performance increases. - New experimental zif backend, which is not installed by default.
This commit is contained in:
parent
04b290ab1b
commit
b49c7fe00e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ PackageKit-0.6.7.tar.bz2
|
||||
/PackageKit-0.6.8.tar.bz2
|
||||
/PackageKit-0.6.9.tar.bz2
|
||||
/PackageKit-0.6.10.tar.bz2
|
||||
/PackageKit-0.6.11.tar.bz2
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.6.10
|
||||
Version: 0.6.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.packagekit.org
|
||||
@ -48,7 +48,7 @@ BuildRequires: pango-devel
|
||||
BuildRequires: pm-utils-devel
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: zif-devel
|
||||
BuildRequires: zif-devel >= 0.1.3
|
||||
|
||||
# functionality moved to udev itself
|
||||
Obsoletes: PackageKit-udev-helper < %{version}-%{release}
|
||||
@ -68,6 +68,15 @@ Requires: %{name} = %{version}-%{release}
|
||||
%description yum
|
||||
A backend for PackageKit to enable yum functionality.
|
||||
|
||||
%package zif
|
||||
Summary: PackageKit Zif backend
|
||||
Group: System Environment/Libraries
|
||||
Requires: zif >= 0.1.3
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description zif
|
||||
A backend for PackageKit to enable Zif functionality.
|
||||
|
||||
%if 0%{?rhel} == 0
|
||||
%package smart
|
||||
Summary: PackageKit SMART backend
|
||||
@ -241,6 +250,7 @@ user to restart the computer or remove and re-insert the device.
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-yum \
|
||||
--enable-zif \
|
||||
%if 0%{?rhel} == 0
|
||||
--enable-smart \
|
||||
--enable-introspection \
|
||||
@ -361,6 +371,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%dir %{_datadir}/PackageKit/helpers/yum
|
||||
%{_datadir}/PackageKit/helpers/yum/*
|
||||
|
||||
%files zif
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/packagekit-backend/libpk_backend_zif.so
|
||||
%dir %{_datadir}/PackageKit/helpers/zif
|
||||
%{_datadir}/PackageKit/helpers/zif/*
|
||||
|
||||
%files yum-plugin
|
||||
%defattr(-, root, root)
|
||||
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
|
||||
@ -439,6 +455,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Mon Dec 13 2010 Richard Hughes <rhughes@redhat.com> - 0.6.11-1
|
||||
- New upstream release.
|
||||
- Many small bugfixes and performance increases.
|
||||
- New experimental zif backend, which is not installed by default.
|
||||
|
||||
* Mon Nov 01 2010 Richard Hughes <rhughes@redhat.com> - 0.6.10-1
|
||||
- New upstream release.
|
||||
- Many small bugfixes and performance increases.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user