Require pkg-config from the devel packages.
BuildRequires: pkg-config is a must have. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=35
This commit is contained in:
parent
e98bf29f2b
commit
912c2f7e7c
@ -1,8 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 19:15:38 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
- Don't BuildRequire pkg-config from the main and libtdb package; require
|
||||
pkg-config from the devel packages instead.
|
||||
- Require pkg-config from the devel packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 17:44:49 UTC 2014 - lmuelle@suse.com
|
||||
|
@ -27,6 +27,10 @@ Name: talloc
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: libxslt
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: pkg-config
|
||||
%else
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?suse_version} > 1100
|
||||
#!BuildIgnore: python
|
||||
|
Loading…
Reference in New Issue
Block a user