Moved hp-doctor to gui sub-package as it requires check module (bug #1015441).
Resolves: rhbz#1015441
This commit is contained in:
parent
f5abfcbffd
commit
373117eecf
10
hplip.spec
10
hplip.spec
@ -7,7 +7,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 3.13.11
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: System Environment/Daemons
|
||||
|
||||
@ -338,7 +338,6 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
||||
%{_bindir}/hp-devicesettings
|
||||
%{_bindir}/hp-diagnose_plugin
|
||||
%{_bindir}/hp-diagnose_queues
|
||||
%{_bindir}/hp-doctor
|
||||
%{_bindir}/hp-fab
|
||||
%{_bindir}/hp-faxsetup
|
||||
%{_bindir}/hp-firmware
|
||||
@ -372,7 +371,6 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
||||
%{_datadir}/hplip/devicesettings.py*
|
||||
%{_datadir}/hplip/diagnose_plugin.py*
|
||||
%{_datadir}/hplip/diagnose_queues.py*
|
||||
%{_datadir}/hplip/doctor.py*
|
||||
%{_datadir}/hplip/fab.py*
|
||||
%{_datadir}/hplip/fax
|
||||
%{_datadir}/hplip/faxsetup.py*
|
||||
@ -432,12 +430,14 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
||||
|
||||
%files gui
|
||||
%{_bindir}/hp-check
|
||||
%{_bindir}/hp-doctor
|
||||
%{_bindir}/hp-print
|
||||
%{_bindir}/hp-systray
|
||||
%{_bindir}/hp-toolbox
|
||||
%{_datadir}/applications/*.desktop
|
||||
# Files
|
||||
%{_datadir}/hplip/check.py*
|
||||
%{_datadir}/hplip/doctor.py*
|
||||
%{_datadir}/hplip/print.py*
|
||||
%{_datadir}/hplip/systray.py*
|
||||
%{_datadir}/hplip/toolbox.py*
|
||||
@ -467,6 +467,10 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon Nov 25 2013 Tim Waugh <twaugh@redhat.com> - 3.13.11-3
|
||||
- Moved hp-doctor to gui sub-package as it requires check module
|
||||
(bug #1015441).
|
||||
|
||||
* Thu Nov 21 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.11-2
|
||||
- create /usr/lib/tmpfiles.d/hplip.conf (bug #1015831).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user