From f92f6533af7b39c7eef1515eb60c9b523c2b1be0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Fri, 19 Aug 2022 18:18:47 +0000 Subject: [PATCH] import rpm-ostree-2022.10.90.g4abaf4b4-4.el8 --- .gitignore | 2 +- .rpm-ostree.metadata | 2 +- SPECS/rpm-ostree.spec | 17 ++++++++++++++--- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e1b21c6..3e8922f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rpm-ostree-2022.2.8.gd50a74bd.tar.xz +SOURCES/rpm-ostree-2022.10.90.g4abaf4b4.tar.xz diff --git a/.rpm-ostree.metadata b/.rpm-ostree.metadata index 3793e0b..baf361a 100644 --- a/.rpm-ostree.metadata +++ b/.rpm-ostree.metadata @@ -1 +1 @@ -d66e3e26382ff20a43059615e32f46fab1a5afc3 SOURCES/rpm-ostree-2022.2.8.gd50a74bd.tar.xz +00674220f1468ad2f63062668cdd02022b2eba43 SOURCES/rpm-ostree-2022.10.90.g4abaf4b4.tar.xz diff --git a/SPECS/rpm-ostree.spec b/SPECS/rpm-ostree.spec index 79e18f2..8fbb452 100644 --- a/SPECS/rpm-ostree.spec +++ b/SPECS/rpm-ostree.spec @@ -3,12 +3,12 @@ Summary: Hybrid image/package system Name: rpm-ostree -Version: 2022.2.8.gd50a74bd -Release: 2%{?dist} +Version: 2022.10.90.g4abaf4b4 +Release: 4%{?dist} License: LGPLv2+ URL: https://github.com/coreos/rpm-ostree # This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot" -# in the upstream git. It also contains vendored Rust sources. +# in the upstream git. It also contains vendored Rust sources. This is generated from the "rhel8" branch. Source0: https://github.com/coreos/rpm-ostree/releases/download/v%{version}/rpm-ostree-%{version}.tar.xz ExclusiveArch: %{rust_arches} @@ -202,6 +202,7 @@ $PYTHON autofiles.py > files \ '%{_sysconfdir}/rpm-ostreed.conf' \ '%{_prefix}/lib/systemd/system/*' \ '%{_libexecdir}/rpm-ostree*' \ + '%{_libexecdir}/libostree/ext/*' \ '%{_datadir}/polkit-1/actions/*.policy' \ '%{_datadir}/dbus-1/system-services' \ '%{_datadir}/bash-completion/completions/*' @@ -226,6 +227,16 @@ $PYTHON autofiles.py > files.devel \ %files devel -f files.devel %changelog +* Tue Aug 16 2022 Colin Walters - 2022.10.90.g4abaf4b4-4 +- Update to latest https://github.com/coreos/rpm-ostree/tree/rhel8 at commit + https://github.com/coreos/rpm-ostree/commit/4abaf4b4 + Resolves: rhbz#2118774 + +* Tue Jul 19 2022 Colin Walters - 2022.10.86.gd8f0c67a-3 +- Update to latest https://github.com/coreos/rpm-ostree/tree/rhel8 at commit + https://github.com/coreos/rpm-ostree/commit/d8f0c67a0eba32281c9f2782a286e06486a4b909 + Resolves: rhbz#2105414 + * Wed Jun 15 2022 Colin Walters - 2022.2.8.gd50a74bd-2 - Update to latest rhel8 branch https://github.com/coreos/rpm-ostree/pull/3749