diff --git a/.bootc.metadata b/.bootc.metadata index 5f481cf..0fa6c48 100644 --- a/.bootc.metadata +++ b/.bootc.metadata @@ -1,2 +1,2 @@ -991b2e05a2bb38d011e1d15a1bd6841e3ca8ad5a SOURCES/bootc-0.1.14-vendor.tar.zstd -8aa9c8103f0eed46b9b59747021c6ccdc9e67f75 SOURCES/bootc-0.1.14.tar.zstd +5a5e65cf8c84eb429674cc0975cc710d16810022 SOURCES/bootc-1.1.0-vendor.tar.zstd +52417a601fbde0c16fa8d9c33834295bbc1ec1fd SOURCES/bootc-1.1.0.tar.zstd diff --git a/.gitignore b/.gitignore index 5ce363f..fc5e6de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/bootc-0.1.14-vendor.tar.zstd -SOURCES/bootc-0.1.14.tar.zstd +SOURCES/bootc-1.1.0-vendor.tar.zstd +SOURCES/bootc-1.1.0.tar.zstd diff --git a/SPECS/bootc.spec b/SPECS/bootc.spec index bd53bc4..b28ba7f 100644 --- a/SPECS/bootc.spec +++ b/SPECS/bootc.spec @@ -1,7 +1,7 @@ %bcond_without check Name: bootc -Version: 0.1.14 +Version: 1.1.0 Release: 1%{?dist} Summary: Bootable container system @@ -83,6 +83,14 @@ Recommends: bootupd %changelog +* Thu Oct 17 2024 Joseph Marrero - 1.1.0-1 +- Update to 1.1.0 + Resolves: #RHEL-63018 + +* Fri Aug 16 2024 Colin Walters - 0.1.15-1 +- Update to 0.1.15 + Resolves: #RHEL-50625 + * Thu Jul 25 2024 Joseph Marrero - 0.1.14-1 - Update to 0.1.14 Resolves: #RHEL-50625, #RHEL-45325, #RHEL-36003