diff options
author | Andrew Morrow <acm@mongodb.com> | 2020-04-20 16:12:55 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-21 12:57:43 +0000 |
commit | 078b76671b0e4305afc367530efd0e8b45c0850e (patch) | |
tree | 2e5297f00a0c01e96425775ab6117218e986e5e3 /rpm/mongodb-enterprise-unstable-init.spec | |
parent | aae0484ab7603064ed1b8538e1de45f4f72316b7 (diff) | |
download | mongo-078b76671b0e4305afc367530efd0e8b45c0850e.tar.gz |
SERVER-47673 Ensure that database-tools metapackage is created on RPM platforms
Diffstat (limited to 'rpm/mongodb-enterprise-unstable-init.spec')
-rw-r--r-- | rpm/mongodb-enterprise-unstable-init.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpm/mongodb-enterprise-unstable-init.spec b/rpm/mongodb-enterprise-unstable-init.spec index 5d470f704b3..bfa2972456d 100644 --- a/rpm/mongodb-enterprise-unstable-init.spec +++ b/rpm/mongodb-enterprise-unstable-init.spec @@ -290,6 +290,8 @@ fi %{_bindir}/mongos %{_mandir}/man1/mongos.1* +%files tools + %files database-tools-extra %defattr(-,root,root,-) |