summaryrefslogtreecommitdiff
path: root/rpm/mongodb-org-unstable-init.spec
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-70121 SERVER-70083 Fix basic package testsRyan Egesdahl2022-10-151-8/+8
|
* SERVER-64352 mongo shell no longer built by defaultAlexander Neben2022-05-131-31/+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-6/+0
|
* SERVER-58930 Correct Provides: tags in RPM spec filesRyan Egesdahl2021-08-051-7/+7
|
* 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-27/+62
| | | | | 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-1/+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-52610 Ensure RPM install roots can be relocatedRyan Egesdahl2020-12-191-22/+38
| | | | | | | | 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-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-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-0/+268