From 7e100f8a0a56c0fab1dbd44bf18a3f722a4c98ba Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 28 2017 15:14:00 +0000 Subject: import ostree-2017.5-3.el7 --- diff --git a/SPECS/ostree.spec b/SPECS/ostree.spec index 22c283b..15e08ff 100644 --- a/SPECS/ostree.spec +++ b/SPECS/ostree.spec @@ -1,7 +1,7 @@ Summary: Tool for managing bootable, immutable filesystem trees Name: ostree Version: 2017.5 -Release: 1%{?dist} +Release: 3%{?dist} #VCS: git:https://github.com/ostreedev/ostree # The source tarball is generated via make -C packaging dist-snapshot # which handles git submodules. @@ -38,6 +38,10 @@ BuildRequires: bison Requires: dracut Requires: systemd-units +# this ideally should match to the glib2 version from the buildroot: +# https://bugzilla.redhat.com/show_bug.cgi?id=1371704 +Requires: glib2 >= 2.46.2 + %description OSTree is a tool for managing bootable, immutable, versioned filesystem trees. While it takes over some of the roles of tradtional @@ -138,6 +142,12 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Jun 06 2017 Jonathan Lebon - 2017.5-3 +- Rebuild because scratch build already exists for that NVR + +* Tue Jun 06 2017 Jonathan Lebon - 2017.5-2 +- Add versioned runtime req on glib2 (RHBZ#1459292) + * Mon May 01 2017 Jonathan Lebon - 2017.5-1 - New release Resolves: #1447077