From d8bc288c8d119aac8be4578c6123858f9f75640b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 7 Apr 2016 15:38:12 +0200 Subject: [PATCH] Doc subpackage cannot have arch requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It would create noarch rpms that would differ accross architectures. Signed-off-by: Jaroslav Škarvada --- brltty.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brltty.spec b/brltty.spec index e350fa0..ca0369b 100644 --- a/brltty.spec +++ b/brltty.spec @@ -66,7 +66,7 @@ This package provides the Speech Dispatcher driver for BRLTTY. Summary: Documentation for BRLTTY Group: System Environment/Daemons License: GPLv2+ -Requires: %{name}%{?_isa} = %{pkg_version}-%{release} +Requires: %{name} = %{pkg_version}-%{release} BuildArch: noarch %description docs This package provides the documentation for BRLTTY.