From 284b14930fb4fc92598b45a664054062f8631b24 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Sat, 7 Nov 2020 17:32:37 +0800 Subject: [PATCH] set help package as mongodb package's install require --- mongodb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mongodb.spec b/mongodb.spec index 27613d0..7814b99 100644 --- a/mongodb.spec +++ b/mongodb.spec @@ -2,7 +2,7 @@ Name: mongodb Version: 4.0.1 -Release: 5 +Release: 6 Summary: The global cloud database service for modern applications License: AGPLv3 and zlib and ASL 2.0 URL: http://www.mongodb.org @@ -15,6 +15,7 @@ Patch6000: CVE-2020-7921.patch BuildRequires: gcc-c++ >= 5.3.0 boost-devel >= 1.56 gperftools-devel libpcap-devel libstemmer-devel BuildRequires: openssl-devel pcre-devel python3-scons snappy-devel yaml-cpp-devel zlib-devel systemd BuildRequires: valgrind-devel libcurl-devel python3-devel python3-yaml python3-requests python3-cheetah +Requires: %{name}-help = %{version}-%{release} ExclusiveArch: x86_64 aarch64 %description @@ -139,6 +140,9 @@ fi %{_mandir}/man1/{mongo.1*,mongod.1*,mongos.1*} %changelog +* Fri Nov 06 2020 Ge Wang - 4.0.1-6 +- Set help package as mongodb package's install require + * Fri May 29 2020 panchenbo - 4.0.1-5 - Type:bugfix - ID: NA -- Gitee