Rework the manaully added requires so that PackageKit-glib doesn't
pull in so many deps. https://bugzilla.redhat.com/show_bug.cgi?id=855344
This commit is contained in:
parent
107f220c41
commit
b9b2f9bdd6
@ -3,7 +3,7 @@
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.8.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.packagekit.org
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
|
||||
@ -136,7 +136,6 @@ will almost instantly update itself to reflect this.
|
||||
Summary: GLib libraries for accessing PackageKit
|
||||
Group: Development/Libraries
|
||||
Requires: dbus >= 1.1.1
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: gobject-introspection
|
||||
Obsoletes: PackageKit-libs < %{version}-%{release}
|
||||
Provides: PackageKit-libs = %{version}-%{release}
|
||||
@ -366,7 +365,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_datadir}/dbus-1/interfaces/*.xml
|
||||
/usr/lib/systemd/system/packagekit-offline-update.service
|
||||
%{_libexecdir}/pk-*offline-update
|
||||
%{_libdir}/gtk-2.0/modules/libpk-gtk-module.so
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root,-)
|
||||
@ -430,6 +428,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
%files gtk3-module
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/gtk-2.0/modules/*.so
|
||||
%{_libdir}/gtk-3.0/modules/*.so
|
||||
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/*.desktop
|
||||
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
||||
@ -471,6 +470,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_libdir}/pkgconfig/packagekit-plugin.pc
|
||||
|
||||
%changelog
|
||||
* Mon Sep 07 2012 Richard Hughes <rhughes@redhat.com> - 0.8.3-3
|
||||
- Rework the manaully added requires so that PackageKit-glib doesn't
|
||||
pull in so many deps.
|
||||
|
||||
* Fri Sep 07 2012 Richard Hughes <rhughes@redhat.com> - 0.8.3-2
|
||||
- Work around a yum API break so that resolving still works
|
||||
- In e42ea3dc0b02ba73a11211de4062e87abfb77a6a yum changed the public API
|
||||
|
||||
Loading…
Reference in New Issue
Block a user