|
|
|
@ -9,13 +9,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|
|
|
|
|
|
|
|
|
%global import_path github.com/containers/buildah
|
|
|
|
|
%global branch release-1.27
|
|
|
|
|
%global commit0 c43a389f4d81884f539e3eefd6601131c0b43551
|
|
|
|
|
%global commit0 4785fdb41eb01480b4b3005a30c7cabe422a8c0f
|
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Name: buildah
|
|
|
|
|
Version: 1.27.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.27.3
|
|
|
|
|
Release: 1%{?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
|
|
|
|
@ -135,6 +136,20 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.27.0-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
* Mon Dec 12 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.3-1
|
|
|
|
|
- update to the latest content of https://github.com/containers/buildah/tree/release-1.27
|
|
|
|
|
(https://github.com/containers/buildah/commit/4785fdb)
|
|
|
|
|
- Resolves: #2152042
|
|
|
|
|
|
|
|
|
|
* Mon Dec 05 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.2-4
|
|
|
|
|
- pull in crun by default
|
|
|
|
|
- Resolves: #2150525
|
|
|
|
|
|
|
|
|
|
* Mon Dec 05 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.2-3
|
|
|
|
|
- update to the latest content of https://github.com/containers/buildah/tree/release-1.27
|
|
|
|
|
(https://github.com/containers/buildah/commit/5b86d15)
|
|
|
|
|
- Resolves: #2150432
|
|
|
|
|
|
|
|
|
|
* Wed Oct 26 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.2-2
|
|
|
|
|
- remove patch applied upstream
|
|
|
|
|
- Related: #2136848
|
|
|
|
|