diff --git a/keepalived-2.0.19.tar.gz b/keepalived-2.0.19.tar.gz deleted file mode 100644 index 5ace4ed..0000000 --- a/keepalived-2.0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e2f8454765bc6a5fa26758bd9cec18aae42882843cdd24848aff0ae65ce4ca7 -size 1025062 diff --git a/keepalived-2.2.1.tar.gz b/keepalived-2.2.1.tar.gz new file mode 100644 index 0000000..3e51b7e --- /dev/null +++ b/keepalived-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91186f20c83ffc48d7a15a9a6e2329ed4feeb2dcb51f4aa9672c8840190ea741 +size 1150701 diff --git a/keepalived.changes b/keepalived.changes index 3bf56b6..d7205d0 100644 --- a/keepalived.changes +++ b/keepalived.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jan 26 14:58:01 UTC 2021 - Marcus Rueckert + +- 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 diff --git a/keepalived.spec b/keepalived.spec index f555e66..61db2ed 100644 --- a/keepalived.spec +++ b/keepalived.spec @@ -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 \