diff --git a/ostree.spec b/ostree.spec index aa3b2ad..e612696 100644 --- a/ostree.spec +++ b/ostree.spec @@ -8,7 +8,7 @@ Summary: Tool for managing bootable, immutable filesystem trees Name: ostree Version: 2024.7 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz Source1: ostree-readonly-sysroot-migration Source2: ostree-readonly-sysroot-migration.service @@ -181,6 +181,10 @@ find %{buildroot} -name '*.la' -delete %endif %changelog +* Thu Sep 12 2024 Joseph Marrero - 2024.7-3 +- Rebuild to pickup changes to ostree-readonly-sysroot-migration + Resolves: #RHEL-58437 + * Wed Aug 14 2024 Joseph Marrero - 2024.7-2 - Backport https://github.com/ostreedev/ostree/pull/3281 Resolves: #RHEL-50680