From ff82a391c6864dff2db5a121d371d29f228d819d Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 10 2020 00:25:33 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/ostree.spec b/SPECS/ostree.spec index 19e2ea9..e2d625d 100644 --- a/SPECS/ostree.spec +++ b/SPECS/ostree.spec @@ -7,12 +7,15 @@ Summary: Tool for managing bootable, immutable filesystem trees Name: ostree -Version: 2020.4 +Version: 2020.7 Release: 1%{?dist} Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz License: LGPLv2+ URL: https://ostree.readthedocs.io/en/latest/ +Patch0: 0001-ostree-prepare-root-print-st_dev-and-st_ino-as-64-bi.patch +Patch1: 0001-gcc11.patch + BuildRequires: git # We always run autogen.sh BuildRequires: autoconf automake libtool @@ -162,6 +165,24 @@ find %{buildroot} -name '*.la' -delete %endif %changelog +* Tue Nov 3 15:04:48 UTC 2020 Colin Walters - 2020.7-1 +- Update to 2020.7 + Resolves: #1894062 + +* Wed Sep 09 2020 Colin Walters - 2020.5-4 +- Backport patches for https://bugzilla.redhat.com/show_bug.cgi?id=1875567 + +* Mon Aug 24 2020 Colin Walters - 2020.5-3 +- Backport + https://github.com/ostreedev/ostree/pull/2179/commits/06ed04a816141914adb9bd3e32392801fce5bc8e + Resolves: #1867601 + +* Tue Aug 18 2020 Colin Walters - 2020.5-2 +- Update to https://github.com/ostreedev/ostree/releases/tag/v2020.5 + Specifically to fix readonly-sysroot for e.g. RHEL Edge and + older RHCOS versions +- Related: #1861507 + * Tue Jul 28 2020 Colin Walters - 2020.4-1 - https://github.com/ostreedev/ostree/releases/tag/v2020.4 - We plan to use per-object-fsync for etcd in OpenShift 4