- Don't hardcode network access to install or update packages
- Add subclasses to our registered mime-types - Fix results from GetDistroUpgrades() - Format the package_id before showing it in the error detail - Download the ChangeLog data when we get the update list - Never return FALSE from StateHasChanged() - Fixes #506110, #504137, #499590 and #483164
This commit is contained in:
parent
0b130db826
commit
dd2b988bda
@ -1 +1 @@
|
||||
PackageKit-0.4.8.tar.gz
|
||||
PackageKit-0.4.9-20090616.tar.gz
|
||||
|
||||
@ -2,20 +2,20 @@
|
||||
%define dbus_version 1.1.1
|
||||
%define dbus_glib_version 0.74
|
||||
%define policykit_version 0.8
|
||||
#%define alphatag 20090324
|
||||
%define alphatag 20090616
|
||||
|
||||
%{!?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.4.8
|
||||
#Release: 0.3.%{?alphatag}git%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Version: 0.4.9
|
||||
Release: 0.1.%{?alphatag}git%{?dist}
|
||||
#Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.packagekit.org
|
||||
#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
|
||||
#Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# Fedora-specific: set Vendor.conf up for Fedora.
|
||||
@ -213,8 +213,8 @@ A simple helper that offers to install new packages on the command line
|
||||
using PackageKit.
|
||||
|
||||
%prep
|
||||
#%setup -q -n %{?name}-%{?version}-%{?alphatag}
|
||||
%setup -q
|
||||
%setup -q -n %{?name}-%{?version}-%{?alphatag}
|
||||
#%setup -q
|
||||
%patch0 -p1 -b .fedora
|
||||
%patch1 -p1 -b .no-time
|
||||
|
||||
@ -402,6 +402,15 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Tue Jun 16 2009 Richard Hughes <rhughes@redhat.com> - 0.4.9-0.1.20090616git
|
||||
- Don't hardcode network access to install or update packages
|
||||
- Add subclasses to our registered mime-types
|
||||
- Fix results from GetDistroUpgrades()
|
||||
- Format the package_id before showing it in the error detail
|
||||
- Download the ChangeLog data when we get the update list
|
||||
- Never return FALSE from StateHasChanged()
|
||||
- Fixes #506110, #504137, #499590 and #483164
|
||||
|
||||
* Mon Jun 05 2009 Richard Hughes <rhughes@redhat.com> - 0.4.8-1
|
||||
- New upstream version, many bugfixes and performance fixes
|
||||
- Fixes #487614, #500428 and #502399
|
||||
|
||||
Loading…
Reference in New Issue
Block a user