import buildah-1.24.6-5.module+el8.8.0+18083+cd85596b
This commit is contained in:
parent
a15ae6e9d9
commit
350df94e4f
@ -1 +1 @@
|
||||
93335f63aed53c8ab8caeb25c44743052f028c3f SOURCES/release-1.24-8cc4586.tar.gz
|
||||
5d63539d2800edd6c2580f9cdf8f0cd55ae33b65 SOURCES/release-1.24-60e6bc0.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/release-1.24-8cc4586.tar.gz
|
||||
SOURCES/release-1.24-60e6bc0.tar.gz
|
||||
|
@ -12,13 +12,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
|
||||
%global import_path github.com/containers/buildah
|
||||
%global branch release-1.24
|
||||
%global commit0 8cc45860878359be0a53bed42adb8991e245e24a
|
||||
%global commit0 60e6bc0f7338b4b7a0ec044f75f8dd3ba0fa58fb
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Epoch: 1
|
||||
Name: buildah
|
||||
Version: 1.24.5
|
||||
Release: 2%{?dist}
|
||||
Version: 1.24.6
|
||||
Release: 5%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -108,6 +108,7 @@ cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system
|
||||
cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
||||
cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy
|
||||
make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
||||
rm -f %{buildroot}%{_mandir}/man5/Containerfile*
|
||||
|
||||
#define license tag if not already defined
|
||||
%{!?_licensedir:%global license %doc}
|
||||
@ -128,6 +129,35 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Wed Feb 01 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.24.6-5
|
||||
- remove Containerfile man page
|
||||
- Resolves: #2165790
|
||||
|
||||
* Fri Jan 13 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.24.6-4
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.24
|
||||
(https://github.com/containers/buildah/commit/60e6bc0)
|
||||
- Related: #2129766
|
||||
|
||||
* Mon Oct 31 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.6-3
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.24
|
||||
(https://github.com/containers/buildah/commit/1320eb7)
|
||||
- Related: #2129766
|
||||
|
||||
* Mon Sep 26 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.6-2
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.24
|
||||
(https://github.com/containers/buildah/commit/4198a78)
|
||||
- Related: #2123641
|
||||
|
||||
* Wed Sep 21 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.6-1
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.24
|
||||
(https://github.com/containers/buildah/commit/efed577)
|
||||
- Related: #2123641
|
||||
|
||||
* Tue Sep 20 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.5-3
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.24
|
||||
(https://github.com/containers/buildah/commit/0ee422c)
|
||||
- Related: #2123641
|
||||
|
||||
* Wed Aug 24 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.24.5-2
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.24
|
||||
(https://github.com/containers/buildah/commit/8cc4586)
|
||||
|
Loading…
Reference in New Issue
Block a user