import buildah-1.24.1-1.el9
This commit is contained in:
parent
3034858574
commit
a868fa8e46
@ -1 +1 @@
|
||||
428eba2efb5ce4b50b5dd2bc960ef26f46f6cb68 SOURCES/main-c044ad6.tar.gz
|
||||
f662869af4e99ceb498c7cd3e70b1e5bf8509267 SOURCES/buildah-1.24.1-28f7884.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/main-c044ad6.tar.gz
|
||||
SOURCES/buildah-1.24.1-28f7884.tar.gz
|
||||
|
@ -14,13 +14,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 c044ad633c3508ce43b45110cd618a3038522948
|
||||
#%%global branch main
|
||||
%global commit0 28f7884b7b8082546f1bde014f7e437af9c9c870
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Epoch: 1
|
||||
Name: buildah
|
||||
Version: 1.24.0
|
||||
Release: 0.15%{?dist}
|
||||
Version: 1.24.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -58,7 +59,7 @@ or
|
||||
|
||||
%package tests
|
||||
Summary: Tests for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: bzip2
|
||||
Requires: podman
|
||||
Requires: golang
|
||||
@ -130,6 +131,196 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Fri Feb 04 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.1-1
|
||||
- update to https://github.com/containers/buildah/releases/tag/v1.24.1
|
||||
- Related: #2000051
|
||||
|
||||
* Thu Jan 27 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-1
|
||||
- update to https://github.com/containers/buildah/releases/tag/v1.24.0
|
||||
- Related: #2000051
|
||||
|
||||
* Tue Jan 25 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.52
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/718f2b4)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Jan 24 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.51
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/2189882)
|
||||
- Related: #2000051
|
||||
|
||||
* Thu Jan 20 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.50
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/4b3aaee)
|
||||
- Related: #2000051
|
||||
|
||||
* Wed Jan 19 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.49
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/da00c99)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Jan 17 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.48
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/7bcca21)
|
||||
- Related: #2000051
|
||||
|
||||
* Thu Jan 13 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.47
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/60880a7)
|
||||
- Related: #2000051
|
||||
|
||||
* Wed Jan 12 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.46
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/031e72c)
|
||||
- Related: #2000051
|
||||
|
||||
* Tue Jan 11 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.45
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/b3798a1)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Jan 10 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.44
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/4b22fc5)
|
||||
- Related: #2000051
|
||||
|
||||
* Thu Jan 06 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.43
|
||||
- add required test files
|
||||
- Related: #2000051
|
||||
|
||||
* Thu Jan 06 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.42
|
||||
- basically, bring in from RHEL8 container-tools module,
|
||||
remove podman & skopeo, and bang at it until it works. (Ed Santiago)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Jan 03 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.41
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/9591a8d)
|
||||
- Related: #2000051
|
||||
|
||||
* Wed Dec 22 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.40
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/0bd4dd1)
|
||||
- Related: #2000051
|
||||
|
||||
* Tue Dec 21 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.39
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/c5ef5c0)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Dec 20 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.38
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/c7e45ed)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Dec 13 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.37
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/1f1b960)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Dec 06 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.36
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/de86fab)
|
||||
- Related: #2000051
|
||||
|
||||
* Wed Dec 01 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.35
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/6d01253)
|
||||
- Related: #2000051
|
||||
|
||||
* Tue Nov 30 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.34
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/2711b85)
|
||||
- Related: #2000051
|
||||
|
||||
* Thu Nov 25 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.33
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/dc7625a)
|
||||
- Related: #2000051
|
||||
|
||||
* Wed Nov 24 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.32
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/8b79d8b)
|
||||
- Related: #2000051
|
||||
|
||||
* Tue Nov 23 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.31
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/b768318)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Nov 22 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.30
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/78a1d08)
|
||||
- Related: #2000051
|
||||
|
||||
* Fri Nov 12 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.29
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/68cd602)
|
||||
- Related: #2000051
|
||||
|
||||
* Tue Nov 09 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.28
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/50ebc90)
|
||||
- Related: #2000051
|
||||
|
||||
* Fri Nov 05 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.27
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/e3283ab)
|
||||
- Related: #2000051
|
||||
|
||||
* Thu Nov 04 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.26
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/96e1871)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Nov 01 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.25
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/ecd7474)
|
||||
- Related: #2000051
|
||||
|
||||
* Fri Oct 29 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.24
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/a381063)
|
||||
- Related: #2000051
|
||||
|
||||
* Wed Oct 27 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.23
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/f36d1f2)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Oct 25 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.22
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/639320e)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Oct 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.21
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/762cf6f)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Oct 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.20
|
||||
- respect Epoch in subpackage dependencies
|
||||
- Related: #2000051
|
||||
|
||||
* Fri Oct 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.24.0-0.19
|
||||
- bump Epoch to preserve upgrade path
|
||||
- Related: #2000051
|
||||
|
||||
* Wed Oct 13 2021 Jindrich Novy <jnovy@redhat.com> - 1.24.0-0.18
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/982717a)
|
||||
- Related: #2000051
|
||||
|
||||
* Mon Oct 11 2021 Jindrich Novy <jnovy@redhat.com> - 1.24.0-0.17
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/e47f4a1)
|
||||
- Related: #2000051
|
||||
|
||||
* Fri Oct 08 2021 Jindrich Novy <jnovy@redhat.com> - 1.24.0-0.16
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/211972a)
|
||||
- Related: #2000051
|
||||
|
||||
* Thu Oct 07 2021 Jindrich Novy <jnovy@redhat.com> - 1.24.0-0.15
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/main
|
||||
(https://github.com/containers/buildah/commit/c044ad6)
|
||||
|
Loading…
Reference in New Issue
Block a user