summaryrefslogtreecommitdiff
path: root/rpm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SERVER-11907 Replace community packages with enterprise packages in ↵Ernie Hershey2013-12-051-6/+6
| | | | mongodb-org-unstable conflicts lists
* SERVER-10051 Specify more exact RPM dependenciesErnie Hershey2013-12-021-1/+3
| | | | | This is one of two commits to clean up package dependencies. The next will be for Debian packages.
* SERVER-10920 Give split packages consistent distinct summary descriptionsErnie Hershey2013-11-192-10/+10
|
* SERVER-10931 set ulimits in init scripts to match documentationErnie Hershey2013-11-191-1/+11
| | | | | | This sets resource limits across all Linux packages to match our recommended settings - http://docs.mongodb.org/manual/reference/ulimit/#recommended-settings
* SERVER-11196 ensure .deb and rpm packages conflict with mongodb-server, ↵David Storch2013-10-202-12/+12
| | | | | | mongodb-dev, and mongodb-clients Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
* SERVER-11024 replace master/slave conf file examples with replsetDavid Storch2013-10-181-8/+7
|
* SERVER-11110 Specify correct conflicts in every subpackageErnie Hershey2013-10-122-1/+11
|
* SERVER-7708 Use pid file under /var/run/mongodb in rpmErnie Hershey2013-10-122-1/+3
|
* SERVER-963 split enterprise package rpm spec fileErnie Hershey2013-10-121-46/+66
|
* SERVER-963 Externalize enterprise packaging spec filesErnie Hershey2013-10-121-0/+156
|
* SERVER-11048 remove unused mongo.spec.Ernie Hershey2013-10-111-150/+0
|
* SERVER-11008 Add full conflicting package name listErnie Hershey2013-10-041-1/+1
|
* SERVER-3579 Change redhat username and group from mongod to mongodbErnie Hershey2013-10-042-9/+9
|
* SERVER-10876 Correct dbpath in rpm mongod.confErnie Hershey2013-09-271-1/+1
|
* SERVER-3579 Change file paths to consistent formatErnie Hershey2013-09-252-9/+9
|
* SERVER-3579 version bump in spec fileErnie Hershey2013-09-251-1/+1
|
* SERVER-3579 replace mongo-10gen and mongodb-10gen with mongodb-orgErnie Hershey2013-09-251-3/+3
|
* SERVER-9252 use [[:blank:]] instead of \sErnie Hershey2013-09-111-2/+2
|
* SERVER-9252 use the correct config key for pid fileAlexis Midon2013-09-111-2/+2
|
* SERVER-8055 Remove MMS-related keys in default confErnie Hershey2013-08-061-9/+0
|
* SERVER-963 Split and externalize Linux packagesErnie Hershey2013-07-261-0/+172
| | | | | | This includes splitting rpm and .deb packages into sub-packages and externalizing the spec and control files to be maintained as static files.
* SERVER-8588 Default mongod.conf that ships has inconsistent white spaceStephen Benjamin2013-07-081-26/+26
| | | | | | Removed unneccessary whitespace so mongod.conf that ships in the RPM is consistent. Signed-off-by: Matt Kangas <matt.kangas@10gen.com>
* SERVER-792 Bind to localhost by default in RPM and debs onlyErnie Hershey2013-03-291-0/+3
| | | | | Add bind_ip = 127.0.0.1 to config file installed by rpm and deb packages.
* BUMP 2.4.0-rc0r2.4.0-rc0Dan Pasette2013-01-311-1/+1
|
* Remove dos line endings from rpm/mongo.specDan Pasette2013-01-311-150/+150
|
* SERVER-5419: Update with current spec for 2.2.0Stephen Steneker2012-09-061-156/+150
|
* SERVER-5419 updated the public spec file with our current spec fileMike Fiedler2012-08-031-4/+10
|
* BUMP 2.1.2r2.1.2Eliot Horowitz2012-06-261-1/+1
|
* SERVER-5179 add requirements for pre/post actionsMike Fiedler2012-03-061-0/+4
|
* SERVER-5007 fixing typos, smp_flagsMike Fiedler2012-03-051-2/+3
|
* SERVER-3574 updating init scripts for numaMike Fiedler2012-02-281-2/+14
|
* Merge pull request #134 from presbrey/patch-1Mike Fiedler2012-02-211-1/+1
|\ | | | | SERVER-5008 - Stop server package from overwriting /etc/sysconfig/mongod on upgrade
| * Stop server package from overwriting /etc/sysconfig/mongod on upgradepresbrey2011-10-241-1/+1
| |
* | Merge pull request #148 from dcodix/masterMike Fiedler2012-02-211-1/+1
|\ \ | | | | | | mongod.conf - oplog changed to diaglog in config file
| * | mongod.conf modiffied. After uncomenting #optlog = 0 mongo wouldn't start. ↵dcodix2011-11-171-1/+1
| |/ | | | | | | Changed to #diaglog = 0.
* | updating rpm changelog for SERVER-2267Mike Fiedler2012-02-171-8/+11
| |
* | SERVER-2267 correcting the pidfile usage on RPM-based packagesMike Fiedler2012-02-173-2/+7
| |
* | BUMP 2.1.0r2.1.0Eliot Horowitz2012-02-031-1/+1
| |
* | Do a better job stopping mongod from RPM init script. SERVER-3824Richard Kreuter2011-12-011-1/+1
|/
* BUMP 2.0.0-rc2r2.0.0-rc2Eliot Horowitz2011-09-071-1/+1
|
* BUMP 2.0.0-rc1r2.0.0-rc1Eliot Horowitz2011-09-011-1/+1
|
* BUMP 2.0.0-rc0r2.0.0-rc0Eliot Horowitz2011-08-251-1/+1
|
* change startup file options to nojournal SERVER-3662Eliot Horowitz2011-08-221-2/+2
|
* BUMP 1.9.2Eliot Horowitz2011-08-111-1/+1
|
* BUMP 1.9.1r1.9.1Eliot Horowitz2011-07-261-1/+1
|