- New upstream version
This commit is contained in:
parent
64e35e0386
commit
9a5ec9b7d4
@ -1 +1 @@
|
||||
PackageKit-0.3.3.tar.gz
|
||||
PackageKit-0.3.4.tar.gz
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: System daemon that is a DBUS abstraction layer for package management
|
||||
Name: PackageKit
|
||||
Version: 0.3.3
|
||||
Release: 3%{?dist}
|
||||
Version: 0.3.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://packagekit.freedesktop.org
|
||||
@ -16,10 +16,7 @@ Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# upstream: 51b020dca500141a6e78ab549765f09a34ac75fc
|
||||
Patch0: pk-upgrades-mistake.patch
|
||||
|
||||
# upstream: 0f2fa1f265aa0e7922d5acf03e1266081345df58
|
||||
Patch1: pk-preupgrade-typo.patch
|
||||
#Patch0: pk-upgrades-mistake.patch
|
||||
|
||||
Requires: dbus >= %{dbus_version}
|
||||
Requires: dbus-glib >= %{dbus_glib_version}
|
||||
@ -145,8 +142,7 @@ using PackageKit.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-yum --enable-smart --with-default-backend=yum --disable-local
|
||||
@ -277,6 +273,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 22 2008 Richard Hughes <rhughes@redhat.com> - 0.3.4-1
|
||||
- New upstream version
|
||||
|
||||
* Tue Sep 17 2008 Richard Hughes <rhughes@redhat.com> - 0.3.3-3
|
||||
- Fix a silly typo where we might upgrade the kernel when we check for
|
||||
distro upgrades.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user