diff --git a/ldb.changes b/ldb.changes index f4b9214..4c90678 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 12 15:28:18 UTC 2020 - Dominique Leuenberger + +- Remove old if suse_version != 1110 || arch != i386 construct: + unlikely the current package ever builds for 1110 && 386. + ------------------------------------------------------------------- Fri Sep 11 10:04:24 UTC 2020 - David Disseldorp diff --git a/ldb.spec b/ldb.spec index b4dfbca..c2710b5 100644 --- a/ldb.spec +++ b/ldb.spec @@ -222,9 +222,7 @@ sed -i 's;-lpyldb-util.%{py3_soflags_dash};-lpyldb-util.%{py3_soflags};g' %{buil %dir %{_libdir}/ldb %{_libdir}/pkgconfig/ldb.pc %{_mandir}/man3/ldb*.3.* -%if 0%{?suse_version} != 1110 || %{_arch} != i386 %{_mandir}/man3/ldif*.3.* -%endif %files -n ldb-tools %defattr(-,root,root) @@ -256,8 +254,6 @@ sed -i 's;-lpyldb-util.%{py3_soflags_dash};-lpyldb-util.%{py3_soflags};g' %{buil %{_includedir}/pyldb.h %{_libdir}/libpyldb-util.%{py3_soflags}.so %{_libdir}/pkgconfig/pyldb-util.%{py3_soflags}.pc -%if 0%{?suse_version} != 1110 || %{_arch} != i386 %{_mandir}/man3/PyLdb*.3.* -%endif %changelog