[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4-0' - loolwsd.spec.in

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Thu Nov 28 11:47:17 UTC 2019


 loolwsd.spec.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 692294d163ee648369383bf6e39a84959ddd3f5e
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Nov 28 12:44:39 2019 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Nov 28 12:44:39 2019 +0100

    Fix rpm BuildRequires
    
    Quick band-aid fix to get the build going. The SUSE part has to be reviewed
    at some point. openSUSE LEap 42.3 has python-polib, openSUSE Leap 15.x have
    python2-polib.
    
    Change-Id: I0317963b0c922245ce9488392cfff293119dcf67

diff --git a/loolwsd.spec.in b/loolwsd.spec.in
index 1cc1a7826..a83089970 100644
--- a/loolwsd.spec.in
+++ b/loolwsd.spec.in
@@ -21,16 +21,16 @@ Vendor:         Collabora
 Summary:        LibreOffice On-Line WebSocket Daemon
 License:        MPL
 Source0:        loolwsd- at PACKAGE_VERSION@.tar.gz
-BuildRequires:  libcap-devel libpng-devel gcc-c++ cppunit-devel pam-devel fontconfig python-lxml make
+BuildRequires:  libcap-devel libpng-devel gcc-c++ cppunit-devel pam-devel fontconfig make
 
 # Red Hat and CentOS
 %if 0%{?fedora} || 0%{?rhel} >= 6
-BuildRequires:  libpcap kernel-headers python2-polib
+BuildRequires:  libpcap kernel-headers python2-polib python2-lxml
 %endif
 
 # openSUSE 42.3, openSUSE 15.0, SLES12, SLES15
 %if 0%{?suse_version} >= 1300
-BuildRequires:  libcap-progs linux-glibc-devel systemd-rpm-macros python-polib
+BuildRequires:  libcap-progs linux-glibc-devel systemd-rpm-macros
 %endif
 
 # SLES11SP4


More information about the Libreoffice-commits mailing list