Compare commits

...

No commits in common. 'c9' and 'c9-beta' have entirely different histories.
c9 ... c9-beta

@ -1 +1 @@
b8e6e93791658b7f4e12020da858b3a7422b67a4 SOURCES/release-1.37-fd39521.tar.gz
29463c9f7828529acb565dc5e6f41925f195f274 SOURCES/buildah-1.37.2-eadda3b.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/release-1.37-fd39521.tar.gz
SOURCES/buildah-1.37.2-eadda3b.tar.gz

@ -8,13 +8,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%endif
%global import_path github.com/containers/buildah
%global branch release-1.37
%global commit0 fd39521492e60607ce8b2867bd44182e15059858
#%%global branch release-1.33
%global commit0 eadda3bc0e692f6d4c5d6f813f63f059413e92fc
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 2
Name: buildah
Version: 1.37.6
Version: 1.37.2
Release: 1%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
@ -93,7 +93,7 @@ popd
mv vendor src
export GOPATH=$(pwd)/_build:$(pwd)
export BUILDTAGS="seccomp exclude_graphdriver_devicemapper cni selinux btrfs_noversion exclude_graphdriver_btrfs $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)"
export BUILDTAGS="seccomp exclude_graphdriver_devicemapper selinux btrfs_noversion exclude_graphdriver_btrfs $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)"
export GO111MODULE=off
export CGO_CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.txt | sed 's,.* ,,'`
@ -135,27 +135,6 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test
%changelog
* Thu Jan 23 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.37.6-1
- update to the latest content of https://github.com/containers/buildah/tree/release-1.37
(https://github.com/containers/buildah/commit/fd39521)
- Resolves: RHEL-67617
* Mon Oct 21 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.37.5-1
- update to https://github.com/containers/buildah/releases/tag/v1.37.5
- Resolves: RHEL-61857
* Mon Oct 14 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.37.4-2
- enable CNI
- Resolves: RHEL-62107
* Fri Oct 11 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.37.4-1
- update to https://github.com/containers/buildah/releases/tag/v1.37.4
- Resolves: RHEL-61114
* Mon Oct 07 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.37.2-2
- rebuild to fix CVE-2024-34156
- Resolves: RHEL-57912
* Wed Aug 21 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.37.2-1
- update to https://github.com/containers/buildah/releases/tag/v1.37.2
- Related: RHEL-27608

Loading…
Cancel
Save