commit 9fe0bc4696734b1acf42a59a734d758c479fc034
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Sep 22 23:17:15 2020 +0200
Fix noarch package %%{?_isa}
raspberrypi-vc.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/raspberrypi-vc.spec b/raspberrypi-vc.spec
index 132c5a3..e482420 100644
--- a/raspberrypi-vc.spec
+++ b/raspberrypi-vc.spec
@@ -53,7 +53,8 @@ Header files for accessing the BCM283x VideoCore GPU on the Raspberry
Pi.
%package demo-source
Summary: Demo source for accessing the Raspberry Pi GPU
-Requires: %{name}-libs%{?_isa} = %{version}
+# Not to use %%{?_isa} on noarch package
+Requires: %{name}-libs = %{version}
License: ASL 2.0
BuildArch: noarch
Show replies by date