[cups] Build requires automake for avahi support.

Tim Waugh twaugh at fedoraproject.org
Tue Jan 11 15:37:32 UTC 2011


commit 6dd30edb287936538eee6bc56e0fe9af4b9e1346
Author: Tim Waugh <twaugh at redhat.com>
Date:   Tue Jan 11 15:36:48 2011 +0000

    Build requires automake for avahi support.

 cups.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <twaugh at redhat.com> 1:1.4.6-3
+- Build requires automake for avahi support.
+
 * Mon Jan 10 2011 Tim Waugh <twaugh at redhat.com> 1:1.4.6-2
 - Use a smaller buffer when writing to USB devices (bug #617208).
 - Handle EAI_NONAME when resolving hostnames (bug #617208).


More information about the scm-commits mailing list