From c87fea38898e8c06b1f3eec3721a1e4c54bd5d297fb2004bf598d3eab39a1593 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 8 Jan 2018 13:06:38 +0000 Subject: [PATCH] boo#1074128 OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=89 --- texlive-filesystem.changes | 6 ++++++ texlive-filesystem.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/texlive-filesystem.changes b/texlive-filesystem.changes index 687a9ba..2cf2484 100644 --- a/texlive-filesystem.changes +++ b/texlive-filesystem.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 8 12:55:08 UTC 2018 - werner@suse.de + +- If zypper way of posttrans scripts are disabled do use the rpm + %posttrans scriptlets (boo#1074128) + ------------------------------------------------------------------- Fri Nov 24 12:46:53 UTC 2017 - werner@suse.de diff --git a/texlive-filesystem.spec b/texlive-filesystem.spec index c2ca1f3..88cca2f 100644 --- a/texlive-filesystem.spec +++ b/texlive-filesystem.spec @@ -1,7 +1,7 @@ # # spec file for package texlive-filesystem # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %define texlive_version 2017 %define texlive_previous 2016 %define texlive_release 20170520 -%define texlive_noarch 132 +%define texlive_noarch 133 %define texlive_source texlive-20170520-source %define __perl_requires %{nil} @@ -13970,7 +13970,9 @@ fi %posttrans test -f /var/run/texlive/run-update || exit 0 +%if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 +%endif VERBOSE=false %{_texmfdistdir}/texconfig/update || : rm -f /var/run/texlive/run-update