diff --git a/podman.spec b/podman.spec index 4eb1d3e3c5b140f50b6e2c35cdeff1a9972d60ba..833ce1ce707c3839207f78edd7909db50af7e1c2 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