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