From 6922e5c9473085852ebf3a0120d78340cf278a9d Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 24 Jul 2023 11:25:47 +0800 Subject: [PATCH] update to buildah-1.24.6-5.module+el8.8.0+18083+cd85596b Signed-off-by: Zhao Hang --- buildah.spec | 36 +++++++++++++++++++++++++++++++++--- download | 2 +- 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/buildah.spec b/buildah.spec index 4160c35..3c2a64e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -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 - 1:1.24.6-5 +- remove Containerfile man page +- Resolves: #2165790 + +* Fri Jan 13 2023 Jindrich Novy - 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 - 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 - 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 - 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 - 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 - 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) diff --git a/download b/download index 8feb4b8..855cd50 100644 --- a/download +++ b/download @@ -1 +1 @@ -71e18d0c8fba2a004115ebe0e16c9c5f release-1.24-8cc4586.tar.gz +ed158d663d536aa66c24bc8f2b4f60dc release-1.24-60e6bc0.tar.gz -- Gitee