import toolbox-0.0.99.3-0.6.module+el8.7.0+16493+89f82ab8

This commit is contained in:
CentOS Sources 2022-08-29 19:37:59 +00:00 committed by Stepan Oksanichenko
parent a35e9f12c6
commit b9d368c344
1 changed files with 10 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Version: 0.0.99.3
%global goipath github.com/containers/%{name}
%gometa
Release: 0.4%{?dist}
Release: 0.6%{?dist}
Summary: Unprivileged development environment
License: ASL 2.0
@ -31,8 +31,8 @@ Patch103: toolbox-cmd-root-Suggest-a-way-forward-if-coreos-toolbox-was.patc
# https://bugzilla.redhat.com/show_bug.cgi?id=1905383
ExcludeArch: %{ix86}
BuildRequires: golang >= 1.13
BuildRequires: go-md2man
BuildRequires: golang >= 1.17.7
BuildRequires: /usr/bin/go-md2man
BuildRequires: meson
BuildRequires: pkgconfig(bash-completion)
BuildRequires: systemd
@ -114,6 +114,13 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
%changelog
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 0.0.99.3-0.6
- BuildRequires: /usr/bin/go-md2man
- Related: #2061390
* Fri Apr 08 2022 Jindrich Novy <jnovy@redhat.com> - 0.0.99.3-0.5
- Related: #2061390
* Mon Sep 20 2021 Jindrich Novy <jnovy@redhat.com> - 0.0.99.3-0.4
- Switch to using the Toolbox-specific UBI image by default
- Related: #2001445