Compare commits

...

2 Commits

Author SHA1 Message Date
Debarshi Ray 73989582a0 Rebuild for CVE-2023-39326 2024-02-20 04:35:59 +00:00
Debarshi Ray 8586aafb67 Fix .gitignore
Fallout from 3038adcfcf and
b0290a4e87

Resolves: RHEL-19773
2024-01-15 17:40:28 +01:00
3 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/toolbox-0.0.99.3-vendored.tar.xz
/toolbox-0.0.99.3-vendored.tar.xz
/toolbox-0.0.99.4-vendored.tar.xz
/toolbox-0.0.99.5-vendored.tar.xz

1
.toolbox.metadata Normal file
View File

@ -0,0 +1 @@
9b8595f66d8dd76636c308426919bb81cba5498a toolbox-0.0.99.5-vendored.tar.xz

View File

@ -6,7 +6,7 @@ Version: 0.0.99.5
%global goipath github.com/containers/%{name}
%gometa
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tool for interactive command line environments on Linux
License: ASL 2.0
@ -21,7 +21,7 @@ Patch101: toolbox-Make-the-build-flags-match-RHEL-s-gobuild-for-PPC64.patch
Patch102: toolbox-Add-migration-paths-for-coreos-toolbox-users.patch
BuildRequires: gcc
BuildRequires: golang >= 1.21.3-4
BuildRequires: golang >= 1.21.7
BuildRequires: /usr/bin/go-md2man
BuildRequires: meson >= 0.58.0
BuildRequires: pkgconfig(bash-completion)
@ -131,6 +131,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
%changelog
* Mon Feb 19 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5-2
- Rebuild for CVE-2023-39326
Resolves: RHEL-18393
* Mon Jan 15 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5-1
- Update to 0.0.99.5
Resolves: RHEL-19773