BuildRequire libtalloc2-devel instead of libtalloc-devel for post 12.1

systems.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=57
This commit is contained in:
Lars Müller 2012-05-16 19:40:19 +00:00 committed by Git OBS Bridge
parent eaf17894ac
commit 63592d33eb
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 16 16:29:18 UTC 2012 - lmuelle@suse.com
- BuildRequire libtalloc2-devel instead of libtalloc-devel for post 12.1
systems.
-------------------------------------------------------------------
Thu Apr 19 22:23:56 UTC 2012 - lmuelle@suse.com

View File

@ -53,7 +53,11 @@ BuildRequires: libcap-ng-devel
%else
BuildRequires: libcap-devel
%endif
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1210
BuildRequires: libtalloc2-devel
%else
BuildRequires: libtalloc-devel
%endif
%if 0%{?suse_version} > 1110
BuildRequires: fdupes
%endif