diff options
author | Jason Carey <jcarey@argv.me> | 2015-07-09 14:05:20 -0400 |
---|---|---|
committer | Jason Carey <jcarey@argv.me> | 2015-07-14 16:15:54 -0400 |
commit | e749ffad9b4fe3110d97f366ebe39e7c9a4edd9d (patch) | |
tree | 927e727645da9bfc80095bb124860e31e58e9d77 /rpm | |
parent | 1af5f44f9ba2b7cff8e0457798b7a25b64e9fe69 (diff) | |
download | mongo-e749ffad9b4fe3110d97f366ebe39e7c9a4edd9d.tar.gz |
SERVER-18531 Integrate SpiderMonkey
Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod.
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/mongodb-enterprise-unstable.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-enterprise.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-org-unstable.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-org.spec | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/rpm/mongodb-enterprise-unstable.spec b/rpm/mongodb-enterprise-unstable.spec index 0bb9794c0cb..f15346f2758 100644 --- a/rpm/mongodb-enterprise-unstable.spec +++ b/rpm/mongodb-enterprise-unstable.spec @@ -220,6 +220,7 @@ fi %doc LICENSE.txt %doc README %doc THIRD-PARTY-NOTICES +%doc MPL-2 %files shell %defattr(-,root,root,-) diff --git a/rpm/mongodb-enterprise.spec b/rpm/mongodb-enterprise.spec index 784af693c92..2e8e265bab0 100644 --- a/rpm/mongodb-enterprise.spec +++ b/rpm/mongodb-enterprise.spec @@ -229,6 +229,7 @@ fi %doc LICENSE.txt %doc README %doc THIRD-PARTY-NOTICES +%doc MPL-2 diff --git a/rpm/mongodb-org-unstable.spec b/rpm/mongodb-org-unstable.spec index 22b66e73e28..692f6ac8557 100644 --- a/rpm/mongodb-org-unstable.spec +++ b/rpm/mongodb-org-unstable.spec @@ -214,6 +214,7 @@ fi %doc GNU-AGPL-3.0 %doc README %doc THIRD-PARTY-NOTICES +%doc MPL-2 %files shell %defattr(-,root,root,-) diff --git a/rpm/mongodb-org.spec b/rpm/mongodb-org.spec index 382e3f1c6db..8117b9341a2 100644 --- a/rpm/mongodb-org.spec +++ b/rpm/mongodb-org.spec @@ -224,6 +224,7 @@ fi %doc GNU-AGPL-3.0 %doc README %doc THIRD-PARTY-NOTICES +%doc MPL-2 |