buildah-1.38.0-1.el10
- update to https://github.com/containers/buildah/releases/tag/v1.38.0 - Related: RHEL-58990 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
b77d3cd7a2
commit
900015894f
11
buildah.spec
11
buildah.spec
@ -37,10 +37,10 @@ Epoch: 2
|
|||||||
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
||||||
# copr and koji builds.
|
# copr and koji builds.
|
||||||
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
||||||
Version: 1.37.4
|
Version: 1.38.0
|
||||||
# The `AND` needs to be uppercase in the License for SPDX compatibility
|
# 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
|
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
%if %{defined golang_arches_future}
|
%if %{defined golang_arches_future}
|
||||||
ExclusiveArch: %{golang_arches_future}
|
ExclusiveArch: %{golang_arches_future}
|
||||||
%else
|
%else
|
||||||
@ -133,6 +133,7 @@ export BUILDTAGS+=" btrfs_noversion exclude_graphdriver_btrfs"
|
|||||||
%gobuild -o bin/imgtype ./tests/imgtype
|
%gobuild -o bin/imgtype ./tests/imgtype
|
||||||
%gobuild -o bin/copy ./tests/copy
|
%gobuild -o bin/copy ./tests/copy
|
||||||
%gobuild -o bin/tutorial ./tests/tutorial
|
%gobuild -o bin/tutorial ./tests/tutorial
|
||||||
|
%gobuild -o bin/inet ./tests/inet
|
||||||
%{__make} docs
|
%{__make} docs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -143,6 +144,7 @@ cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system
|
|||||||
cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
||||||
cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy
|
cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy
|
||||||
cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial
|
cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial
|
||||||
|
cp bin/inet %{buildroot}/%{_bindir}/%{name}-inet
|
||||||
|
|
||||||
rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
|
rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
|
||||||
|
|
||||||
@ -163,9 +165,14 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
|
|||||||
%{_bindir}/%{name}-imgtype
|
%{_bindir}/%{name}-imgtype
|
||||||
%{_bindir}/%{name}-copy
|
%{_bindir}/%{name}-copy
|
||||||
%{_bindir}/%{name}-tutorial
|
%{_bindir}/%{name}-tutorial
|
||||||
|
%{_bindir}/%{name}-inet
|
||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 25 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.38.0-1
|
||||||
|
- update to https://github.com/containers/buildah/releases/tag/v1.38.0
|
||||||
|
- Related: RHEL-58990
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2:1.37.4-2
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2:1.37.4-2
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.37.4.tar.gz) = 12f3155054acfcdded3e69b06ced38415cd0a7be125f03dd2de851e0ca056d8a7b71e372ac602ff767f25ccfdce08d8a087c529639fa9172021ad11435dcff20
|
SHA512 (v1.38.0.tar.gz) = c9f31693043e348c2bee6219f5a42738d93aa690a81f6bb283bd4d93ea6fe0cbde50754f7ee1a7e690853b7cfb934ce60e35ceb029180f41a95192773023c243
|
||||||
|
Loading…
Reference in New Issue
Block a user