From e56f6d28b587847d0e0efd34abf5b5f3258f600a102f465250fff99a682d89ed Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Fri, 24 Feb 2017 09:47:13 +0000 Subject: [PATCH] Accepting request 458470 from home:darix:branches:network - use tarball from https://github.com/acassen/keepalived/issues/524 the original tarball did not build. This has the necessary fix applied. for the 1.3.4 update see the TODO entry in the preamble. - update to 1.3.3 Some minor fix, extensions and updates. snapcraft support. Refer to /usr/share/doc/packages/keepalived/ChangeLog for more infos. OBS-URL: https://build.opensuse.org/request/show/458470 OBS-URL: https://build.opensuse.org/package/show/network/keepalived?expand=0&rev=31 --- keepalived-1.3.2.tar.gz | 3 --- keepalived-1.3.3.tar.gz | 3 +++ keepalived.changes | 14 ++++++++++++++ keepalived.spec | 8 +++++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 keepalived-1.3.2.tar.gz create mode 100644 keepalived-1.3.3.tar.gz diff --git a/keepalived-1.3.2.tar.gz b/keepalived-1.3.2.tar.gz deleted file mode 100644 index 7baeebe..0000000 --- a/keepalived-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb6729a7b7402ef5ef89e895b2dd597880702a4e2351d4da2f88bf24284e38f4 -size 648434 diff --git a/keepalived-1.3.3.tar.gz b/keepalived-1.3.3.tar.gz new file mode 100644 index 0000000..20320f0 --- /dev/null +++ b/keepalived-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314a118a35899e4fa31cbfcef8b77c90d3a6003c686a29088dba1d4c51e31436 +size 661521 diff --git a/keepalived.changes b/keepalived.changes index 4836ad2..7ef166a 100644 --- a/keepalived.changes +++ b/keepalived.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 16 12:27:53 UTC 2017 - mrueckert@suse.de + +- use tarball from https://github.com/acassen/keepalived/issues/524 + the original tarball did not build. This has the necessary fix + applied. for the 1.3.4 update see the TODO entry in the preamble. + +------------------------------------------------------------------- +Wed Feb 15 11:38:16 UTC 2017 - mrueckert@suse.de + +- update to 1.3.3 + Some minor fix, extensions and updates. snapcraft support. Refer + to /usr/share/doc/packages/keepalived/ChangeLog for more infos. + ------------------------------------------------------------------- Mon Dec 12 14:05:25 UTC 2016 - mrueckert@suse.de diff --git a/keepalived.spec b/keepalived.spec index 7bcd881..c2d58f8 100644 --- a/keepalived.spec +++ b/keepalived.spec @@ -1,7 +1,7 @@ # # spec file for package keepalived # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,13 +24,15 @@ %bcond_with dbus Name: keepalived -Version: 1.3.2 +Version: 1.3.3 Release: 0 Summary: A strong & robust keepalive facility for linux License: GPL-2.0+ Group: Productivity/Networking/Routing Url: http://www.keepalived.org/ -Source: http://www.keepalived.org/software/keepalived-%{version}.tar.gz +# TODO: revert to old source line with 1.3.4 update +# Source: http://www.keepalived.org/software/keepalived-%{version}.tar.gz +Source: https://github.com/acassen/keepalived/files/779998/keepalived-1.3.3.tar.gz Source1: keepalived.service Source2: keepalive-rpmlintrc Patch1: keepalive-init.patch