From 2c887d870456856189ecefad69cbb8df70cfb255 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 7 Dec 2020 18:03:29 +0800 Subject: [PATCH] set help package as nginx package's install require --- nginx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nginx.spec b/nginx.spec index 29a1766..6738d8b 100644 --- a/nginx.spec +++ b/nginx.spec @@ -14,7 +14,7 @@ Name: nginx Epoch: 1 Version: 1.16.1 -Release: 6 +Release: 7 Summary: A HTTP server, reverse proxy and mail proxy server License: BSD URL: http://nginx.org/ @@ -44,6 +44,7 @@ Requires(pre): nginx-filesystem Requires(post): systemd Requires(preun): systemd Requires(postun): systemd +Recommends: nginx-help Provides: webserver %description @@ -344,6 +345,9 @@ fi %{_mandir}/man8/nginx.8* %changelog +* Mon Dec 7 2020 Ge Wang - 1:1.16.1-7 +- Set help package as nginx package's install require + * Thu Jul 9 2020 yanan li - 1:1.16.1-6 - Add mime.types file to nginx package -- Gitee