diff --git a/mongodb.spec b/mongodb.spec index 27613d0af89745128a1d4e7761e5235be422f138..7814b99983f4671c06a221f57d2572ecd1a37c7a 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