spec: re-enable http2 for rawhide
I believe this is a solved problem now. Let's enable for rawhide to see if we start seeing any problems.
This commit is contained in:
parent
bcbd1d97af
commit
70f390c04a
@ -8,7 +8,7 @@
|
||||
Summary: Tool for managing bootable, immutable filesystem trees
|
||||
Name: ostree
|
||||
Version: 2019.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz
|
||||
License: LGPLv2+
|
||||
URL: https://ostree.readthedocs.io/en/latest/
|
||||
@ -104,8 +104,7 @@ env NOCONFIGURE=1 ./autogen.sh
|
||||
--with-curl \
|
||||
--with-openssl \
|
||||
%{?with_tests:--enable-installed-tests=exclusive} \
|
||||
--with-dracut=yesbutnoconf \
|
||||
--disable-http2
|
||||
--with-dracut=yesbutnoconf
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -168,6 +167,9 @@ find %{buildroot} -name '*.la' -delete
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Feb 09 2019 Dusty Mabe <dusty@dustymabe.com> - 2019.1-5
|
||||
- Re-enable http2 in ostree build
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user