commit 144458a51295939238aedef2cf356e34c3b1f680
Author: Bob Hepple <bob.hepple(a)gmail.com>
Date: Fri Jun 17 17:33:48 2022 +1000
exclude failing arch's - problems are at the build system end - missing packages
wf-recorder.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/wf-recorder.spec b/wf-recorder.spec
index 6b29ca8..3c495bc 100644
--- a/wf-recorder.spec
+++ b/wf-recorder.spec
@@ -11,11 +11,13 @@ Version: 0.3.0
Name: wf-recorder
Summary: Screen recorder for wlroots-based compositors eg swaywm
-Release: 1%{?dist}
+Release: 2%{?dist}
License: MIT
URL: %{forgeurl}
Source0: %{forgesource}
+ExcludeArch: aarch64 ppc64le
+
%ifarch ppc64le
# fix compilation on ppc64le (gcc#58241)
%global configure_flags -Dcpp_std=gnu++11
@@ -55,6 +57,9 @@ wayland-protocols.
%license LICENSE
%changelog
+* Fri Jun 17 2022 Bob Hepple <bob.hepple(a)gmail.com> - 0.3.0-2
+- exclude failing arch's - problems are at the build system end - missing packages
+
* Thu Jun 16 2022 Bob Hepple <bob.hepple(a)gmail.com> - 0.3.0-1
- new version
Show replies by date