From 2e0e9191f7fbbcb1f4649625ef9c154fc504a47c Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Wed, 11 Nov 2020 14:51:15 +0800 Subject: [PATCH] Add Recommends haproxy-help into haproxy --- haproxy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/haproxy.spec b/haproxy.spec index b8852e4..0a2abae 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -5,7 +5,7 @@ Name: haproxy Version: 2.0.14 -Release: 1 +Release: 2 Summary: The Reliable, High Performance TCP/HTTP Load Balancer License: GPLv2+ @@ -19,6 +19,7 @@ Source4: %{name}.sysconfig Patch0: Add-support-for-the-Lua-5.4.patch BuildRequires: gcc lua-devel pcre-devel zlib-devel openssl-devel systemd-devel systemd-units libatomic +Recommends: %{name}-help = %{version}-%{release} Requires(pre): shadow-utils Requires(post): systemd Requires(preun): systemd @@ -123,6 +124,9 @@ exit 0 %{_mandir}/man1/* %changelog +* Thu Nov 05 2020 leiju - 2.0.14-2 +- Add Recommends haproxy-help into haproxy + * Wed Aug 12 2020 gaihuiying - 2.0.14-1 - Type:requirement - ID:NA -- Gitee