Fix issue with parsing spec file
error: parse error in expression error: /builddir/build/SPECS/libldb.spec:190: bad %if condition
This commit is contained in:
parent
0b97065b6b
commit
3370424e7f
@ -187,7 +187,7 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
|||||||
%{_libdir}/libldb.so.*
|
%{_libdir}/libldb.so.*
|
||||||
%{_libdir}/ldb/libldb-key-value.so
|
%{_libdir}/ldb/libldb-key-value.so
|
||||||
# lmdb is not supported on 32 bit architectures
|
# lmdb is not supported on 32 bit architectures
|
||||||
%if %{__isa_bits} == 64
|
%if 0%{__isa_bits} == 64
|
||||||
%{_libdir}/ldb/libldb-mdb-int.so
|
%{_libdir}/ldb/libldb-mdb-int.so
|
||||||
%endif
|
%endif
|
||||||
%dir %{_libdir}/ldb/modules
|
%dir %{_libdir}/ldb/modules
|
||||||
@ -255,6 +255,7 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed May 30 2018 Lukas Slebodnik <lslebodn@fedoraproject.org> - 1.4.0-1
|
* Wed May 30 2018 Lukas Slebodnik <lslebodn@fedoraproject.org> - 1.4.0-1
|
||||||
- New upstream release 1.4.0
|
- New upstream release 1.4.0
|
||||||
|
- Resolves: rhbz#1584450 - libldb-1.4.0 is available
|
||||||
|
|
||||||
* Thu May 3 2018 Jakub Hrozek <jhrozek@redhat.com> - 1.3.2-1
|
* Thu May 3 2018 Jakub Hrozek <jhrozek@redhat.com> - 1.3.2-1
|
||||||
- New upstream release 1.3.3
|
- New upstream release 1.3.3
|
||||||
|
Loading…
Reference in New Issue
Block a user