parent
740e4ff998
commit
5deb6f073b
@ -1,7 +1,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 2.7.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPL/MIT/BSD
|
||||
Group: System Environment/Daemons
|
||||
Conflicts: system-config-printer < 0.6.132
|
||||
@ -245,7 +245,9 @@ rm -rf %{buildroot}
|
||||
|
||||
%pre
|
||||
# No daemons any more.
|
||||
[ -x /etc/init.d/hplip ] && /sbin/service hplip stop
|
||||
if [ -x /etc/init.d/hplip ]; then
|
||||
/sbin/service hplip stop
|
||||
fi
|
||||
|
||||
%post gui
|
||||
/usr/bin/update-desktop-database &>/dev/null ||:
|
||||
@ -262,6 +264,9 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Sat Jul 7 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-3
|
||||
- Fixed pre scriptlet (bug #247349, bug #247322).
|
||||
|
||||
* Fri Jul 6 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-2
|
||||
- Main package requires python-reportlab for hp-sendfax (bug #189030).
|
||||
- Explicitly enable scanning.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user