diff --git a/podman.spec b/podman.spec index 87b90e488781ce8fa0a97b0a7b095380a3b3a54e..e153e0094879ffcf7f4fc7210d104a4e175875d7 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