summaryrefslogtreecommitdiff
path: root/rpm/mongodb-org.spec
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-71380 Use `systemctl try-restart` during `postun`Ryan Egesdahl2022-12-061-1/+1
|
* SERVER-64352 mongo shell no longer built by defaultAlexander Neben2022-05-131-33/+2
|
* SERVER-51253 implement mongodb-parameters man 5 pageJon Streets2021-10-201-0/+3
|
* SERVER-59141 Revert RPM spec file Provides/Obsoletes tag changesRyan Egesdahl2021-08-241-0/+6
|
* SERVER-57939 Include mongosh in server metapackageAndrew Morrow2021-06-251-1/+1
|
* SERVER-57900 Repair dependency edges for the tools packageAndrew Morrow2021-06-221-2/+2
|
* SERVER-55724 Support external metapackage repositoryRyan Egesdahl2021-05-271-33/+56
| | | | | Add some changes to packaging to support dependency names used by an external metapackage repository.
* SERVER-55460 Fix RPM packaging and package testing for SLES 12Ryan Egesdahl2021-04-051-0/+8
| | | | | | | | | | | | | | Some versions of SLES apparently don't define the _sharedstatedir RPM macro properly, leaving it at the old-time UNIX /usr/com default. This was causing the server to fail to start on such platforms because the expected data directory at /var/lib/mongodb was missing. The macro is now statically defined on SLES to /var like it should be on any modern Linux distribution. Also fixed were paths to systemd unit files in package testing and the fact that we weren't installing the tools-extra package, which we should be doing if only to verify that the script indeed continues to fail expectedly on the platform.
* SERVER-54057 Move RPM python dependency to tools-extra packageRyan Egesdahl2021-02-251-7/+8
| | | | | | This requirement should never have been on the server package once the tools were moved to their own package. This change just moves the requirement where it should be.
* SERVER-54057 Don't depend on python2 on RHEL 8 or Fedora >= 30Ryan Egesdahl2021-02-161-0/+4
|
* SERVER-52610 Ensure RPM install roots can be relocatedRyan Egesdahl2020-12-191-18/+41
| | | | | | | | We were not using directory macros in the RPMs, which meant that the installation root could not be changed. When we tried, we got an incomplete install, with some of it going to the new prefix and some going to the host system. Here, we follow RPM packaging guidelines a bit better and use named directory macros instead of explicit paths.
* SERVER-50249 Update package control files for v4.4 tools moveRyan Egesdahl2020-09-011-1/+1
| | | | | | | The mongodb-*-tools packages were split into mongodb-database-tools and mongodb-*-tools-extra, which causes some package management headaches during upgrades to v4.4. This change updates the package control files to account for the package splits so upgrades go more smoothly.
* SERVER-48547 Don't glob mongoldap man page in to community buildsAndrew Morrow2020-06-041-1/+1
|
* SERVER-47256 Update the debian package maintainer emailRyan Egesdahl2020-05-141-0/+3
| | | | | | The previous debian package maintainer was set to a single person, and any maintainer requests would be directed at this person. Instead, we use an email list that is dedicated for the purpose.
* SERVER-47756 Remove mongoldap man page from community RPMsAndrew Morrow2020-04-271-2/+0
|
* SERVER-47673 Ensure that database-tools metapackage is created on RPM platformsAndrew Morrow2020-04-211-0/+2
|
* SERVER-45911 SERVER-45561 New tools metapackage depends on other tools packagesAndrew Morrow2020-04-021-4/+28
|
* SERVER-44763 Remove gotools from build and packagingAndrew Morrow2020-01-151-20/+1
|
* SERVER-42846 add mongoldap and mongoreplay man pages to rpm specsZakhar Kleyman2019-10-301-0/+2
|
* SERVER-44006 Change packaging license: AGPL -> SSPL Closes #1327Mathew Robinson2019-10-151-1/+1
|
* SERVER-37772 adding RHEL80 distroJohn Chen2019-07-251-1/+3
|
* SERVER-40242 Update banner inclusions for vendored toolsSpencer Jackson2019-03-291-0/+1
|
* SERVER-37651 Update license informationRamon Fernandez2018-10-161-2/+1
|
* SERVER-35665 Update license on all artifactsRamon Fernandez2018-06-201-0/+1
| | | | | | License for Community artifacts is in the LICENSE-Community.txt file. License for Enterprise artifacts is in the LICENSE-Enterprise.txt file. This change also updates deb/rpm/msi packages.
* SERVER-34419 Remove mongoperfAndrew Morrow2018-04-131-2/+0
|
* SERVER-33320 Run systemctl daemon-reload on upgradeMathew Robinson2018-03-291-0/+4
|
* SERVER-31545 Remove deprecated mongooplog toolRamon Fernandez2017-10-231-2/+0
|
* SERVER-30995 Add Compass Installer to MongoDB packagingMathew Robinson2017-10-161-0/+1
|
* Revert "Revert "SERVER-21677 Remove "diaglog" support from the server""Dan Pasette2017-09-211-2/+0
| | | | | This reverts commit 0e3c8a96af7f9ddd6d5a059c92f6303eba1d0b32. Fixed up rpm scripts to exclude mongosniff
* SERVER-30104 Fix tzdata dependency for suse rpm packagesZakhar Kleyman2017-07-271-2/+8
|
* SERVER-29822 update linux packages to add /usr/share/zoneinfo as ↵Derick Rethans2017-06-291-1/+2
| | | | timeZoneInfo default, and add dependency on tzdata package
* SERVER-25368: add native systemd support for rhel7 and suse12Sam Kleinman2016-10-251-15/+14
|
* SERVER-22106 Require openssl >= 1.0.1 on RHEL 6Brian Samek2016-09-201-3/+3
|
* SERVER-20930 SERVER-20404: clarify sysconfig and default config overrideSam Kleinman2016-02-091-2/+2
|
* SERVER-19893, SERVER-14036, SERVER-8770 - Packaging improvementsErnie Hershey2015-08-121-0/+5
| | | | | | | | * Signing RPM's * Signing .DEB's with organization key instead of Richard's key * Generating packages on individual platforms in compile tasks * Trimming redundant Enterprise packaging python code * Miscellaenous cleanup, mostly to support the above goals
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+1
| | | | Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod.
* SERVER-13596 Add Prefix to RPM spec files for relocationErnie Hershey2015-04-291-0/+1
|
* SERVER-17517 Revert RPM conflicts to match 2.6Ernie Hershey2015-03-111-6/+6
|
* SERVER-17517 Re-add Obsoletes and Provides RPM tagsErnie Hershey2015-03-091-0/+12
|
* SERVER-16744 mongodb-org packages shouldn't conflict with themselvesErnie Hershey2015-01-081-6/+6
|
* SERVER-16744 Targeted community build packaging and repo placementErnie Hershey2015-01-061-24/+20
| | | | This also addresses SERVER-16100, SERVER-12160, SERVER-12833, and SERVER-10874
* post 2.8.0-rc4Ernie Hershey2014-12-241-1/+1
|
* BUMP 2.8.0-rc4Dan Pasette2014-12-231-1/+1
|
* post 2.8.0-rc3Ernie Hershey2014-12-181-1/+1
|
* BUMP 2.8.0-rc3Dan Pasette2014-12-171-1/+1
|
* post 2.8.0-rc2Dan Pasette2014-12-031-1/+1
|
* BUMP 2.8.0-rc2r2.8.0-rc2Dan Pasette2014-12-031-1/+1
|
* Revert "Revert "post 2.8.0-rc1""Dan Pasette2014-11-231-1/+1
| | | | This reverts commit c8171e7f969519af8b87a43425ae291ee69a0191.
* Revert "post 2.8.0-rc1"r2.8.0-rc1Dan Pasette2014-11-221-1/+1
| | | | This reverts commit dec3111d8bf4d6661be5b08f75d30a9fbe0c18ff.
* post 2.8.0-rc1Dan Pasette2014-11-221-1/+1
|