diff --git a/.gitignore b/.gitignore index 72b0f98..001c245 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rpm-ostree-2023.5.tar.xz +SOURCES/rpm-ostree-2023.7.tar.xz diff --git a/.rpm-ostree.metadata b/.rpm-ostree.metadata index ee8deaa..f3a8734 100644 --- a/.rpm-ostree.metadata +++ b/.rpm-ostree.metadata @@ -1 +1 @@ -128e9b22a79573b867b64a5dba2e343c52a3a821 SOURCES/rpm-ostree-2023.5.tar.xz +f1517a7a0d68d59b17694a8baadca6cf30739e7e SOURCES/rpm-ostree-2023.7.tar.xz diff --git a/SPECS/rpm-ostree.spec b/SPECS/rpm-ostree.spec index 50d960c..89baa2a 100644 --- a/SPECS/rpm-ostree.spec +++ b/SPECS/rpm-ostree.spec @@ -3,7 +3,7 @@ Summary: Hybrid image/package system Name: rpm-ostree -Version: 2023.5 +Version: 2023.7 Release: 1%{?dist} License: LGPLv2+ URL: https://github.com/coreos/rpm-ostree @@ -14,13 +14,9 @@ Source0: https://github.com/coreos/rpm-ostree/releases/download/v%{version}/rpm- ExclusiveArch: %{rust_arches} BuildRequires: make -%if 0%{?rhel} && !0%{?eln} -BuildRequires: rust-toolset -%else BuildRequires: rust-packaging BuildRequires: cargo BuildRequires: rust -%endif # Enable ASAN + UBSAN %bcond_with sanitizers @@ -241,6 +237,18 @@ $PYTHON autofiles.py > files.devel \ %files devel -f files.devel %changelog +* Sat Aug 26 2023 Joseph Marrero - 2023.7-1 +- https://github.com/coreos/rpm-ostree/releases/tag/v2023.7 + Resolves: rhbz#2234352 + +* Fri Aug 25 2023 Joseph Marrero - 2023.6-1 +- https://github.com/coreos/rpm-ostree/releases/tag/v2023.6 + Resolves: rhbz#2234352 + +* Fri Jul 21 2023 Colin Walters - 2023.5-2 +- Backport https://github.com/coreos/rpm-ostree/pull/4510 + Related: rhbz#2224081 + * Thu Jun 22 2023 Joseph Marrero - 2023.5-1 - https://github.com/coreos/rpm-ostree/releases/tag/v2023.5 Resolves: rhbz#2216811