- Fix initscript (bug #176966).

This commit is contained in:
Tim Waugh 2006-01-05 11:18:01 +00:00
parent 19e6aaf93a
commit 1ecaa7e7e4

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project Summary: HP Linux Imaging and Printing Project
Name: hplip Name: hplip
Version: 0.9.7 Version: 0.9.7
Release: 6 Release: 7
License: GPL/MIT/BSD License: GPL/MIT/BSD
Group: System Environment/Daemons Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132 Conflicts: system-config-printer < 0.6.132
@ -12,6 +12,7 @@ Patch1: hplip-quiet.patch
Patch2: hplip-desktop.patch Patch2: hplip-desktop.patch
Patch3: hplip-config.patch Patch3: hplip-config.patch
Patch4: hplip-0.9.7-2.patch Patch4: hplip-0.9.7-2.patch
Patch5: hplip-initscript.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: desktop-file-utils >= 0.2.92 Requires: desktop-file-utils >= 0.2.92
@ -67,6 +68,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
# Apply patch 0.9.7-2 # Apply patch 0.9.7-2
%patch4 -p1 -b .0.9.7-2 %patch4 -p1 -b .0.9.7-2
# Fix initscript (bug #176966).
%patch5 -p1 -b .initscript
%build %build
%configure %configure
make make
@ -152,6 +156,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
fi fi
%changelog %changelog
* Thu Jan 5 2006 Tim Waugh <twaugh@redhat.com> 0.9.7-7
- Fix initscript (bug #176966).
* Mon Jan 2 2006 Tim Waugh <twaugh@redhat.com> 0.9.7-6 * Mon Jan 2 2006 Tim Waugh <twaugh@redhat.com> 0.9.7-6
- Rebuild. - Rebuild.