diff --git a/PackageKit.spec b/PackageKit.spec index 16c67ae..fd19c2f 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -8,7 +8,7 @@ Summary: System daemon that is a DBUS abstraction layer for package management Name: PackageKit Version: 0.3.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://packagekit.freedesktop.org @@ -25,7 +25,6 @@ Requires: dbus-glib >= %{dbus_glib_version} Requires: PackageKit-libs = %{version}-%{release} Requires: yum-packagekit = %{version}-%{release} Requires: yum >= 3.2.6 -Requires: libarchive Requires: shared-mime-info Requires: python-sqlite2 @@ -236,6 +235,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/* %changelog +* Mon Sep 08 2008 Richard Hughes - 0.3.1-5 +- Don't explicitly BR libarchive to silence rpmlint + * Mon Sep 08 2008 Richard Hughes - 0.3.1-4 - Split out a -docs subpackage, which shaves of 324Kb of docs from the main package