Release 0.1.10
This commit is contained in:
parent
8e4337ebf5
commit
e331f4c15e
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@
|
||||
/bootc-0.1.8-vendor.tar.zstd
|
||||
/bootc-0.1.9.tar.zstd
|
||||
/bootc-0.1.9-vendor.tar.zstd
|
||||
/bootc-0.1.10-vendor.tar.zstd
|
||||
/bootc-0.1.10.tar.zstd
|
||||
|
@ -1,8 +1,8 @@
|
||||
%bcond_without check
|
||||
|
||||
Name: bootc
|
||||
Version: 0.1.9
|
||||
Release: 4%{?dist}
|
||||
Version: 0.1.10
|
||||
Release: 2%{?dist}
|
||||
Summary: Bootable container system
|
||||
|
||||
# Apache-2.0
|
||||
@ -18,8 +18,6 @@ URL: https://github.com/containers/bootc
|
||||
Source0: %{url}/releases/download/v%{version}/bootc-%{version}.tar.zstd
|
||||
Source1: %{url}/releases/download/v%{version}/bootc-%{version}-vendor.tar.zstd
|
||||
|
||||
Patch0: 0001-Add-a-rollback-verb-and-rollbackQueued-status.patch
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
@ -83,6 +81,9 @@ Recommends: bootupd
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 26 2024 Colin Walters <walters@verbum.org> - 0.1.10-2
|
||||
- Release 0.1.10
|
||||
|
||||
* Mon Apr 08 2024 Colin Walters <walters@verbum.org> - 0.1.9-4
|
||||
- Correct JIRA link
|
||||
Resolves: #RHEL-30878
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bootc-0.1.9-vendor.tar.zstd) = c5f58aa51df522d1ac98be0847861d852a609f6e82942510d603f725baccd8ff3ec1e437d0e051ddc06d74603fcc46ef2a791c1a882769fcde1fa800bc5dbbb0
|
||||
SHA512 (bootc-0.1.9.tar.zstd) = ff2454cb2ee416b90ac16748d1db03b782dc339887236baf4724cef7a0189a795b9c5eb1bf28432113e28770558c6243d6aefbe595753659e7b12dcc02ee7054
|
||||
SHA512 (bootc-0.1.10-vendor.tar.zstd) = f7fa83e79260b63831f36533f9705cf2e248003453cd96aa93857d20d375ade957bc786de6230f4181193c70bd97a4947038606f87ac2ecbd4f37f893bb5f911
|
||||
SHA512 (bootc-0.1.10.tar.zstd) = b57edd644132994620438b5457ef7cb65c52f012cacc7febe08a919d72074c8f11a88d0e96a08d63547570ddc83c23f2d2fed3ddc98530ea1f7f1216e3396378
|
||||
|
Loading…
Reference in New Issue
Block a user