forked from pool/keepalived
Accepting request 283756 from network
1 OBS-URL: https://build.opensuse.org/request/show/283756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keepalived?expand=0&rev=7
This commit is contained in:
commit
52635fc333
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 2 01:32:37 UTC 2015 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Build with -DOPENSSL_NO_SSL_INTERN, if package starts accessing
|
||||||
|
the SSL library internals it must fail to build now, in upcoming
|
||||||
|
openSSL versions structures are opaque.
|
||||||
|
- BuildRequire libnl3
|
||||||
|
- Do not strip binaries, fix -debuginfo packages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 09 05:21:00 UTC 2014 - Led <ledest@gmail.com>
|
Sun Nov 09 05:21:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package keepalived
|
# spec file for package keepalived
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -32,6 +32,8 @@ Source1: keepalived.service
|
|||||||
Source2: keepalive-rpmlintrc
|
Source2: keepalive-rpmlintrc
|
||||||
Patch1: keepalive-init.patch
|
Patch1: keepalive-init.patch
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(libnl-3.0)
|
||||||
# BuildRequires: netsnmp-devel
|
# BuildRequires: netsnmp-devel
|
||||||
BuildRequires: popt-devel
|
BuildRequires: popt-devel
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
@ -65,6 +67,8 @@ resilient infrastructures.
|
|||||||
%patch1
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export STRIP=true
|
||||||
|
export CFLAGS="%optflags -DOPENSSL_NO_SSL_INTERN"
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user