diff --git a/cups.spec b/cups.spec index 834544c..5a59c31 100644 --- a/cups.spec +++ b/cups.spec @@ -11,7 +11,7 @@ Summary: CUPS printing system Name: cups Epoch: 1 Version: 2.0.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Url: http://www.cups.org/ Source0: http://www.cups.org/software/%{version}/cups-%{version}-source.tar.bz2 @@ -297,7 +297,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fstack-protector-all -DLDAP_DEPRECATED=1" localedir=%{_datadir}/locale # Avoid epoll for the moment (bug #1179596). -sed -i -e 's,\(HAVE_EPOLL\) 1,\1 0,' config.h +sed -i -e 's,\(define HAVE_EPOLL 1\),undef HAVE_EPOLL,' config.h # If we got this far, all prerequisite libraries must be here. make %{?_smp_mflags} @@ -608,7 +608,7 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man5/ipptoolfile.5.gz %changelog -* Fri Mar 13 2015 Tim Waugh - 1:2.0.2-3 +* Sun Mar 15 2015 Tim Waugh - 1:2.0.2-4 - Avoid epoll for the moment (bug #1179596). * Mon Feb 16 2015 Jiri Popelka - 1:2.0.2-2