From 3fde58946d12adbb96f4af3c2adbd015cc39716c Mon Sep 17 00:00:00 2001 From: lixuebing Date: Wed, 21 Aug 2024 09:08:20 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage (cherry picked from commit a86ad9c884e38a645dcea3e1a9d480013e21c8de) --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 4eb1d3e..833ce1c 100644 --- a/podman.spec +++ b/podman.spec @@ -2,7 +2,7 @@ Name: podman Version: 4.9.4 -Release: 8 +Release: 9 Summary: A tool for managing OCI containers and pods. Epoch: 1 License: Apache-2.0 and MIT @@ -95,6 +95,7 @@ dynamic port forwarding. %package help Summary: Help document for the podman package +Buildarch: noarch Conflicts: docker docker-latest docker-ce docker-ee moby-engine %description help @@ -299,6 +300,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_bindir}/%{name}sh %changelog +* Tue Aug 20 2024 Xuebing Li - 1:4.9.4-9 +- Add 'Buildarch: noarch' to the help subpackage + * Tue Apr 30 2024 zhangbowei - 1:4.9.4-8 - Type:bugfix - CVE:NA -- Gitee