Release 1.15.1
Resolves: #RHEL-135110
This commit is contained in:
parent
7e1775a888
commit
99129dfb42
2
.gitignore
vendored
2
.gitignore
vendored
@ -52,3 +52,5 @@
|
||||
/bootc-1.12.0.tar.zstd
|
||||
/bootc-1.12.1-vendor.tar.zstd
|
||||
/bootc-1.12.1.tar.zstd
|
||||
/bootc-1.15.1.tar.zstd
|
||||
/bootc-1.15.1-vendor.tar.zstd
|
||||
|
||||
@ -1,13 +0,0 @@
|
||||
--- a/tmt/tests/tests.fmf
|
||||
+++ b/tmt/tests/tests.fmf
|
||||
@@ -1,5 +1,10 @@
|
||||
# THIS IS GENERATED CODE - DO NOT EDIT
|
||||
# Generated by: cargo xtask tmt
|
||||
+# bootc probes for SELinux mac_admin capability by attempting chcon with
|
||||
+# an intentionally invalid label, which generates expected AVC denials.
|
||||
+check:
|
||||
+ - how: avc
|
||||
+ result: info
|
||||
|
||||
/test-01-readonly:
|
||||
summary: Execute booted readonly/nondestructive tests
|
||||
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: bootc
|
||||
Version: 1.14.1
|
||||
Version: 1.15.1
|
||||
Release: %{autorelease}
|
||||
Summary: Bootable container system
|
||||
|
||||
@ -39,11 +39,6 @@ URL: https://github.com/bootc-dev/bootc
|
||||
Source0: %{url}/releases/download/v%{version}/bootc-%{version}.tar.zstd
|
||||
Source1: %{url}/releases/download/v%{version}/bootc-%{version}-vendor.tar.zstd
|
||||
|
||||
# Mark the tmt AVC check as informational; bootc probes for mac_admin
|
||||
# capability via chcon with an intentionally invalid label, which
|
||||
# generates expected AVC denials (crates/lib/src/lsm.rs test_install_t).
|
||||
Patch0: 0001-tmt-tests-Mark-AVC-check-as-informational.patch
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bootc-1.14.1-vendor.tar.zstd) = 33dcd7e575ec1ce21a172c8ed32c638aacffecfd6bb6c8e563a3670292e1ee61e5e3f72452ee5f89b0c449284652acfda633c2c777bf517df47e07055cc2d14b
|
||||
SHA512 (bootc-1.14.1.tar.zstd) = c44226f2cffc40688002defa041f920f5be240a39d3704a16c464edd96d1c0c687d173d0da428a5bf6ce24a8b7bd8026176399c393ebfc16effd6ba3cc416e0b
|
||||
SHA512 (bootc-1.15.1.tar.zstd) = afd7deeb1f34b8d023675a8d8cc40eb5802b7ec541269db93488cac9776ccd967d9d4737a39ae445d4cd78b57fd8a236e0b6f0bc0d447f207361828a2e2ca4c4
|
||||
SHA512 (bootc-1.15.1-vendor.tar.zstd) = dad48260d88e1a278aee8721c9985b1b3ff47474c64876f335a05b3e93af259b28b387a056394b09b3dd2ae42db2c141140f77aac6c3c887262f73a24671f125
|
||||
|
||||
Loading…
Reference in New Issue
Block a user