- New upstream release of 0.6.5.
- Use the new PkTask API in pkcon so we can deal with Media and Eula
queries.
- Attempt to use removable disk repos if they exist at backend startup.
- Catch and ignore the socket exception on oddball systems.
- Do not abort init when Yum.conf does not contain some required keys.
- Fix up the filter check when doing GetRepoList().
- Resolves: #596779 and #598697
This commit is contained in:
parent
b457b8ea88
commit
25e8209e23
@ -1 +1 @@
|
||||
PackageKit-0.6.4.tar.bz2
|
||||
PackageKit-0.6.5.tar.bz2
|
||||
|
||||
@ -1,17 +1,14 @@
|
||||
%define dbus_version 1.1.1
|
||||
%define alphatag 20100219
|
||||
|
||||
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.6.4
|
||||
#Release: 0.1.%{?alphatag}git%{?dist}
|
||||
Version: 0.6.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.packagekit.org
|
||||
#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.bz2
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
|
||||
|
||||
# Fedora-specific: set Vendor.conf up for Fedora.
|
||||
@ -58,12 +55,6 @@ BuildRequires: gobject-introspection-devel
|
||||
#BuildRequires: gtk-sharp2-devel
|
||||
#BuildRequires: mono-core
|
||||
|
||||
# for the fancy new yum accelerator, which we don't actually use yet...
|
||||
BuildRequires: rpm-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
# functionality moved to udev itself
|
||||
Obsoletes: PackageKit-udev-helper < %{version}-%{release}
|
||||
Obsoletes: udev-packagekit < %{version}-%{release}
|
||||
@ -237,7 +228,6 @@ after firmware has been installed by PackageKit. This removes the need for the
|
||||
user to restart the computer or remove and re-insert the device.
|
||||
|
||||
%prep
|
||||
#%setup -q -n %{?name}-%{?version}-%{?alphatag}
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fedora
|
||||
%patch1 -p1 -b .no-time
|
||||
@ -453,6 +443,15 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Wed Jun 02 2010 Richard Hughes <rhughes@redhat.com> - 0.6.5-1
|
||||
- New upstream release of 0.6.5.
|
||||
- Use the new PkTask API in pkcon so we can deal with Media and Eula queries.
|
||||
- Attempt to use removable disk repos if they exist at backend startup.
|
||||
- Catch and ignore the socket exception on oddball systems.
|
||||
- Do not abort init when Yum.conf does not contain some required keys.
|
||||
- Fix up the filter check when doing GetRepoList().
|
||||
- Resolves: #596779 and #598697
|
||||
|
||||
* Thu May 06 2010 Richard Hughes <rhughes@redhat.com> - 0.6.4-1
|
||||
- New upstream release of 0.6.4.
|
||||
- Catch exceptions.IOError whenever we do a low-level yum call. Resolves #577549
|
||||
|
||||
Loading…
Reference in New Issue
Block a user