forked from pool/keepalived
- Add cyrus-sasl for old distros
OBS-URL: https://build.opensuse.org/package/show/network/keepalived?expand=0&rev=4
This commit is contained in:
parent
80b5d91f7a
commit
ced3249630
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 10:55:42 UTC 2014 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Add cyrus-sasl for old distros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 19 14:01:47 UTC 2013 - speilicke@suse.com
|
Tue Nov 19 14:01:47 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package keepalived
|
# spec file for package keepalived
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products 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
|
||||||
@ -15,18 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: keepalived
|
Name: keepalived
|
||||||
Version: 1.2.9
|
Version: 1.2.9
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: A strong & robust keepalive facility for linux
|
Summary: A strong & robust keepalive facility for linux
|
||||||
Url: http://www.keepalived.org/
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Routing
|
Group: Productivity/Networking/Routing
|
||||||
|
Url: http://www.keepalived.org/
|
||||||
Source: http://www.keepalived.org/software/keepalived-%{version}.tar.gz
|
Source: http://www.keepalived.org/software/keepalived-%{version}.tar.gz
|
||||||
Patch1: keepalive-init.patch
|
Patch1: keepalive-init.patch
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
# BuildRequires: netsnmp-devel
|
# BuildRequires: netsnmp-devel
|
||||||
BuildRequires: popt-devel
|
BuildRequires: popt-devel
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
|
BuildRequires: cyrus-sasl-devel
|
||||||
|
%endif
|
||||||
Requires(pre): pwdutils
|
Requires(pre): pwdutils
|
||||||
Requires(pre): %insserv_prereq
|
Requires(pre): %insserv_prereq
|
||||||
Requires(pre): %fillup_prereq
|
Requires(pre): %fillup_prereq
|
||||||
@ -89,7 +93,6 @@ rm -rv %{buildroot}/etc/keepalived/samples/
|
|||||||
%service_del_postun %{name}.service %{name}.socket
|
%service_del_postun %{name}.service %{name}.socket
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README COPYING
|
%doc README COPYING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user