Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
6ec3410556
commit
2798934215
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
|||||||
/bootc-0.1.4-vendor.tar.zstd
|
/bootc-0.1.4-vendor.tar.zstd
|
||||||
/bootc-0.1.5.tar.zstd
|
/bootc-0.1.5.tar.zstd
|
||||||
/bootc-0.1.5-vendor.tar.zstd
|
/bootc-0.1.5-vendor.tar.zstd
|
||||||
|
/bootc-0.1.6-vendor.tar.zstd
|
||||||
|
/bootc-0.1.6.tar.zstd
|
||||||
|
11
bootc.spec
11
bootc.spec
@ -1,8 +1,8 @@
|
|||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
Name: bootc
|
Name: bootc
|
||||||
Version: 0.1.5
|
Version: 0.1.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Bootable container system
|
Summary: Bootable container system
|
||||||
|
|
||||||
# Apache-2.0
|
# Apache-2.0
|
||||||
@ -75,9 +75,14 @@ Recommends: bootupd
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/bootc
|
%{_bindir}/bootc
|
||||||
%{_prefix}/lib/bootc/
|
%{_prefix}/lib/bootc/
|
||||||
%{_mandir}/man8/bootc*
|
%{_unitdir}/*
|
||||||
|
%{_mandir}/man*/bootc*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 23 2024 Colin Walters <walters@verbum.org> - 0.1.6-2
|
||||||
|
- https://github.com/containers/bootc/releases/tag/v0.1.6
|
||||||
|
|
||||||
* Fri Jan 12 2024 Joseph Marrero <jmarrero@redhat.com> - 0.1.5-1
|
* Fri Jan 12 2024 Joseph Marrero <jmarrero@redhat.com> - 0.1.5-1
|
||||||
- Update to https://github.com/containers/bootc/releases/tag/v0.1.5
|
- Update to https://github.com/containers/bootc/releases/tag/v0.1.5
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (bootc-0.1.5.tar.zstd) = 01e1b65b299dd1922f445ab6dce5039f6e2e1f307519292861d466f84a2216fde700be96a69f07de63a106290f8079310d9121a7a684b4669e0691e82cc32856
|
SHA512 (bootc-0.1.6-vendor.tar.zstd) = 8f7ba89c2b0aaeb3db26f79b0a64c7a7e49428f1b89af49f2c621326831bc8370bb6bf5a265da65f91659d515999b52d261e8f35c55e7684f89755fa7a2815ac
|
||||||
SHA512 (bootc-0.1.5-vendor.tar.zstd) = fb767013f0a24d4872416d1d0559bafbcc699ff23dc2bf1f74d9e14868647c5f38cca6db1893d33222f01bdca9bef93d9e2ff29756cc85b02d683ee20b6e9524
|
SHA512 (bootc-0.1.6.tar.zstd) = 75768b874d4542a7bcc9b048faf43bb01075edbeb930f0bd9740f841989b7d4de29545eeae3b80926aee44cfdc537bc411e326add78be119484cf75f3d8b0ea9
|
||||||
|
Loading…
Reference in New Issue
Block a user