From ae50b80d71ab5f47dde9b765bfe02a67e6fbcac3 Mon Sep 17 00:00:00 2001 From: lixuebing Date: Tue, 20 Aug 2024 16:48:18 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- pipewire.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pipewire.spec b/pipewire.spec index f652850..dab90bd 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -14,7 +14,7 @@ Name: pipewire Version: 0.3.63 -Release: 3 +Release: 4 Summary: Multimedia processing graphs License: LGPLv2+ URL: https://pipewire.org/ @@ -166,6 +166,7 @@ This package provides a PulseAudio implementation based on PipeWire %package help Summary: Documents for %{name} +Buildarch: noarch Requires: man info %description help @@ -394,6 +395,9 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || : %{_datadir}/doc/pipewire/html/* %changelog +* Tue Aug 20 2024 Xuebing Li - 0.3.63-4 +- Add 'Buildarch: noarch' to the help subpackage + * Wed May 22 2024 Wenlong Zhang - 0.3.63-3 - remove useless builddequires for pipewire -- Gitee