From fff0ebce876db4197352bf43a7f1353dc2dec53b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Nov 15 2016 16:46:56 +0000 Subject: New upstream version - Require glib-networking to fix https://pagure.io/pungi-fedora/pull-request/103 --- diff --git a/.gitignore b/.gitignore index bcb43bd..6bd5d8a 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /ostree-2016.10.tar.xz /ostree-2016.11.tar.xz /ostree-2016.12.tar.xz +/ostree-2016.13.tar.xz diff --git a/ostree.spec b/ostree.spec index 357ff84..5fad698 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,7 +1,7 @@ Summary: Tool for managing bootable, immutable filesystem trees Name: ostree -Version: 2016.12 -Release: 1%{?dist} +Version: 2016.13 +Release: 2%{?dist} #VCS: git:git://git.gnome.org/ostree Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz Source1: 91-ostree.preset @@ -34,6 +34,8 @@ BuildRequires: bison # Runtime requirements Requires: dracut +# To ensure we have TLS +Requires: glib-networking Requires: /usr/bin/gpgv2 Requires: systemd-units @@ -126,6 +128,10 @@ install -D -m 0644 %{SOURCE1} %{buildroot}%{_prefix}/lib/systemd/system-preset/9 %endif %changelog +* Tue Nov 15 2016 walters@redhat.com - 2016.13-2 +- New upstream version +- Require glib-networking to fix https://pagure.io/pungi-fedora/pull-request/103 + * Sun Oct 23 2016 walters@verbum.org - 2016.12-1 - New upstream release diff --git a/sources b/sources index ce81a05..74d833a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7ec993d3a0376e3498e89c362c3f171 ostree-2016.12.tar.xz +17f9b549152af15ce28afe0f249f4a98 ostree-2016.13.tar.xz