Resolves: rhbz#2042817 fix reversed conditional for non-interactive installs
This commit is contained in:
parent
180a08487c
commit
50dbac5321
@ -43,9 +43,9 @@
|
|||||||
|
|
||||||
# 'serverconfig' is tuned for non-interactive installs
|
# 'serverconfig' is tuned for non-interactive installs
|
||||||
%ifarch s390 s390x aarch64
|
%ifarch s390 s390x aarch64
|
||||||
%bcond_with serverconfig
|
|
||||||
%else
|
|
||||||
%bcond_without serverconfig
|
%bcond_without serverconfig
|
||||||
|
%else
|
||||||
|
%bcond_with serverconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# generated by %%langpack definitions
|
# generated by %%langpack definitions
|
||||||
@ -57,7 +57,7 @@ Summary: Free Software Productivity Suite
|
|||||||
Name: libreoffice
|
Name: libreoffice
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: %{libo_version}.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
|
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/
|
URL: http://www.libreoffice.org/
|
||||||
|
|
||||||
@ -2267,6 +2267,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_includedir}/LibreOfficeKit
|
%{_includedir}/LibreOfficeKit
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Resolves: rhbz#2042817 tune s390x/aarch64 for non-interactive installs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user