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
This commit is contained in:
parent
57147b422f
commit
eb6084ee18
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 15:28:18 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <ddiss@suse.com>
|
Fri Sep 11 10:04:24 UTC 2020 - David Disseldorp <ddiss@suse.com>
|
||||||
|
|
||||||
|
4
ldb.spec
4
ldb.spec
@ -222,9 +222,7 @@ sed -i 's;-lpyldb-util.%{py3_soflags_dash};-lpyldb-util.%{py3_soflags};g' %{buil
|
|||||||
%dir %{_libdir}/ldb
|
%dir %{_libdir}/ldb
|
||||||
%{_libdir}/pkgconfig/ldb.pc
|
%{_libdir}/pkgconfig/ldb.pc
|
||||||
%{_mandir}/man3/ldb*.3.*
|
%{_mandir}/man3/ldb*.3.*
|
||||||
%if 0%{?suse_version} != 1110 || %{_arch} != i386
|
|
||||||
%{_mandir}/man3/ldif*.3.*
|
%{_mandir}/man3/ldif*.3.*
|
||||||
%endif
|
|
||||||
|
|
||||||
%files -n ldb-tools
|
%files -n ldb-tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -256,8 +254,6 @@ sed -i 's;-lpyldb-util.%{py3_soflags_dash};-lpyldb-util.%{py3_soflags};g' %{buil
|
|||||||
%{_includedir}/pyldb.h
|
%{_includedir}/pyldb.h
|
||||||
%{_libdir}/libpyldb-util.%{py3_soflags}.so
|
%{_libdir}/libpyldb-util.%{py3_soflags}.so
|
||||||
%{_libdir}/pkgconfig/pyldb-util.%{py3_soflags}.pc
|
%{_libdir}/pkgconfig/pyldb-util.%{py3_soflags}.pc
|
||||||
%if 0%{?suse_version} != 1110 || %{_arch} != i386
|
|
||||||
%{_mandir}/man3/PyLdb*.3.*
|
%{_mandir}/man3/PyLdb*.3.*
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user