From 70f390c04ac36b4e72fb58ffa85411f701fca307 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sat, 9 Feb 2019 13:11:30 -0500 Subject: [PATCH] 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. --- ostree.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ostree.spec b/ostree.spec index e738c89..3b82c4c 100644 --- a/ostree.spec +++ b/ostree.spec @@ -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 - 2019.1-5 +- Re-enable http2 in ostree build + * Fri Feb 01 2019 Fedora Release Engineering - 2019.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild