From 3370424e7f01e52fcf2eb5cdfd709565378ed2d5 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Thu, 31 May 2018 09:09:12 +0200 Subject: [PATCH] Fix issue with parsing spec file error: parse error in expression error: /builddir/build/SPECS/libldb.spec:190: bad %if condition --- libldb.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libldb.spec b/libldb.spec index d24cc15..3ea6804 100644 --- a/libldb.spec +++ b/libldb.spec @@ -187,7 +187,7 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_* %{_libdir}/libldb.so.* %{_libdir}/ldb/libldb-key-value.so # lmdb is not supported on 32 bit architectures -%if %{__isa_bits} == 64 +%if 0%{__isa_bits} == 64 %{_libdir}/ldb/libldb-mdb-int.so %endif %dir %{_libdir}/ldb/modules @@ -255,6 +255,7 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_* %changelog * Wed May 30 2018 Lukas Slebodnik - 1.4.0-1 - New upstream release 1.4.0 +- Resolves: rhbz#1584450 - libldb-1.4.0 is available * Thu May 3 2018 Jakub Hrozek - 1.3.2-1 - New upstream release 1.3.3