automatic version update by autodist [release 1.2.24-1mamba;Tue Oct 04 2016]

This commit is contained in:
Automatic Build System 2024-01-06 01:22:15 +01:00
parent 70234a6c89
commit 4e8a1051fd

View File

@ -1,5 +1,5 @@
Name: keepalived
Version: 1.2.23
Version: 1.2.24
Release: 1mamba
Summary: HA monitor built upon LVS, VRRP and services poller
Group: Applications/Networking
@ -38,13 +38,13 @@ So in short keepalived is a userspace daemon for LVS cluster nodes healthchecks
%configure
# --with-kernel-dir="/usr/src/linux-`uname -r`"
%make
%make systemddir=%{_unitdir}
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall
%makeinstall systemddir=%{_unitdir}
install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/keepalived.service
#install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/keepalived.service
rm -rf %{buildroot}%{_initrddir}
@ -82,6 +82,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
#% doc doc/keepalived.conf.SYNOPSIS doc/samples/
%changelog
* Tue Oct 04 2016 Automatic Build System <autodist@mambasoft.it> 1.2.24-1mamba
- automatic version update by autodist
* Thu Jul 14 2016 Automatic Build System <autodist@mambasoft.it> 1.2.23-1mamba
- automatic version update by autodist