- New upstream version
- Mainly bugfixes
This commit is contained in:
parent
bf381a7901
commit
71a3893fde
@ -1 +1 @@
|
||||
PackageKit-0.4.3.tar.gz
|
||||
PackageKit-0.4.4.tar.gz
|
||||
|
||||
13
PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
Normal file
13
PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/etc/PackageKit.conf.in b/etc/PackageKit.conf.in
|
||||
index bc0bea2..67e15f7 100644
|
||||
--- a/etc/PackageKit.conf.in
|
||||
+++ b/etc/PackageKit.conf.in
|
||||
@@ -27,7 +27,7 @@ UseNetworkHeuristic=true
|
||||
# enough and will not be set at the very start or end of a transaction.
|
||||
#
|
||||
# default=true
|
||||
-UseRemainingTimeEstimation=true
|
||||
+UseRemainingTimeEstimation=false
|
||||
|
||||
# Shut down the daemon after this many seconds idle. 0 means don't shutdown.
|
||||
#
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.4.3
|
||||
Version: 0.4.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -18,6 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
# Fedora-specific
|
||||
# Set Vendor.conf up for Fedora.
|
||||
Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch
|
||||
Patch1: PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
|
||||
|
||||
Requires: dbus >= %{dbus_version}
|
||||
Requires: dbus-glib >= %{dbus_glib_version}
|
||||
@ -216,6 +217,7 @@ using PackageKit.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-yum --enable-smart --with-default-backend=yum --disable-local --disable-ruck
|
||||
@ -410,6 +412,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Mon Feb 23 2009 Richard Hughes <rhughes@redhat.com> - 0.4.4-1
|
||||
- New upstream version
|
||||
- Mainly bugfixes
|
||||
|
||||
* Mon Feb 02 2009 Richard Hughes <rhughes@redhat.com> - 0.4.3-1
|
||||
- New upstream version
|
||||
- Mainly bugfixes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user