From 2a480f80e3686cd9ed04aafffc7810748e249685 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jul 28 2006 13:55:16 +0000 Subject: - Disable LSPP for now, since it seems to break browsing somehow. --- diff --git a/cups.spec b/cups.spec index 293ce41..5f7943d 100644 --- a/cups.spec +++ b/cups.spec @@ -1,12 +1,12 @@ %define initdir /etc/rc.d/init.d %define use_alternatives 1 -%define lspp 1 +%define lspp 0 %define cups_serverbin %{_exec_prefix}/lib/cups Summary: Common Unix Printing System Name: cups Version: 1.2.2 -Release: 4 +Release: 5 License: GPL Group: System Environment/Daemons Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -407,6 +407,9 @@ rm -rf $RPM_BUILD_ROOT %{cups_serverbin}/daemon/cups-lpd %changelog +* Fri Jul 28 2006 Tim Waugh 1:1.2.2-5 +- Disable LSPP for now, since it seems to break browsing somehow. + * Mon Jul 24 2006 Tim Waugh 1:1.2.2-4 - Fixed package requirements (bug #199903).