[cups] Re-enable the web interface as it is required for adjusting server settings (bug #878090).

Tim Waugh twaugh at fedoraproject.org
Mon Nov 19 17:14:17 UTC 2012


commit 9efc57eb5f0dfb74a383f23ae40ca691c2125d84
Author: Tim Waugh <twaugh at redhat.com>
Date:   Mon Nov 19 17:10:39 2012 +0000

    Re-enable the web interface as it is required for adjusting server settings (bug #878090).
    
    Resolves: rhbz#878090

 cups.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/cups.spec b/cups.spec
index eaa5946..8d05dd0 100644
--- a/cups.spec
+++ b/cups.spec
@@ -10,7 +10,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.6.1
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@@ -293,7 +293,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fstack-protector-all -DLDAP_DEPRECATED=1"
 	--with-php=/usr/bin/php-cgi \
 	--enable-avahi \
 	--enable-threads --enable-gnutls \
-	--disable-webif \
+	--enable-webif \
 	localedir=%{_datadir}/locale
 
 # If we got this far, all prerequisite libraries must be here.
@@ -578,6 +578,10 @@ rm -f %{cups_serverbin}/backend/smb
 %{_mandir}/man1/ipptool.1.gz
 
 %changelog
+* Mon Nov 19 2012 Tim Waugh <twaugh at redhat.com> 1:1.6.1-10
+- Re-enable the web interface as it is required for adjusting server
+  settings (bug #878090).
+
 * Tue Nov  6 2012 Tim Waugh <twaugh at redhat.com> 1:1.6.1-9
 - Disable the web interface by default (bug #864522).
 


More information about the scm-commits mailing list