buildah-1.22.3-1.el9
- update to the latest content of https://github.com/containers/buildah/tree/release-1.22 (https://github.com/containers/buildah/commit/4d20222) - Related: #2000051 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
06a3b593c2
commit
3ea00c6f17
17
buildah.spec
17
buildah.spec
@ -1,5 +1,5 @@
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1904567
|
||||
%global _lto_cflags %%{nil}
|
||||
%global _lto_cflags %{nil}
|
||||
|
||||
%global _find_debuginfo_dwz_opts %{nil}
|
||||
%global _dwz_low_mem_die_limit 0
|
||||
@ -15,12 +15,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
|
||||
%global import_path github.com/containers/buildah
|
||||
%global branch release-1.22
|
||||
%global commit0 71b8003a3505fcaa2a53f80997cea09507035e7e
|
||||
%global commit0 4d2022278696ad2f39b5c95029d8c699db404f37
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: buildah
|
||||
Version: 1.22.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.22.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -31,7 +31,7 @@ Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar
|
||||
%else
|
||||
Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
|
||||
%endif
|
||||
BuildRequires: golang >= 1.12.12-4
|
||||
BuildRequires: golang >= 1.16.6
|
||||
BuildRequires: git
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
@ -43,7 +43,7 @@ BuildRequires: device-mapper-devel
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: make
|
||||
Requires: runc >= 1.0.0-26
|
||||
Requires: containers-common
|
||||
Requires: containers-common >= 2:1-2
|
||||
Recommends: container-selinux
|
||||
Requires: slirp4netns >= 0.3-0
|
||||
|
||||
@ -130,6 +130,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Fri Sep 03 2021 Jindrich Novy <jnovy@redhat.com> - 1.22.3-1
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.22
|
||||
(https://github.com/containers/buildah/commit/4d20222)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.22.0-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (release-1.22-71b8003.tar.gz) = 9377bdac685042b9ea5ffbed3ab9047170939e3564cc64319c6e02d228869e92c1589966d2c2861cb3adb447c43640a5cdfc08aab5ba06fb957930bb60b537e0
|
||||
SHA512 (release-1.22-4d20222.tar.gz) = ce5b4c51f91a392642c98cc084db9bb21533daa1d1bbcd35cfc751b387fc04a4a013fe7a6aa8d4f931936540d54fa0ede08a374c17af1384ebced6b43b7236b3
|
||||
|
Loading…
Reference in New Issue
Block a user