From 1ecaa7e7e4a2effc5ac8eb1ab57be81b321c792e Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 5 Jan 2006 11:18:01 +0000 Subject: [PATCH] - Fix initscript (bug #176966). --- hplip.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hplip.spec b/hplip.spec index b651510..d73b9be 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 0.9.7 -Release: 6 +Release: 7 License: GPL/MIT/BSD Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -12,6 +12,7 @@ Patch1: hplip-quiet.patch Patch2: hplip-desktop.patch Patch3: hplip-config.patch Patch4: hplip-0.9.7-2.patch +Patch5: hplip-initscript.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Requires: desktop-file-utils >= 0.2.92 @@ -67,6 +68,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} # Apply patch 0.9.7-2 %patch4 -p1 -b .0.9.7-2 +# Fix initscript (bug #176966). +%patch5 -p1 -b .initscript + %build %configure make @@ -152,6 +156,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \ fi %changelog +* Thu Jan 5 2006 Tim Waugh 0.9.7-7 +- Fix initscript (bug #176966). + * Mon Jan 2 2006 Tim Waugh 0.9.7-6 - Rebuild.