From 98fe9147fafb743979e1ae38797faad9bf2df87e Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 2 Dec 2024 14:42:24 +0300 Subject: [PATCH] Define some Requires --- SPECS/libreoffice.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/SPECS/libreoffice.spec b/SPECS/libreoffice.spec index 6ac4882..4944354 100644 --- a/SPECS/libreoffice.spec +++ b/SPECS/libreoffice.spec @@ -93,9 +93,9 @@ Name: libreoffice Epoch: 1 Version: %{libo_version}.2 %if 0%{?libo_prerelease} -Release: %autorelease -e %{?libo_prerelease}.inferit +Release: %autorelease -e %{?libo_prerelease}.inferit.1 %else -Release: 1%{?dist}.inferit +Release: 1%{?dist}.inferit.1 %endif # default new files are: MPLv2 # older files are typically: MPLv2 incorporating work under ASLv2 @@ -419,6 +419,10 @@ Provides: libreoffice-headless%{?_isa} = %{epoch}:%{version}-%{release} Obsoletes: libreoffice-bsh < 1:7.3.0.4 Obsoletes: libreoffice-rhino < 1:7.3.0.4 +# We need to define some versions +Requires: harfbuzz >= 5.3.1 +Requires: xmlsec1 >= 1.2.36 + %description core The shared core libraries and support files for LibreOffice. @@ -2388,6 +2392,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || : %changelog ## START: Generated by rpmautospec +* Mon Dec 02 2024 Arkady L. Shane - 1:24.8.3.2-1.inferit.1 +- Define some Requires + * Fri Nov 29 2024 Arkady L. Shane - 1:24.8.3.2-1.inferit - Rebuilt for MSVSphere