- New upstream version
- Enable time estimation by default
- Remove the udev helper from PackageKit now the core functionality is in
udev itself
- Lots of bug fixes
This commit is contained in:
parent
d991c5cefb
commit
ac5d99dddc
@ -1 +1 @@
|
||||
PackageKit-0.4.0.tar.gz
|
||||
PackageKit-0.4.2.tar.gz
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.4.0
|
||||
Version: 0.4.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -22,12 +22,13 @@ Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch
|
||||
Requires: dbus >= %{dbus_version}
|
||||
Requires: dbus-glib >= %{dbus_glib_version}
|
||||
Requires: PackageKit-glib = %{version}-%{release}
|
||||
Requires: PackageKit-udev-helper = %{version}-%{release}
|
||||
Requires: PackageKit-gtk-module = %{version}-%{release}
|
||||
Requires: PackageKit-yum-plugin = %{version}-%{release}
|
||||
Requires: PackageKit-yum = %{version}-%{release}
|
||||
Requires: shared-mime-info
|
||||
Requires: python-sqlite2
|
||||
Requires: comps-extras
|
||||
Requires: preupgrade
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: dbus-devel >= %{dbus_version}
|
||||
@ -55,6 +56,10 @@ BuildRequires: cppunit-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: fontconfig-devel
|
||||
|
||||
# functionality moved to udev itself
|
||||
Obsoletes: PackageKit-udev-helper < %{version}-%{release}
|
||||
Obsoletes: udev-packagekit < %{version}-%{release}
|
||||
|
||||
%description
|
||||
PackageKit is a D-Bus abstraction layer that allows the session user
|
||||
to manage packages in a secure way using a cross-distro,
|
||||
@ -86,18 +91,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
%description docs
|
||||
API docs for PackageKit.
|
||||
|
||||
%package udev-helper
|
||||
Summary: Tell PackageKit to install firmware that udev requires
|
||||
Group: System Environment/Base
|
||||
Requires: udev
|
||||
Requires: PackageKit
|
||||
Obsoletes: udev-packagekit < %{version}-%{release}
|
||||
|
||||
%description udev-helper
|
||||
PackageKit-udev-helper tells PackageKit that firmware was not available and was
|
||||
needed. This allows PackageKit to do the right thing and prompt for
|
||||
the firmware to be installed.
|
||||
|
||||
%package yum-plugin
|
||||
Summary: Tell PackageKit to check for updates when yum exits
|
||||
Group: System Environment/Base
|
||||
@ -224,7 +217,7 @@ using PackageKit.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-yum --enable-smart --with-default-backend=yum --disable-local
|
||||
%configure --enable-yum --enable-smart --with-default-backend=yum --disable-local --disable-ruck
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -343,14 +336,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
|
||||
/usr/lib/yum-plugins/refresh-packagekit.*
|
||||
|
||||
%files udev-helper
|
||||
%defattr(-, root, root)
|
||||
%dir %{_localstatedir}/run/PackageKit
|
||||
%dir %{_localstatedir}/run/PackageKit/udev
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_sysconfdir}/udev/rules.d/*.rules
|
||||
/lib/udev/*.sh
|
||||
|
||||
%files glib
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
@ -417,6 +402,18 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Mon Jan 19 2009 Richard Hughes <rhughes@redhat.com> - 0.4.2-1
|
||||
- New upstream version
|
||||
- Enable time estimation by default
|
||||
- Remove the udev helper from PackageKit now the core functionality is in
|
||||
udev itself
|
||||
- Lots of bug fixes
|
||||
|
||||
* Thu Jan 08 2009 Richard Hughes <rhughes@redhat.com> - 0.4.1-1
|
||||
- New upstream version
|
||||
- Use NetworkManager to get the network device type for session policy decisions
|
||||
- Lots of bug fixes
|
||||
|
||||
* Tue Dec 09 2008 Richard Hughes <rhughes@redhat.com> - 0.4.0-1
|
||||
- New upstream version
|
||||
- Now integrates with BASH suggesting replacements and offering to install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user