BuildRequire libwbclient-devel for CentOS, Fedora, and RHEL builds too.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=64
This commit is contained in:
parent
77df3876d5
commit
425d55bd9f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 1 18:30:07 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- BuildRequire libwbclient-devel for CentOS, Fedora, and RHEL builds too.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 1 11:26:13 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
|
@ -56,7 +56,7 @@ BuildRequires: fdupes
|
||||
%if 0%{?mandriva_version}
|
||||
BuildRequires: libkeyutils-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1020
|
||||
%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 14 || 0%{?rhel_version} > 599 || 0%{?suse_version} > 1020
|
||||
BuildRequires: libwbclient-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1020
|
||||
@ -64,9 +64,6 @@ BuildRequires: pkg-config
|
||||
%else
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
%if 0%{?centos_version} || 0%{?fedora_version} || 0%{?rhel_version}
|
||||
BuildRequires: samba-winbind-devel
|
||||
%endif
|
||||
Requires: keyutils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user