buildah-1.43.0-1.el9
- update to https://github.com/containers/buildah/releases/tag/v1.43.0 - Related: RHEL-111919 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
2b2e987f69
commit
0ca4c846b1
19
buildah.spec
19
buildah.spec
@ -32,7 +32,7 @@ Epoch: 2
|
||||
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
||||
# copr and koji builds.
|
||||
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
||||
Version: 1.41.8
|
||||
Version: 1.43.0
|
||||
# The `AND` needs to be uppercase in the License for SPDX compatibility
|
||||
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
||||
Release: 1%{?dist}
|
||||
@ -69,6 +69,9 @@ BuildRequires: libseccomp-devel
|
||||
%endif
|
||||
Requires: libseccomp >= 2.4.1-0
|
||||
Suggests: cpp
|
||||
%if %{defined sequoia}
|
||||
Requires: podman-sequoia
|
||||
%endif
|
||||
|
||||
%description
|
||||
The %{name} package provides a command line tool which can be used to
|
||||
@ -132,6 +135,10 @@ export BUILDTAGS+=" exclude_graphdriver_btrfs"
|
||||
export BUILDTAGS+=" libtrust_openssl"
|
||||
%endif
|
||||
|
||||
%if %{defined sequoia}
|
||||
export BUILDTAGS+=" containers_image_sequoia"
|
||||
%endif
|
||||
|
||||
%gobuild -o bin/%{name} ./cmd/%{name}
|
||||
%gobuild -o bin/imgtype ./tests/imgtype
|
||||
%gobuild -o bin/copy ./tests/copy
|
||||
@ -139,6 +146,8 @@ export BUILDTAGS+=" libtrust_openssl"
|
||||
%gobuild -o bin/inet ./tests/inet
|
||||
%gobuild -o bin/dumpspec ./tests/dumpspec
|
||||
%gobuild -o bin/passwd ./tests/passwd
|
||||
%gobuild -o bin/crash ./tests/crash
|
||||
%gobuild -o bin/wait ./tests/wait
|
||||
%{__make} docs
|
||||
|
||||
%install
|
||||
@ -152,6 +161,8 @@ cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial
|
||||
cp bin/inet %{buildroot}/%{_bindir}/%{name}-inet
|
||||
cp bin/dumpspec %{buildroot}/%{_bindir}/%{name}-dumpspec
|
||||
cp bin/passwd %{buildroot}/%{_bindir}/%{name}-passwd
|
||||
cp bin/crash %{buildroot}/%{_bindir}/%{name}-crash
|
||||
cp bin/wait %{buildroot}/%{_bindir}/%{name}-wait
|
||||
|
||||
rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
|
||||
|
||||
@ -178,9 +189,15 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
|
||||
%{_bindir}/%{name}-inet
|
||||
%{_bindir}/%{name}-dumpspec
|
||||
%{_bindir}/%{name}-passwd
|
||||
%{_bindir}/%{name}-crash
|
||||
%{_bindir}/%{name}-wait
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Feb 09 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.43.0-1
|
||||
- update to https://github.com/containers/buildah/releases/tag/v1.43.0
|
||||
- Related: RHEL-111919
|
||||
|
||||
* Wed Feb 04 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.41.8-1
|
||||
- update to https://github.com/containers/buildah/releases/tag/v1.41.8
|
||||
- Related: RHEL-111919
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.41.8.tar.gz) = 42b11fe322bc4271c575aff5fc615578e04e7a2a41eaba529a74c138eb5c5f1fd7319450b0eddca5a057689f3fcfae34b34cc8d5d27004f8bf2e046fa4621f1a
|
||||
SHA512 (v1.43.0.tar.gz) = 603ad143b3f472d814d058507669668f685434f24aa1d904daceac51e7b5a7d1719e1cae64fa47a6c1be32a3fb1f40dc3a094fe193056cc7a775b9a5b4f519bc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user