Dominique Leuenberger 2020-10-29 08:22:04 +00:00 committed by Git OBS Bridge
commit 860f99865b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 9 11:15:53 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.16: error: bare words are no longer
supported, please use "...": lib64 == lib64.
-------------------------------------------------------------------
Mon Aug 3 14:52:55 UTC 2020 - Reinhard Max <max@suse.com>

View File

@ -133,7 +133,7 @@ you can disable unnecessary or disable everything.
%patch14
%patch17
%patch18
%if %{_lib} == lib64
%if "%{_lib}" == "lib64"
%patch21
%endif
%patch22