diff options
author | Spencer Jackson <spencer.jackson@mongodb.com> | 2019-03-22 13:22:44 -0400 |
---|---|---|
committer | Spencer Jackson <spencer.jackson@mongodb.com> | 2019-05-03 18:29:59 -0400 |
commit | 4ee04cf1d100256ea7d06e2e9bb4423e1d91572d (patch) | |
tree | f0ce6fa329bd66e362ea87476c7f62a75e3d972e /rpm | |
parent | fea2b842f24c5cc3786a2d60428905a0e0513e3d (diff) | |
download | mongo-4ee04cf1d100256ea7d06e2e9bb4423e1d91572d.tar.gz |
SERVER-40242 Update banner inclusions for vendored tools
(cherry picked from commit e5d7bb7eaf2b26be77d6011036387bc21debd129)
(cherry picked from commit c9d4705efff035eb88319e79658de77bb0579094)
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/mongodb-enterprise-init.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-enterprise-unstable-init.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-enterprise-unstable.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-enterprise.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-org-init.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-org-unstable-init.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-org-unstable.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-org.spec | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/rpm/mongodb-enterprise-init.spec b/rpm/mongodb-enterprise-init.spec index ba72739c97d..19d0e9f41a8 100644 --- a/rpm/mongodb-enterprise-init.spec +++ b/rpm/mongodb-enterprise-init.spec @@ -256,6 +256,7 @@ fi %files tools %defattr(-,root,root,-) #%doc README LICENSE-Community.txt +%doc THIRD-PARTY-NOTICES.gotools %{_bindir}/bsondump %{_bindir}/install_compass diff --git a/rpm/mongodb-enterprise-unstable-init.spec b/rpm/mongodb-enterprise-unstable-init.spec index 83ce83c1356..8812839809a 100644 --- a/rpm/mongodb-enterprise-unstable-init.spec +++ b/rpm/mongodb-enterprise-unstable-init.spec @@ -245,6 +245,7 @@ fi %files tools %defattr(-,root,root,-) #%doc README LICENSE-Community.txt +%doc THIRD-PARTY-NOTICES.gotools %{_bindir}/bsondump %{_bindir}/install_compass diff --git a/rpm/mongodb-enterprise-unstable.spec b/rpm/mongodb-enterprise-unstable.spec index 8d936953f76..dfb3f69607a 100644 --- a/rpm/mongodb-enterprise-unstable.spec +++ b/rpm/mongodb-enterprise-unstable.spec @@ -242,6 +242,7 @@ fi %files tools %defattr(-,root,root,-) #%doc README LICENSE-Community.txt +%doc THIRD-PARTY-NOTICES.gotools %{_bindir}/bsondump %{_bindir}/install_compass diff --git a/rpm/mongodb-enterprise.spec b/rpm/mongodb-enterprise.spec index 7a3ea2cd0cb..ecb961db7c0 100644 --- a/rpm/mongodb-enterprise.spec +++ b/rpm/mongodb-enterprise.spec @@ -252,6 +252,7 @@ fi %files tools %defattr(-,root,root,-) #%doc README LICENSE-Community.txt +%doc THIRD-PARTY-NOTICES.gotools %{_bindir}/bsondump %{_bindir}/install_compass diff --git a/rpm/mongodb-org-init.spec b/rpm/mongodb-org-init.spec index bd67331180c..b5f12af6425 100644 --- a/rpm/mongodb-org-init.spec +++ b/rpm/mongodb-org-init.spec @@ -251,6 +251,7 @@ fi %files tools %defattr(-,root,root,-) #%doc README LICENSE-Community.txt +%doc THIRD-PARTY-NOTICES.gotools %{_bindir}/bsondump %{_bindir}/install_compass diff --git a/rpm/mongodb-org-unstable-init.spec b/rpm/mongodb-org-unstable-init.spec index 70fe4ae710a..4f098f6ae3f 100644 --- a/rpm/mongodb-org-unstable-init.spec +++ b/rpm/mongodb-org-unstable-init.spec @@ -239,6 +239,7 @@ fi %files tools %defattr(-,root,root,-) #%doc README LICENSE-Community.txt +%doc THIRD-PARTY-NOTICES.gotools %{_bindir}/bsondump %{_bindir}/install_compass diff --git a/rpm/mongodb-org-unstable.spec b/rpm/mongodb-org-unstable.spec index 2f1100ee77d..6787669cacc 100644 --- a/rpm/mongodb-org-unstable.spec +++ b/rpm/mongodb-org-unstable.spec @@ -235,6 +235,7 @@ fi %files tools %defattr(-,root,root,-) #%doc README LICENSE-Community.txt +%doc THIRD-PARTY-NOTICES.gotools %{_bindir}/bsondump %{_bindir}/install_compass diff --git a/rpm/mongodb-org.spec b/rpm/mongodb-org.spec index d4abf26cd03..3a27385b46e 100644 --- a/rpm/mongodb-org.spec +++ b/rpm/mongodb-org.spec @@ -247,6 +247,7 @@ fi %files tools %defattr(-,root,root,-) #%doc README LICENSE-Community.txt +%doc THIRD-PARTY-NOTICES.gotools %{_bindir}/bsondump %{_bindir}/install_compass |