From 6e48b151a953db36dca60e2b84747065ce87ac9d Mon Sep 17 00:00:00 2001 From: lixuebing Date: Wed, 21 Aug 2024 09:09:22 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 87b90e4..e153e00 100644 --- a/podman.spec +++ b/podman.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: podman Version: 0.10.1 -Release: 13 +Release: 14 Summary: A daemonless container engine for managing Containers Epoch: 1 License: ASL 2.0 @@ -157,6 +157,7 @@ This package installs a script named docker, which emulates the Docker CLI throu %package help Summary: Help document for the podman package +Buildarch: noarch Conflicts: docker docker-latest docker-ce docker-ee moby-engine %description help @@ -245,6 +246,9 @@ install -Dp -m644 libpod.conf %{buildroot}%{_datadir}/containers/libpod.conf %{_mandir}/man5/*.5* %changelog +* Tue Aug 20 2024 Xuebing Li - 1:0.10.1-14 +- Add 'Buildarch: noarch' to the help subpackage + * Fri Aug 18 2023 panchenbo - 1:0.10.1-13 - add loongarch64 and sw_64 support -- Gitee