diff --git a/wireplumber.changes b/wireplumber.changes index 718345a..f598742 100644 --- a/wireplumber.changes +++ b/wireplumber.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 9 10:08:43 UTC 2021 - Bjørn Lie + +- Quiet setup of sources, no need to see the package untared. +- Disable tests for ppc64 for now like we do for i586. + ------------------------------------------------------------------- Fri Dec 3 18:12:42 UTC 2021 - Antonio Larrosa diff --git a/wireplumber.spec b/wireplumber.spec index 179d866..ae77b60 100644 --- a/wireplumber.spec +++ b/wireplumber.spec @@ -145,7 +145,7 @@ This package provides the GObject Introspection bindings for the wireplumber shared library. %prep -%setup -n wireplumber-%{version} +%setup -q %patch0 -p1 %patch1 -p1 %if %{pkg_vcmp meson < 0.56.0} @@ -170,7 +170,7 @@ export CC=gcc-9 %meson_install %fdupes -s %{buildroot}/%{_datadir}/doc/pipewire/html -%ifnarch %ix86 +%ifnarch %ix86 ppc64 %check export XDG_RUNTIME_DIR=/tmp %meson_test @@ -191,7 +191,6 @@ export XDG_RUNTIME_DIR=/tmp %post -n %{libwireplumber} -p /sbin/ldconfig %postun -n %{libwireplumber} -p /sbin/ldconfig - %files %{_bindir}/wireplumber %{_bindir}/wpctl