diff --git a/.bootc.metadata b/.bootc.metadata index d26c494..e848a85 100644 --- a/.bootc.metadata +++ b/.bootc.metadata @@ -1,2 +1,2 @@ -a62bce5ad60a0ebc5394115b81943409cbc244a0 SOURCES/bootc-1.5.1-vendor.tar.zstd -295af3a167611aaf6fe9504b79debb42124a034e SOURCES/bootc-1.5.1.tar.zstd +9ca5bceee40bd840b691c0a8024b2b6a916c36e7 SOURCES/bootc-1.8.0-vendor.tar.zstd +b97adc7d411b192030dddea89366e2d6ebc5c7c2 SOURCES/bootc-1.8.0.tar.zstd diff --git a/.gitignore b/.gitignore index 4da6b20..a539478 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/bootc-1.5.1-vendor.tar.zstd -SOURCES/bootc-1.5.1.tar.zstd +SOURCES/bootc-1.8.0-vendor.tar.zstd +SOURCES/bootc-1.8.0.tar.zstd diff --git a/SPECS/bootc.spec b/SPECS/bootc.spec index d309e42..8902690 100644 --- a/SPECS/bootc.spec +++ b/SPECS/bootc.spec @@ -12,8 +12,8 @@ %endif Name: bootc -Version: 1.5.1 -Release: 1%{?dist} +Version: 1.8.0 +Release: 2%{?dist} Summary: Bootable container system # Apache-2.0 @@ -153,6 +153,17 @@ chmod +x %{?buildroot}/%{system_reinstall_bootc_install_podman_path} %{system_reinstall_bootc_install_podman_path} %changelog +* Fri Sep 05 2025 Colin Walters - 1.8.0-2 +- Update to 1.8.0 + +* Tue Aug 26 2025 Joseph Marrero - 1.7.1-1 +- Update to 1.7.1 +- Resolves: #RHEL-111339 + +* Thu Aug 21 2025 Joseph Marrero - 1.7.0-1 +- Update to 1.7.0 +- Resolves: #RHEL-109555 + * Fri Jul 22 2025 Gursewak Mangat - 1.5.1-1 - Update to 1.5.1 - Resolves: #RHEL-104335