Fix macro in keepalived.conf.5 man page.

This commit is contained in:
Ryan O'Hara 2013-07-22 11:15:07 -05:00
parent 9601c49042
commit 5c6e4b95f0

View File

@ -8,7 +8,7 @@
Name: keepalived Name: keepalived
Summary: High Availability monitor built upon LVS, VRRP and service pollers Summary: High Availability monitor built upon LVS, VRRP and service pollers
Version: 1.2.7 Version: 1.2.7
Release: 7%{?dist} Release: 8%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://www.keepalived.org/ URL: http://www.keepalived.org/
Group: System Environment/Daemons Group: System Environment/Daemons
@ -26,6 +26,7 @@ Patch5: keepalived-1.2.7-fix-ssl-certificate-load.patch
Patch6: keepalived-1.2.7-fix-error-message.patch Patch6: keepalived-1.2.7-fix-error-message.patch
Patch7: keepalived-1.2.7-update-gpl-license.patch Patch7: keepalived-1.2.7-update-gpl-license.patch
Patch9: keepalived-1.2.7-remove-debug-messages.patch Patch9: keepalived-1.2.7-remove-debug-messages.patch
Patch10: keepalived-1.2.7-fix-man-page-macro.patch
Requires(post): systemd Requires(post): systemd
Requires(preun): systemd Requires(preun): systemd
@ -67,6 +68,7 @@ infrastructures.
%patch7 -p1 %patch7 -p1
%patch8 -p1 %patch8 -p1
%patch9 -p1 %patch9 -p1
%patch10 -p1
%build %build
%configure \ %configure \
@ -121,6 +123,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/keepalived.8* %{_mandir}/man8/keepalived.8*
%changelog %changelog
* Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-8
- Fix macro in keepalived.conf.5 man page.
* Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-7 * Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-7
- Fix systemd requirements. - Fix systemd requirements.