Resolves: rhbz#2042817 fix reversed conditional for non-interactive installs

This commit is contained in:
Caolán McNamara 2022-02-02 09:45:38 +00:00
parent 180a08487c
commit 50dbac5321

View File

@ -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 <caolanm@redhat.com> - 1:7.1.8.1-4
- Resolves: rhbz#2042817 fix reversed conditional for non-interactive installs
* Tue Feb 01 2022 Caolán McNamara <caolanm@redhat.com> - 1:7.1.8.1-3
- Resolves: rhbz#2042817 tune s390x/aarch64 for non-interactive installs