Hello community,
here is the log from the commit of package libreoffice-share-linker for
openSUSE:Factory checked in at 2017-04-28 09:11:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice-share-linker (Old)
and /work/SRC/openSUSE:Factory/.libreoffice-share-linker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libreoffice-share-linker"
Fri Apr 28 09:11:00 2017 rev:3 rq:489796 version:1
Changes:
--------
---
/work/SRC/openSUSE:Factory/libreoffice-share-linker/libreoffice-share-linker.changes
2015-11-11 10:29:11.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libreoffice-share-linker.new/libreoffice-share-linker.changes
2017-04-28 09:11:01.325383316 +0200
@@ -1,0 +2,6 @@
+Fri Apr 21 11:19:42 UTC 2017 - [email protected]
+
+- Add compat symlink wrt bsc#1035087 to avoid some failures
+ * Full fix needs to go to libreoffice package.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libreoffice-share-linker.spec ++++++
--- /var/tmp/diff_new_pack.oJuPT6/_old 2017-04-28 09:11:02.189261503 +0200
+++ /var/tmp/diff_new_pack.oJuPT6/_new 2017-04-28 09:11:02.193260939 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libreoffice-share-linker
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -39,9 +39,16 @@
%install
install -Dm 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name}
+# compat for migration from older releases openSUSE-13.1 and older
+mkdir -p %{buildroot}%{_datadir}/libreoffice
+pushd %{buildroot}%{_datadir}/libreoffice > /dev/null
+ln -s %{_bindir}/%{name} link-to-ooo-home
+popd > /dev/null
%files
%defattr(-,root,root)
%{_bindir}/%{name}
+%dir %{_datadir}/libreoffice/
+%{_datadir}/libreoffice/link-to-ooo-home
%changelog