import buildah-1.29.0-2.el9
This commit is contained in:
parent
8076afe84a
commit
d479a6f15b
@ -1 +1 @@
|
||||
c8bc997a5ec79fcc363dc8c81dbb5818912e60fb SOURCES/buildah-1.27.0-db8d592.tar.gz
|
||||
7790822cf3fbabbbc8140bebdac25e5f71ce57b8 SOURCES/release-1.29-94b723c.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/buildah-1.27.0-db8d592.tar.gz
|
||||
SOURCES/release-1.29-94b723c.tar.gz
|
||||
|
@ -8,14 +8,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
%endif
|
||||
|
||||
%global import_path github.com/containers/buildah
|
||||
#%%global branch main
|
||||
%global commit0 db8d5921a770e7536b34c56d062b47795b548d35
|
||||
%global branch release-1.29
|
||||
%global commit0 94b723cb5b70948efd282bd62ef07e8c7c04fdaf
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Epoch: 1
|
||||
Name: buildah
|
||||
Version: 1.27.0
|
||||
Release: 1%{?dist}
|
||||
Version: 1.29.0
|
||||
Release: 2%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -37,7 +37,8 @@ BuildRequires: gpgme-devel
|
||||
BuildRequires: device-mapper-devel
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: make
|
||||
Requires: runc >= 1.0.0-26
|
||||
Recommends: crun
|
||||
Requires: oci-runtime
|
||||
Requires: containers-common >= 2:1-2
|
||||
Recommends: container-selinux
|
||||
Requires: slirp4netns >= 0.3-0
|
||||
@ -132,6 +133,63 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Wed Feb 01 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-2
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.29
|
||||
(https://github.com/containers/buildah/commit/94b723c)
|
||||
- Related: #2124478
|
||||
|
||||
* Fri Jan 27 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-1
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.29.0
|
||||
(https://github.com/containers/buildah/commit/94b723c)
|
||||
- Related: #2124478
|
||||
|
||||
* Wed Jan 25 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-0.4
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/078a7ff)
|
||||
- Related: #2124478
|
||||
|
||||
* Tue Jan 24 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-0.3
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/4b72f05)
|
||||
- Related: #2124478
|
||||
|
||||
* Wed Jan 18 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-0.2
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/c541c35)
|
||||
- Related: #2124478
|
||||
|
||||
* Fri Jan 13 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-0.1
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/8ca903b)
|
||||
- Related: #2124478
|
||||
|
||||
* Mon Jan 09 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.28.2-3
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.28
|
||||
(https://github.com/containers/buildah/commit/cfefbb6)
|
||||
- fixes segmentation fault on s390x
|
||||
- Resolves: #2150429
|
||||
|
||||
* Wed Dec 07 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.28.2-2
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.28
|
||||
(https://github.com/containers/buildah/commit/7e4d9dd)
|
||||
- Resolves: #2151247
|
||||
|
||||
* Mon Nov 28 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.28.2-1
|
||||
- update to https://github.com/containers/buildah/releases/tag/v1.28.2
|
||||
- Related: #2124478
|
||||
|
||||
* Thu Nov 17 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.28.0-2
|
||||
- pull in crun by default
|
||||
- Resolves: #2142494
|
||||
|
||||
* Tue Nov 01 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.28.0-1
|
||||
- update to https://github.com/containers/buildah/releases/tag/v1.28.0
|
||||
- Related: #2124478
|
||||
|
||||
* Fri Aug 26 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.0-2
|
||||
- fix CVE-2022-2990
|
||||
- Related: #2061316
|
||||
|
||||
* Tue Aug 09 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.0-1
|
||||
- update to https://github.com/containers/buildah/releases/tag/v1.27.0
|
||||
- Related: #2061316
|
||||
|
Loading…
Reference in New Issue
Block a user