update to 1.45.0
Resolves: RHEL-185734 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
6ed0994084
commit
1cb8d235a7
12
buildah.spec
12
buildah.spec
@ -28,7 +28,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.44.0
|
||||
Version: 1.45.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}
|
||||
@ -114,8 +114,7 @@ CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-specs=\/usr\/lib\/rpm\/redhat\/redhat-an
|
||||
export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full"
|
||||
%endif
|
||||
|
||||
export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.txt | sed 's,.* ,,'`
|
||||
export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}"
|
||||
export LDFLAGS="-X main.buildInfo=`date +%s`"
|
||||
|
||||
export BUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh) libsqlite3"
|
||||
export BUILDTAGS+=" exclude_graphdriver_btrfs"
|
||||
@ -137,6 +136,7 @@ export BUILDTAGS+=" libtrust_openssl"
|
||||
%gobuild -o bin/crash ./tests/crash
|
||||
%gobuild -o bin/wait ./tests/wait
|
||||
%gobuild -o bin/grpcnoop ./tests/rpc/noop
|
||||
%gobuild -o bin/pipeloop ./tests/pipeloop/pipeloop.go
|
||||
%{__make} docs
|
||||
|
||||
%install
|
||||
@ -153,6 +153,7 @@ cp bin/passwd %{buildroot}/%{_bindir}/%{name}-passwd
|
||||
cp bin/crash %{buildroot}/%{_bindir}/%{name}-crash
|
||||
cp bin/wait %{buildroot}/%{_bindir}/%{name}-wait
|
||||
cp bin/grpcnoop %{buildroot}/%{_bindir}/%{name}-grpcnoop
|
||||
cp bin/pipeloop %{buildroot}/%{_bindir}/%{name}-pipeloop
|
||||
|
||||
rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
|
||||
|
||||
@ -182,9 +183,14 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
|
||||
%{_bindir}/%{name}-crash
|
||||
%{_bindir}/%{name}-wait
|
||||
%{_bindir}/%{name}-grpcnoop
|
||||
%{_bindir}/%{name}-pipeloop
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Aug 03 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.45.0-1
|
||||
- update to https://github.com/containers/buildah/releases/tag/v1.45.0
|
||||
- Resolves: RHEL-185734
|
||||
|
||||
* Tue Jul 07 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.44.0-1
|
||||
- update to https://github.com/containers/buildah/releases/tag/v1.44.0
|
||||
- Resolves: RHEL-185734
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.44.0.tar.gz) = 660f29ff9b8c8f7f3776e96391bb803feb54622c92aaf78f5ac37783bdc77573353acd5f692502b61169ad58f6b89a8e8268ec41c0cb080dfec3f8466dd6419e
|
||||
SHA512 (v1.45.0.tar.gz) = 570b68c0b6791e2e832b6e39906373da058308c017f6b460a658466e281d3b9eac5b5b842488e658438bb41c9926c160a90c956ba12ba57afcef88f523354ffe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user