From eb6084ee183dd5e9414390d765895caa6b70fdcfcc7b9152cf5b3e65a5ae50d4 Mon Sep 17 00:00:00 2001 From: Samuel Cabrero Date: Tue, 13 Oct 2020 08:57:34 +0000 Subject: [PATCH] Accepting request 841416 from home:dimstar:Factory - Remove old if suse_version != 1110 || arch != i386 construct: unlikely the current package ever builds for 1110 && 386. OBS-URL: https://build.opensuse.org/request/show/841416 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=155 --- ldb.changes | 6 ++++++ ldb.spec | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) 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