import UBI toolbox-0.0.99.5.1-1.module+el8.10.0+23963+b64d8032

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-02 02:05:36 -05:00
parent 05efc0edc1
commit 3795554b09
4 changed files with 15 additions and 11 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/toolbox-0.0.99.5-vendored.tar.xz
SOURCES/toolbox-0.0.99.5.1-vendored.tar.xz

View File

@ -1 +1 @@
9b8595f66d8dd76636c308426919bb81cba5498a SOURCES/toolbox-0.0.99.5-vendored.tar.xz
e0ff8e9c7fb0a3f13c5e481b6c074d6f63e54e36 SOURCES/toolbox-0.0.99.5.1-vendored.tar.xz

View File

@ -1,4 +1,4 @@
From 4587b6e9240bf936b760e901435c4cfdd9c582b6 Mon Sep 17 00:00:00 2001
From 17578dea0f0fb053906d900d1eac0d1b989564f5 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <rishi@fedoraproject.org>
Date: Wed, 18 Aug 2021 17:55:21 +0200
Subject: [PATCH 1/2] cmd/run: Make sosreport work by setting the HOST
@ -22,10 +22,10 @@ index e2e31d9da4e6..84ad46518bfc 100644
"--preserve-fds", preserveFDs,
}...)
--
2.43.0
2.52.0
From 892c33ed75443de90a2caa90959387bbc270c564 Mon Sep 17 00:00:00 2001
From 7baac5cc2c3096c96ce8231f2f3e182cfb7f2e33 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <rishi@fedoraproject.org>
Date: Fri, 10 Dec 2021 13:42:15 +0100
Subject: [PATCH 2/2] test/system: Update to test the migration path for
@ -42,11 +42,11 @@ ca899c8a561f357ae32c6ba6813520fd8b682abb and the parts of commit
create mode 100644 test/system/100-root.bats
diff --git a/test/system/002-help.bats b/test/system/002-help.bats
index 695c51f92e7e..5fa4c6fe0b4c 100644
index 38ff397430eb..d04aa690c43a 100644
--- a/test/system/002-help.bats
+++ b/test/system/002-help.bats
@@ -23,20 +23,6 @@ setup() {
_setup_environment
@@ -28,20 +28,6 @@ teardown() {
popd || return 1
}
-@test "help: Smoke test" {
@ -100,5 +100,5 @@ index 000000000000..32d87904213e
+ skip "Testing of entering toolboxes is not implemented"
+}
--
2.43.0
2.52.0

View File

@ -1,12 +1,12 @@
%global __brp_check_rpaths %{nil}
Name: toolbox
Version: 0.0.99.5
Version: 0.0.99.5.1
%global goipath github.com/containers/%{name}
%gometa
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Tool for interactive command line environments on Linux
License: ASL 2.0
@ -131,6 +131,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
%changelog
* Tue Feb 03 2026 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5.1-1
- Update to 0.0.99.5.1 for CVE-2025-65637
Resolves: RHEL-135798
* Mon Feb 19 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5-2
- Rebuild for CVE-2023-39326
Resolves: RHEL-18393