run HTTP/2 tests on all arches (#1360319 worked around in nghttp2)
Revert "run HTTP/2 tests only on Intel for now"
This reverts commit 99b64f5ec2
.
This commit is contained in:
parent
99b64f5ec2
commit
1b9369d1bf
@ -1,7 +1,7 @@
|
||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
||||
Name: curl
|
||||
Version: 7.50.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/Internet
|
||||
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
||||
@ -47,11 +47,8 @@ BuildRequires: python
|
||||
BuildRequires: stunnel
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
# run HTTP/2 tests only on Intel for now to work around #1358845
|
||||
%ifarch %{ix86} x86_64
|
||||
# nghttpx (an HTTP/2 proxy) is used by the upstream test-suite
|
||||
BuildRequires: nghttp2
|
||||
%endif
|
||||
|
||||
# perl modules used in the test suite
|
||||
BuildRequires: perl(Cwd)
|
||||
@ -244,6 +241,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/aclocal/libcurl.m4
|
||||
|
||||
%changelog
|
||||
* Tue Jul 26 2016 Kamil Dudka <kdudka@redhat.com> 7.50.0-2
|
||||
- run HTTP/2 tests on all architectures (#1360319 now worked around in nghttp2)
|
||||
|
||||
* Thu Jul 21 2016 Kamil Dudka <kdudka@redhat.com> 7.50.0-1
|
||||
- run HTTP/2 tests only on Intel for now to work around #1358845
|
||||
- require nss-pem because it is no longer included in the nss package (#1347336)
|
||||
|
Loading…
Reference in New Issue
Block a user