From 65e58ab072fece7710da10b58f82439287f24b330bd6919f267d94bda7ed0db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 9 Feb 2015 18:06:11 +0000 Subject: [PATCH] - %pre is not enough the script needs to be rewritten in lua OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=223 --- libreoffice.changes | 5 +++++ libreoffice.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libreoffice.changes b/libreoffice.changes index 513ecc8..1aa1cba 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 9 18:00:17 UTC 2015 - tchvatal@suse.com + +- %pre is not enough the script needs to be rewritten in lua + ------------------------------------------------------------------- Mon Feb 9 10:26:08 UTC 2015 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index aa87cdc..6ecf09f 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1139,7 +1139,7 @@ rm -rf %{buildroot}%{_libdir}/%{name}/readmes/ # We have ton of duped files so run over it %fdupes %{buildroot}/usr -%pre +%pretrans # do not crate cache for bundled extensions because it is not secure # rather remove it (fdo#53006, fdo#51252, bnc#769448) # Remove after 12.2 is out of support/migration scope.