Avoid epoll for the moment (bug #1179596).

Resolves: rhbz#1179596
This commit is contained in:
Tim Waugh 2015-03-15 18:00:22 +00:00
parent c8465a96a5
commit 9ca423a33b

View File

@ -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 <twaugh@redhat.com> - 1:2.0.2-3
* Sun Mar 15 2015 Tim Waugh <twaugh@redhat.com> - 1:2.0.2-4
- Avoid epoll for the moment (bug #1179596).
* Mon Feb 16 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.2-2