Accepting request 356497 from home:darix:branches:network
- use package name buildrequires on sle11 to fix building OBS-URL: https://build.opensuse.org/request/show/356497 OBS-URL: https://build.opensuse.org/package/show/network/keepalived?expand=0&rev=21
This commit is contained in:
parent
fe77381aac
commit
6f60e9f95f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 12:13:36 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
- use package name buildrequires on sle11 to fix building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 11:46:11 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
|
@ -37,7 +37,11 @@ BuildRequires: net-snmp-devel
|
||||
BuildRequires: snmp-mibs
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildRequires: pkgconfig(libnl-3.0)
|
||||
%else
|
||||
BuildRequires: libnl-devel
|
||||
%endif
|
||||
# BuildRequires: netsnmp-devel
|
||||
BuildRequires: popt-devel
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
|
Loading…
x
Reference in New Issue
Block a user