Disable the web interface by default (bug #864522).

Resolves: rhbz#864522
This commit is contained in:
Tim Waugh 2012-11-06 16:11:24 +00:00
parent 65ecaf3aea
commit 2650598b64

View File

@ -10,7 +10,7 @@
Summary: Common Unix Printing System
Name: cups
Version: 1.6.1
Release: 8%{?dist}
Release: 9%{?dist}
License: GPLv2
Group: System Environment/Daemons
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@ -293,6 +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 \
localedir=%{_datadir}/locale
# If we got this far, all prerequisite libraries must be here.
@ -577,6 +578,9 @@ rm -f %{cups_serverbin}/backend/smb
%{_mandir}/man1/ipptool.1.gz
%changelog
* Tue Nov 6 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-9
- Disable the web interface by default (bug #864522).
* Tue Oct 30 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-8
- Ensure attributes are valid UTF-8 in dbus notifier (bug #863387).