summaryrefslogtreecommitdiff
path: root/rpm
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.6.5-rc4r2.6.5-rc4Ernie Hershey2014-09-305-5/+5
|
* post 2.6.5-rc3Ernie Hershey2014-09-295-5/+5
|
* BUMP 2.6.5-rc3r2.6.5-rc3Ernie Hershey2014-09-295-5/+5
|
* post 2.6.5-rc2Ernie Hershey2014-09-265-5/+5
|
* BUMP 2.6.5-rc2r2.6.5-rc2Ernie Hershey2014-09-255-5/+5
|
* post 2.6.5-rc1Ernie Hershey2014-09-225-5/+5
|
* BUMP 2.6.5-rc1r2.6.5-rc1Ernie Hershey2014-09-225-5/+5
|
* post 2.6.5-rc0Ernie Hershey2014-09-225-5/+5
|
* BUMP 2.6.5-rc0r2.6.5-rc0Ernie Hershey2014-09-225-5/+5
|
* SERVER-14679 fixed init.d script to create directory for pid fileMarkus W. Mahlberg2014-09-171-0/+7
| | | | | | | | | | | | | | | | Startup scripts not fit for CentOS 7 / RHEL 7 Default location for pid file is under /var/run/mongodb. /var/run can be mounted on a temporary filesystem so the pid file directory is not guaranteed to persist across reboots. Closes #723 Signed-off-by: Benety Goh <benety@mongodb.com> (cherry picked from commit 50ca596ace0b1390482408f1b19ffb1f9170cab6) Conflicts: rpm/init.d-mongod
* SERVER-10642 Use /etc/init.d/ directory instead of /etc/rc.d/init.d/ ↵Ernie Hershey2014-09-155-20/+20
| | | | | | directory in spec files (cherry picked from commit 1618aca99b214b96aa71be433876cb90ef5bba8b)
* SERVER-10642 SUSE init scriptErnie Hershey2014-09-151-0/+150
| | | | (cherry picked from commit fe54163535b0a2ba47f9dfdc6caf6575be9cd899)
* post 2.6.4Ernie Hershey2014-08-105-5/+5
|
* BUMP 2.6.4r2.6.4Ernie Hershey2014-08-085-5/+5
|
* post 2.6.4-rc1Ernie Hershey2014-08-045-5/+5
|
* BUMP 2.6.4-rc1r2.6.4-rc1Ernie Hershey2014-08-015-5/+5
|
* BUMP 2.6.4-rc0Ernie Hershey2014-07-315-5/+5
|
* Revert "BUMP 2.6.4"Ernie Hershey2014-07-315-5/+5
| | | | This reverts commit baeb1573b5f763b73851214436e03c3087b1299b.
* BUMP 2.6.4Ernie Hershey2014-07-315-5/+5
|
* SERVER-14283 Update package config file httpinterface defaultErnie Hershey2014-07-251-2/+2
| | | | (cherry picked from commit d004a865ed9f12d5968233fcc77ea588f38702d1)
* prep 2.6.4-pre-Ernie Hershey2014-06-195-5/+5
|
* post 2.6.2Ernie Hershey2014-06-165-5/+5
|
* BUMP 2.6.2r2.6.2Dan Pasette2014-06-155-5/+5
|
* post 2.6.2-rc1Ernie Hershey2014-06-085-5/+5
|
* BUMP 2.6.2-rc1r2.6.2-rc1Dan Pasette2014-06-075-5/+5
|
* post 2.6.2-rc0Ernie Hershey2014-06-035-5/+5
|
* BUMP 2.6.2-rc0r2.6.2-rc0Ernie Hershey2014-06-025-5/+5
|
* SERVER-13950 fix the dependencies in rpm packagingAnil Kumar2014-05-291-1/+3
| | | | Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-13862 Remove old package names from rpm Conflicts fieldErnie Hershey2014-05-242-12/+12
| | | | | | | This is a small change removing the equivalent old package name from every stable community and enterprise rpm Conflicts field (cherry picked from commit bf66780fece7c58d2c1f636764b54e01e55ce2bc)
* post 2.6.1Ernie Hershey2014-05-055-5/+5
|
* BUMP 2.6.1r2.6.1Dan Pasette2014-05-045-5/+5
|
* post 2.6.1-rc1Ernie Hershey2014-04-305-5/+5
|
* BUMP 2.6.1-rc1r2.6.1-rc1Ernie Hershey2014-04-305-5/+5
|
* post 2.6.1-rc0Ernie Hershey2014-04-225-5/+5
|
* BUMP 2.6.1-rc0r2.6.1-rc0Ernie Hershey2014-04-215-5/+5
|
* SERVER-13563 Add old package names to RPM Provides and ConflictsErnie Hershey2014-04-182-12/+24
| | | | | | | | | | | | | | | | | | | | | | This is two changes for every package and sub-package of both community and enterprise: 1) Add the equivalent old package name to each package's Provides field 2) Add the equivalent old package name to each apckage's Conflicts field. Tested scenarios that should work: * Upgrading from 2.4.10 (Vs. uninstalling then installing) * Installing sub-packages with new name * Installing sub-packages with old name * Installing metapackage with new name * Installing metapackage with old name * Installing old versions of packages using new --exclude mongodb-org,mongodb-org-server syntax * Installing third party package that depends on old package name (new packages were automatically installed) (cherry picked from commit 019c401589b34b46bf7bec801e23bd3dd7796151)
* SERVER-13563 Add old package names to RPM ObsoletesErnie Hershey2014-04-162-13/+24
| | | | (cherry picked from commit 8bbe304cde912c0e2f96ff6b8f6e4badd90d60f0)
* BUMP 2.6.0-rc3Dan Pasette2014-04-025-5/+5
|
* BUMP 2.6.0-rc2Ernie Hershey2014-03-215-5/+5
|
* SERVER-12095 Update project description in Linux packaging textErnie Hershey2014-03-195-101/+420
| | | | | | This change makes packaging text more consistent between rpms and debs, as well as bringing the text up to date with more recent verbiage.
* BUMP 2.6.0-rc1Dan Pasette2014-03-055-5/+5
|
* SERVER-13016 Change dbpath from /var/lib/mongodb to /var/lib/mongoErnie Hershey2014-03-045-13/+13
|
* SERVER-13016 Change rpm username from mongodb to mongodErnie Hershey2014-03-045-42/+44
|
* BUMP 2.6.0-rc0r2.6.0-rc0Dan Pasette2014-02-205-5/+5
|
* SERVER-9246 New enterprise yum/apt repo layoutErnie Hershey2014-02-192-1/+2
| | | | Also some minor whitespace consistency fixes.
* SERVER-9123 Include snmp files in enterprise packagesErnie Hershey2014-02-112-2/+19
|
* SERVER-9987 Include platform in RPM Release fieldErnie Hershey2014-02-074-4/+4
| | | | | | The "Release" rpm field has previous been 'mongodb_1' in all RPM's but to support separate RHEL/CentOS 5.7+ and 6.2+ rpms, the release will now be '1.el5' and '1.el6'.
* SERVER-9016 Make meta-package rpm require same version sub-packages (unstable)Ernie Hershey2013-12-204-4/+4
|
* SERVER-11765 Create stable packaging filesErnie Hershey2013-12-204-0/+372
| | | | | | | These are all based on equivalent "-unstable" files that have been used for 2.5 packages. The only differences are removing "-unstable" from package, directory, and file names, and replacing normal packages in conflicts with unstable packages.
* SERVER-9183 redirect startup output to /dev/null in redhat init scriptErnie Hershey2013-12-111-1/+1
|