From 6dd30edb287936538eee6bc56e0fe9af4b9e1346 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 11 2011 15:36:48 +0000 Subject: Build requires automake for avahi support. --- diff --git a/cups.spec b/cups.spec index be6fb0c..f1affdd 100644 --- a/cups.spec +++ b/cups.spec @@ -8,7 +8,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.4.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: System Environment/Daemons Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -116,6 +116,8 @@ BuildRequires: audit-libs-devel >= 1.1 # -fstack-protector-all requires GCC 4.0.1 BuildRequires: gcc >= 4.0.1 +BuildRequires: automake + BuildRequires: dbus-devel >= 0.90 Requires: dbus >= 0.90 @@ -598,6 +600,9 @@ rm -rf $RPM_BUILD_ROOT %{php_extdir}/phpcups.so %changelog +* Tue Jan 11 2011 Tim Waugh 1:1.4.6-3 +- Build requires automake for avahi support. + * Mon Jan 10 2011 Tim Waugh 1:1.4.6-2 - Use a smaller buffer when writing to USB devices (bug #617208). - Handle EAI_NONAME when resolving hostnames (bug #617208).