3.18.6, have cups running because hp tools
This commit is contained in:
parent
8d3512e136
commit
2a6366d191
1
.gitignore
vendored
1
.gitignore
vendored
@ -88,3 +88,4 @@ hplip-3.10.6.tar.gz
|
||||
/hplip-3.18.3.tar.gz
|
||||
/hplip-3.18.4.tar.gz
|
||||
/hplip-3.18.5.tar.gz
|
||||
/hplip-3.18.6.tar.gz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlsGQVgACgkQc9dwzaWQR7mUjACeOwZ9fTlMmyQN9U0NQVKsTrGS
|
||||
lWEAmwYFt40RC2aKXYWfX39sAm4vtaF2
|
||||
=wCpt
|
||||
-----END PGP SIGNATURE-----
|
7
hplip-3.18.6.tar.gz.asc
Normal file
7
hplip-3.18.6.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlsYzCYACgkQc9dwzaWQR7k3kQCgpUG6Okb3nGf7qodmI9zTBf3A
|
||||
a8AAoLD0LiwifYlnEBlHS5Eaw/ylB9A8
|
||||
=H/1x
|
||||
-----END PGP SIGNATURE-----
|
27
hplip.spec
27
hplip.spec
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 3.18.5
|
||||
Release: 2%{?dist}
|
||||
Version: 3.18.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT and BSD
|
||||
|
||||
Url: https://developers.hp.com/hp-linux-imaging-and-printing
|
||||
@ -386,6 +386,19 @@ rm -f %{buildroot}%{_unitdir}/hplip-printer@.service
|
||||
# window), so don't ship the launcher yet.
|
||||
rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
||||
|
||||
# hp-setup needs to have cups service enabled and running for setups of queues
|
||||
%pre
|
||||
%{_bindir}/systemctl start cups &>/dev/null ||:
|
||||
%{_bindir}/systemctl enable cups &>/dev/null ||:
|
||||
|
||||
%post
|
||||
%{_bindir}/hpcups-update-ppds &>/dev/null ||:
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING doc/*
|
||||
# ex-hpijs
|
||||
@ -523,14 +536,10 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
||||
%{_libdir}/sane/libsane-*.so.1.0.0
|
||||
%config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio
|
||||
|
||||
%post
|
||||
%{_bindir}/hpcups-update-ppds &>/dev/null ||:
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon Jun 11 2018 Zdenek Dohnal <zdohnal@redhat.com> - 3.18.6-1
|
||||
- 3.18.6, have cups running because hp tools
|
||||
|
||||
* Fri May 25 2018 Zdenek Dohnal <zdohnal@redhat.com> - 3.18.5-2
|
||||
- hp-setup fails on fax setup - use binary strings
|
||||
- m278-m281 doesn;t work correctly again
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hplip-3.18.5.tar.gz) = 2c99bb446af604a2f011f9dd5ddf4bf5019b7cd36a0ecb1cbe6dce0c0358b8472a695ad85d09e52c3e63de8a69e2a3e7081c61ec36f44aae2770b5fef0f67516
|
||||
SHA512 (hplip-3.18.6.tar.gz) = deb4e6e1c7e9ea7452967f7d7d7fd93e92eb59406b4978bb9b874db93bc5022b25aab012a7420ac3e991259032bc7cb749cd924c93a164544e29a4152962184f
|
||||
|
Loading…
Reference in New Issue
Block a user