Get rid of the debug-install sub-package, it's now built in
This commit is contained in:
parent
1a2654707c
commit
514fd70618
@ -82,13 +82,15 @@ Obsoletes: PackageKit-yum < 0.8.15-2
|
||||
Obsoletes: PackageKit-yum-plugin < 0.8.15-2
|
||||
Obsoletes: PackageKit-zif < 0.8.13-2
|
||||
|
||||
# hawkey backend is now built-in
|
||||
# components now built-in
|
||||
Obsoletes: PackageKit-debug-install < 0.8.15-2
|
||||
Obsoletes: PackageKit-hawkey < 0.8.15-2
|
||||
|
||||
# Udev no longer provides this functionality
|
||||
Obsoletes: PackageKit-device-rebind < 0.8.13-2
|
||||
|
||||
# remove F22
|
||||
Provides: PackageKit-debug-install = %{version}-%{release}
|
||||
Provides: PackageKit-device-rebind = %{version}-%{release}
|
||||
Provides: PackageKit-hawkey = %{version}-%{release}
|
||||
Provides: PackageKit-yum = %{version}-%{release}
|
||||
@ -125,14 +127,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%description cron
|
||||
Crontab and utilities for running PackageKit as a cron job.
|
||||
|
||||
%package debug-install
|
||||
Summary: Facility to install debugging packages using PackageKit
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: PackageKit-debuginfo-install <= 0.5.2-0.1.20090902git.fc12
|
||||
|
||||
%description debug-install
|
||||
Provides facility to install debugging packages using PackageKit.
|
||||
|
||||
%package glib-devel
|
||||
Summary: GLib Libraries and headers for PackageKit
|
||||
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
||||
@ -282,6 +276,7 @@ systemctl enable packagekit-offline-update.service &> /dev/null || :
|
||||
%{_datadir}/PackageKit/helpers/test_spawn/*
|
||||
%{_datadir}/man/man1/pkcon.1.gz
|
||||
%{_datadir}/man/man1/pkmon.1.gz
|
||||
%{_datadir}/man/man1/pk-debuginfo-install.1.gz
|
||||
%{_datadir}/polkit-1/actions/*.policy
|
||||
%{_datadir}/polkit-1/rules.d/*
|
||||
%{_datadir}/PackageKit/pk-upgrade-distro.sh
|
||||
@ -289,6 +284,7 @@ systemctl enable packagekit-offline-update.service &> /dev/null || :
|
||||
%{_bindir}/pkmon
|
||||
%{_bindir}/pkcon
|
||||
%{_bindir}/packagekit-bugreport.sh
|
||||
%{_bindir}/pk-debuginfo-install
|
||||
%exclude %{_libdir}/libpackagekit*.so.*
|
||||
%{_libdir}/packagekit-backend/libpk_backend_dummy.so
|
||||
%{_libdir}/packagekit-backend/libpk_backend_test_*.so
|
||||
@ -319,11 +315,6 @@ systemctl enable packagekit-offline-update.service &> /dev/null || :
|
||||
%config %{_sysconfdir}/cron.daily/packagekit-background.cron
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
|
||||
|
||||
%files debug-install
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/pk-debuginfo-install
|
||||
%{_datadir}/man/man1/pk-debuginfo-install.1.gz
|
||||
|
||||
%files browser-plugin
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/mozilla/plugins/packagekit-plugin.so
|
||||
|
||||
Loading…
Reference in New Issue
Block a user