SHA256
1
0
forked from pool/ldb

Reorder BuildRequires lines.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=40
This commit is contained in:
Lars Müller 2013-12-06 12:34:41 +00:00 committed by Git OBS Bridge
parent 5f2ceed6b2
commit 85f81a43c1

View File

@ -23,6 +23,9 @@
%define tevent_version 0.9.17 %define tevent_version 0.9.17
Name: ldb Name: ldb
%if 0%{?suse_version} > 1220
BuildRequires: gpg-offline
%endif
#!BuildIgnore: libtalloc #!BuildIgnore: libtalloc
BuildRequires: libtalloc-devel >= %{talloc_version} BuildRequires: libtalloc-devel >= %{talloc_version}
BuildRequires: libtdb-devel >= %{tdb_version} BuildRequires: libtdb-devel >= %{tdb_version}
@ -32,9 +35,6 @@ BuildRequires: pytalloc-devel >= %{talloc_version}
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-tdb >= %{tdb_version} BuildRequires: python-tdb >= %{tdb_version}
BuildRequires: python-tevent >= %{tevent_version} BuildRequires: python-tevent >= %{tevent_version}
%if 0%{?suse_version} > 1220
BuildRequires: gpg-offline
%endif
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
%define build_make_smp_mflags %{?_smp_mflags} %define build_make_smp_mflags %{?_smp_mflags}
%else %else