Accepting request 867084 from network
OBS-URL: https://build.opensuse.org/request/show/867084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keepalived?expand=0&rev=31
This commit is contained in:
commit
7f52197804
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e2f8454765bc6a5fa26758bd9cec18aae42882843cdd24848aff0ae65ce4ca7
|
||||
size 1025062
|
3
keepalived-2.2.1.tar.gz
Normal file
3
keepalived-2.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91186f20c83ffc48d7a15a9a6e2329ed4feeb2dcb51f4aa9672c8840190ea741
|
||||
size 1150701
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 26 14:58:01 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 2.2.1
|
||||
https://www.keepalived.org/release-notes/Release-2.2.1.html
|
||||
https://www.keepalived.org/release-notes/Release-2.2.0.html
|
||||
https://www.keepalived.org/release-notes/Release-2.1.5.html
|
||||
https://www.keepalived.org/release-notes/Release-2.1.4.html
|
||||
https://www.keepalived.org/release-notes/Release-2.1.3.html
|
||||
https://www.keepalived.org/release-notes/Release-2.1.2.html
|
||||
https://www.keepalived.org/release-notes/Release-2.1.1.html
|
||||
https://www.keepalived.org/release-notes/Release-2.1.0.html
|
||||
- enable systemd integration via libsystemd (new BR: libsystemd)
|
||||
- switch to systemd_ordering instead of systemd_requires
|
||||
- sync configure options with the configure script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 02:20:31 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package keepalived
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -43,7 +43,7 @@
|
||||
%bcond_without json
|
||||
|
||||
Name: keepalived
|
||||
Version: 2.0.19
|
||||
Version: 2.2.1
|
||||
Release: 0
|
||||
Summary: A keepalive facility for Linux
|
||||
License: GPL-2.0-or-later
|
||||
@ -81,7 +81,8 @@ Requires(pre): pwdutils
|
||||
Requires(pre): %fillup_prereq
|
||||
%if %{with systemd}
|
||||
BuildRequires: systemd-rpm-macros
|
||||
%{?systemd_requires}
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
%{?systemd_ordering}
|
||||
%else
|
||||
Requires(pre): %insserv_prereq
|
||||
%endif
|
||||
@ -132,10 +133,16 @@ export CFLAGS="%optflags -DOPENSSL_NO_SSL_INTERN"
|
||||
--enable-nftables \
|
||||
%endif
|
||||
%if %{with systemd}
|
||||
--enable-systemd \
|
||||
--with-init=systemd \
|
||||
--with-systemdsystemunitdir="%{_unitdir}" \
|
||||
%else
|
||||
--with-init=SUSE \
|
||||
%endif
|
||||
--enable-sha1 \
|
||||
--enable-gnu-std-paths \
|
||||
--enable-hardening \
|
||||
--enable-log-file \
|
||||
--enable-routes \
|
||||
--enable-iptables \
|
||||
--enable-dynamic-linking \
|
||||
|
Loading…
x
Reference in New Issue
Block a user