loolwsd.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 692294d163ee648369383bf6e39a84959ddd3f5e Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Thu Nov 28 12:44:39 2019 +0100 Commit: Andras Timar <andras.ti...@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-@package_vers...@.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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits