Accepting request 784640 from home:namtrac:branches:network
Fix encoding error in changes file OBS-URL: https://build.opensuse.org/request/show/784640 OBS-URL: https://build.opensuse.org/package/show/network/keepalived?expand=0&rev=62
This commit is contained in:
parent
f1aff4984c
commit
ba38832de3
@ -129,7 +129,7 @@ Tue Apr 16 19:01:38 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
|||||||
- Remove inappropriate function const attributes They were
|
- Remove inappropriate function const attributes They were
|
||||||
causing iptables/ipsets not to be initialised.
|
causing iptables/ipsets not to be initialised.
|
||||||
- Stop warning: function might be candidate for attribute
|
- Stop warning: function might be candidate for attribute
|
||||||
‘const’ Depending on what configure options are selected,
|
"const" Depending on what configure options are selected,
|
||||||
gcc can output the above warning for
|
gcc can output the above warning for
|
||||||
initialise_debug_options(). This commit ensures that the
|
initialise_debug_options(). This commit ensures that the
|
||||||
warning is not produced.
|
warning is not produced.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package keepalived
|
# spec file for package keepalived
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -48,7 +48,7 @@ Release: 0
|
|||||||
Summary: A keepalive facility for Linux
|
Summary: A keepalive facility for Linux
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Routing
|
Group: Productivity/Networking/Routing
|
||||||
Url: http://www.keepalived.org/
|
URL: http://www.keepalived.org/
|
||||||
Source: http://www.keepalived.org/software/%{name}-%{version}.tar.gz
|
Source: http://www.keepalived.org/software/%{name}-%{version}.tar.gz
|
||||||
Source2: keepalive-rpmlintrc
|
Source2: keepalive-rpmlintrc
|
||||||
Patch1: keepalive-init.patch
|
Patch1: keepalive-init.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user