buildah-1.26.1-2.el9
- Add missing container networking dependencies (thanks to Neal Gompa) - Related: #2061316 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
3bb54dd198
commit
5130c66ffe
10
buildah.spec
10
buildah.spec
@ -21,7 +21,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
Epoch: 1
|
||||
Name: buildah
|
||||
Version: 1.26.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -47,6 +47,10 @@ Requires: runc >= 1.0.0-26
|
||||
Requires: containers-common >= 2:1-2
|
||||
Recommends: container-selinux
|
||||
Requires: slirp4netns >= 0.3-0
|
||||
Suggests: containernetworking-plugins >= 0.9.1-1
|
||||
Requires: netavark
|
||||
Requires: iptables
|
||||
Requires: nftables
|
||||
|
||||
%description
|
||||
The %{name} package provides a command line tool which can be used to
|
||||
@ -131,6 +135,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Thu May 05 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.26.1-2
|
||||
- Add missing container networking dependencies (thanks to Neal Gompa)
|
||||
- Related: #2061316
|
||||
|
||||
* Thu May 05 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.26.1-1
|
||||
- update to https://github.com/containers/buildah/releases/tag/v1.26.1
|
||||
- Related: #2061316
|
||||
|
Loading…
Reference in New Issue
Block a user