From 609982ef48a2443cad29bd5325351e07cfe08b2b89129b817e217d459cc7a2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Apr 2018 10:50:25 +0000 Subject: [PATCH] - Provide and obsolete all the gtk3 disabled stuff if we disable gtk3 to ease migration OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=641 --- libreoffice.changes | 6 ++++++ libreoffice.spec | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/libreoffice.changes b/libreoffice.changes index 065f870..9857fb7 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 13 10:49:46 UTC 2018 - tchvatal@suse.com + +- Provide and obsolete all the gtk3 disabled stuff if we disable + gtk3 to ease migration + ------------------------------------------------------------------- Thu Apr 12 07:57:17 UTC 2018 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 04f5031..55abcfb 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -250,6 +250,13 @@ ExclusiveArch: aarch64 %{ix86} x86_64 %if %{with gtk3} BuildRequires: pkgconfig(glib-2.0) >= 2.40 BuildRequires: pkgconfig(gtk+-3.0) +%else +Provides: libreofficekit = %{version} +Obsoletes: libreofficekit < %{version} +Provides: libreofficekit-devel = %{version} +Obsoletes: libreofficekit-devel < %{version} +Provides: %{name}-gtk3 = %{version} +Obsoletes: %{name}-gtk3 < %{version} %endif %if %{with system_gpgme} BuildRequires: libgpgmepp-devel