Compare commits

...

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

@ -1 +1 @@
427bc708dc556bf5be50eac881a7914ae81260cc SOURCES/buildah-1.37.5-5fd40b9.tar.gz
29463c9f7828529acb565dc5e6f41925f195f274 SOURCES/buildah-1.37.2-eadda3b.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/buildah-1.37.5-5fd40b9.tar.gz
SOURCES/buildah-1.37.2-eadda3b.tar.gz

@ -9,12 +9,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global import_path github.com/containers/buildah
#%%global branch release-1.33
%global commit0 5fd40b989860984a00f6fc1539ff53caceca1325
%global commit0 eadda3bc0e692f6d4c5d6f813f63f059413e92fc
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 2
Name: buildah
Version: 1.37.5
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,22 +135,6 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test
%changelog
* 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
@ -264,6 +248,9 @@ CVE-2023-25173 CVE-2022-41724 CVE-2022-41725 CVE-2023-24538 CVE-2023-24534 CVE-2
- update to 1.30.0
- Related: #2176063
* Thu Apr 13 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1:1.29.1-2
- Rebuilt for MSVSphere 9.2 beta
* Mon Apr 03 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.1-2
- update to the latest content of https://github.com/containers/buildah/tree/release-1.29
(https://github.com/containers/buildah/commit/f07d2c9)

Loading…
Cancel
Save