automatic version update by autodist [release 1.3.6-1mamba;Sat Sep 09 2017]
This commit is contained in:
parent
83f7eb9491
commit
093bbcdf5f
@ -1,5 +1,5 @@
|
|||||||
Name: keepalived
|
Name: keepalived
|
||||||
Version: 1.3.5
|
Version: 1.3.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: HA monitor built upon LVS, VRRP and services poller
|
Summary: HA monitor built upon LVS, VRRP and services poller
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
@ -35,7 +35,9 @@ So in short keepalived is a userspace daemon for LVS cluster nodes healthchecks
|
|||||||
#%patch -p1
|
#%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--with-init=systemd
|
||||||
|
|
||||||
# --with-kernel-dir="/usr/src/linux-`uname -r`"
|
# --with-kernel-dir="/usr/src/linux-`uname -r`"
|
||||||
|
|
||||||
%make systemddir=%{_unitdir}
|
%make systemddir=%{_unitdir}
|
||||||
@ -72,7 +74,7 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
%dir %{_sysconfdir}/keepalived/
|
%dir %{_sysconfdir}/keepalived/
|
||||||
%config(noreplace) %{_sysconfdir}/keepalived/*
|
%config(noreplace) %{_sysconfdir}/keepalived/*
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/keepalived
|
%config(noreplace) %{_sysconfdir}/sysconfig/keepalived
|
||||||
%{_unitdir}/keepalived.service
|
#%{_unitdir}/keepalived.service
|
||||||
%{_bindir}/genhash
|
%{_bindir}/genhash
|
||||||
%{_sbindir}/keepalived
|
%{_sbindir}/keepalived
|
||||||
#%{_datadir}/snmp/mibs/*-MIB
|
#%{_datadir}/snmp/mibs/*-MIB
|
||||||
@ -82,6 +84,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
#% doc doc/keepalived.conf.SYNOPSIS doc/samples/
|
#% doc doc/keepalived.conf.SYNOPSIS doc/samples/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 09 2017 Automatic Build System <autodist@mambasoft.it> 1.3.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Apr 04 2017 Automatic Build System <autodist@mambasoft.it> 1.3.5-1mamba
|
* Tue Apr 04 2017 Automatic Build System <autodist@mambasoft.it> 1.3.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user