From 50dbac53217e93f7a36634447c4f7a4e481875ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 2 Feb 2022 09:45:38 +0000 Subject: [PATCH] Resolves: rhbz#2042817 fix reversed conditional for non-interactive installs --- libreoffice.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index 32b50b7..002bcc0 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -43,9 +43,9 @@ # 'serverconfig' is tuned for non-interactive installs %ifarch s390 s390x aarch64 -%bcond_with serverconfig -%else %bcond_without serverconfig +%else +%bcond_with serverconfig %endif # generated by %%langpack definitions @@ -57,7 +57,7 @@ Summary: Free Software Productivity Suite Name: libreoffice Epoch: 1 Version: %{libo_version}.1 -Release: 3%{?libo_prerelease}%{?dist} +Release: 4%{?libo_prerelease}%{?dist} License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and MPLv2.0 and CC0 URL: http://www.libreoffice.org/ @@ -2267,6 +2267,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || : %{_includedir}/LibreOfficeKit %changelog +* Wed Feb 02 2022 Caolán McNamara - 1:7.1.8.1-4 +- Resolves: rhbz#2042817 fix reversed conditional for non-interactive installs + * Tue Feb 01 2022 Caolán McNamara - 1:7.1.8.1-3 - Resolves: rhbz#2042817 tune s390x/aarch64 for non-interactive installs