New upstream release.
Manually convert the results of GetDetails to unicode. Parse the new style .discinfo files for F15 Ignore local packages when calculating the simulate list Allow the user to remove PackageKit-yum if PackageKit-zif is installed Resolves: #719916, #709865
This commit is contained in:
parent
1a78ed2106
commit
1cec2c22dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ PackageKit-0.6.7.tar.bz2
|
||||
/PackageKit-0.6.14.tar.bz2
|
||||
/PackageKit-0.6.15.tar.bz2
|
||||
/PackageKit-0.6.16.tar.xz
|
||||
/PackageKit-0.6.17.tar.xz
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.6.16
|
||||
Version: 0.6.17
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.packagekit.org
|
||||
@ -15,7 +15,7 @@ Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch
|
||||
Patch1: PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
|
||||
|
||||
Requires: PackageKit-glib = %{version}-%{release}
|
||||
Requires: PackageKit-yum = %{version}-%{release}
|
||||
Requires: PackageKit-backend
|
||||
Requires: shared-mime-info
|
||||
Requires: comps-extras
|
||||
|
||||
@ -63,7 +63,10 @@ cross-architecture API.
|
||||
Summary: PackageKit YUM backend
|
||||
Group: System Environment/Libraries
|
||||
Requires: yum >= 3.2.19
|
||||
# python(gio)
|
||||
Requires: pygobject2
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Provides: PackageKit-backend
|
||||
|
||||
%description yum
|
||||
A backend for PackageKit to enable yum functionality.
|
||||
@ -73,6 +76,7 @@ Summary: PackageKit Zif backend
|
||||
Group: System Environment/Libraries
|
||||
Requires: zif >= 0.1.3
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Provides: PackageKit-backend
|
||||
|
||||
%description zif
|
||||
A backend for PackageKit to enable Zif functionality.
|
||||
@ -256,7 +260,7 @@ user to restart the computer or remove and re-insert the device.
|
||||
--enable-smart \
|
||||
--enable-introspection \
|
||||
%endif
|
||||
--with-default-backend=yum \
|
||||
--with-default-backend=yum,zif \
|
||||
--disable-local \
|
||||
--disable-ruck \
|
||||
--disable-strict \
|
||||
@ -460,6 +464,14 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Mon Aug 01 2011 Richard Hughes <rhughes@redhat.com> - 0.6.17-1
|
||||
- New upstream release.
|
||||
- Manually convert the results of GetDetails to unicode.
|
||||
- Parse the new style .discinfo files for F15
|
||||
- Ignore local packages when calculating the simulate list
|
||||
- Allow the user to remove PackageKit-yum if PackageKit-zif is installed
|
||||
- Resolves: #719916, #709865
|
||||
|
||||
* Mon Jul 04 2011 Richard Hughes <rhughes@redhat.com> - 0.6.16-1
|
||||
- New upstream release.
|
||||
- Do not try to parse any arguments in command-not-found.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user