From 3e9dcc7c72997c2c12c48df179dbec34c71774df Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 9 Jun 2016 07:39:31 +0200 Subject: [PATCH] fix filter --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index c072577..fcc0727 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -247,7 +247,7 @@ Patch500: 0001-disable-libe-book-support.patch # rhbz#1085420 make sure we do not provide bundled libraries %if 0%{?rhel} -%global libo_bundled_libs_filter ^liborcus(-parser)?-0\\.10\\.so.*$ +%global libo_bundled_libs_filter ^liborcus(-parser)?-0\\.11\\.so.*$ %global __provides_exclude %{libo_bundled_libs_filter} %global __requires_exclude %{libo_bundled_libs_filter} %endif