Andrew Morrow
08ecd18997
SERVER-57939 Include mongosh in server metapackage
2021-06-25 19:56:02 +00:00
Andrew Morrow
08fb6c3d11
SERVER-57900 Repair dependency edges for the tools package
2021-06-22 17:19:29 +00:00
Ryan Egesdahl
ccae51b66b
SERVER-55724 Support external metapackage repository
...
Add some changes to packaging to support dependency names used by an
external metapackage repository.
2021-05-27 17:33:06 +00:00
Ryan Egesdahl
649dc04027
SERVER-55460 Fix RPM packaging and package testing for SLES 12
...
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.
2021-04-05 17:31:12 +00:00
Ryan Egesdahl
364c92daaa
SERVER-54057 Move RPM python dependency to tools-extra package
...
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.
2021-02-25 02:24:18 +00:00
Ryan Egesdahl
2772369947
SERVER-54057 Don't depend on python2 on RHEL 8 or Fedora >= 30
2021-02-16 20:02:27 +00:00
Ryan Egesdahl
9aba0cac77
SERVER-52610 Ensure RPM install roots can be relocated
...
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.
2020-12-19 01:21:19 +00:00
Ryan Egesdahl
0d45dd9d7b
SERVER-50249 Update package control files for v4.4 tools move
...
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.
2020-09-01 16:43:00 +00:00
Andrew Morrow
f0077c3601
SERVER-48547 Don't glob mongoldap man page in to community builds
2020-06-04 19:34:41 +00:00
Ryan Egesdahl
f1d3b5fe65
SERVER-47256 Update the debian package maintainer email
...
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.
2020-05-14 19:10:44 +00:00
Andrew Morrow
8f19042a58
SERVER-47756 Remove mongoldap man page from community RPMs
2020-04-27 16:16:36 +00:00
Andrew Morrow
078b76671b
SERVER-47673 Ensure that database-tools metapackage is created on RPM platforms
2020-04-21 12:57:43 +00:00
Andrew Morrow
778fc87489
SERVER-45911 SERVER-45561 New tools metapackage depends on other tools packages
2020-04-02 13:38:46 +00:00
Andrew Morrow
3c0c136ecf
SERVER-44763 Remove gotools from build and packaging
2020-01-15 19:51:39 +00:00
Zakhar Kleyman
1c4b963563
SERVER-42846 add mongoldap and mongoreplay man pages to rpm specs
2019-10-30 00:58:16 +00:00
Mathew Robinson
47ab84c89f
SERVER-44006 Change packaging license: AGPL -> SSPL Closes #1327
2019-10-15 15:08:47 +00:00
John Chen
284630e370
SERVER-37772 adding RHEL80 distro
2019-07-25 17:58:58 -04:00
Spencer Jackson
e5d7bb7eaf
SERVER-40242 Update banner inclusions for vendored tools
2019-03-29 11:42:39 -04:00
Ramon Fernandez
5851c89496
SERVER-37651 Update license information
2018-10-16 09:06:34 -04:00
Ramon Fernandez
c6b10c46cc
SERVER-35665 Update license on all artifacts
...
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.
2018-06-20 12:33:04 -04:00
Andrew Morrow
51f7e327ac
SERVER-34419 Remove mongoperf
2018-04-13 11:20:42 -04:00
Mathew Robinson
abc831b3b8
SERVER-33320 Run systemctl daemon-reload on upgrade
2018-03-29 09:34:32 -04:00
Ramon Fernandez
59cedee323
SERVER-31545 Remove deprecated mongooplog tool
2017-10-23 13:04:30 -04:00
Mathew Robinson
0c6ca7be96
SERVER-30995 Add Compass Installer to MongoDB packaging
2017-10-16 11:17:26 -04:00
Dan Pasette
d90e9a13a5
Revert "Revert " SERVER-21677 Remove "diaglog" support from the server""
...
This reverts commit 0e3c8a96af
.
Fixed up rpm scripts to exclude mongosniff
2017-09-21 17:56:18 -04:00
Zakhar Kleyman
7515aadc1f
SERVER-30104 Fix tzdata dependency for suse rpm packages
2017-07-27 12:31:26 -04:00
Derick Rethans
f0110e2682
SERVER-29822 update linux packages to add /usr/share/zoneinfo as timeZoneInfo default, and add dependency on tzdata package
2017-06-29 16:40:48 +02:00
Sam Kleinman
00aed802dd
SERVER-25368 : add native systemd support for rhel7 and suse12
2016-10-25 11:59:21 -04:00
Brian Samek
76ac56a6ea
SERVER-22106 Require openssl >= 1.0.1 on RHEL 6
2016-09-20 15:52:23 -04:00
Sam Kleinman
985e2a0be9
SERVER-20930 SERVER-20404 : clarify sysconfig and default config override
2016-02-09 13:17:41 -05:00
Ernie Hershey
ed856e8865
SERVER-19893, SERVER-14036, SERVER-8770 - Packaging improvements
...
* 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
2015-08-12 19:24:21 -04:00
Jason Carey
e749ffad9b
SERVER-18531 Integrate SpiderMonkey
...
Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod.
2015-07-14 16:15:54 -04:00
Ernie Hershey
5c4824de27
SERVER-13596 Add Prefix to RPM spec files for relocation
2015-04-29 19:45:56 -04:00
Ernie Hershey
665f406b79
SERVER-17517 Revert RPM conflicts to match 2.6
2015-03-11 08:43:04 -04:00
Ernie Hershey
ff83bfcc08
SERVER-17517 Re-add Obsoletes and Provides RPM tags
2015-03-09 17:30:21 -04:00
Ernie Hershey
b8f5d109f5
SERVER-16744 mongodb-org packages shouldn't conflict with themselves
2015-01-08 16:21:20 -05:00
Ernie Hershey
3bc76a0967
SERVER-16744 Targeted community build packaging and repo placement
...
This also addresses SERVER-16100, SERVER-12160, SERVER-12833, and SERVER-10874
2015-01-06 17:00:26 -05:00
Ernie Hershey
8e8ecc54d3
post 2.8.0-rc4
2014-12-24 11:45:26 -05:00
Dan Pasette
1a3f9d1b0d
BUMP 2.8.0-rc4
2014-12-23 23:08:44 -05:00
Ernie Hershey
e564f39266
post 2.8.0-rc3
2014-12-18 13:36:09 -05:00
Dan Pasette
bfaa98729f
BUMP 2.8.0-rc3
2014-12-17 23:43:39 -05:00
Dan Pasette
e66eecff94
post 2.8.0-rc2
2014-12-03 23:30:08 -08:00
Dan Pasette
f77869e01a
BUMP 2.8.0-rc2
2014-12-03 17:05:17 -08:00
Dan Pasette
e4329ae5e7
Revert "Revert "post 2.8.0-rc1""
...
This reverts commit c8171e7f96
.
2014-11-23 13:26:54 -05:00
Dan Pasette
c8171e7f96
Revert "post 2.8.0-rc1"
...
This reverts commit dec3111d8b
.
2014-11-22 20:24:53 -05:00
Dan Pasette
dec3111d8b
post 2.8.0-rc1
2014-11-22 09:44:57 -05:00
Ernie Hershey
0a02891e3f
BUMP 2.8.0-rc1
2014-11-21 18:04:57 -05:00
Ernie Hershey
6950e9ffe4
post 2.8.0-rc0
2014-11-12 10:43:54 -05:00
Dan Pasette
b6c4e2491c
BUMP 2.8.0-rc0
2014-11-11 16:44:18 -05:00
Ernie Hershey
c98f21a43c
post 2.7.8
2014-10-22 21:42:30 -04:00