From 0fab6a6a8c6b06a92790f750d4be94240fd33f2f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 17 Jan 2016 01:30:15 +0100 Subject: [PATCH] fix bogus requires due to doble macro usage this resulted in bogus requires such as "libreoffice-core(x86-64)(x86-64)" broken in commit commit 6456d6e5f30c55a43cd923e2fdbb3a6b79a3ca9d --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 4903083..9b10264 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -635,7 +635,7 @@ developing applications that use libreofficekit. Summary: Additional support for debugging with gdb Requires: gdb%{?_isa} Requires: %{libo_python}-six -Requires: libreoffice-core%{?_isa}%{?_isa} = %{epoch}:%{version}-%{release} +Requires: libreoffice-core%{?_isa} = %{epoch}:%{version}-%{release} Supplements: libreoffice-debuginfo%{?_isa} = %{epoch}:%{version}-%{release} %description gdb-debug-support