[mongodb] Revert bind_ip change in configuration files from version 2.6.6-4

Marek Skalický mskalick at fedoraproject.org
Mon Feb 16 11:49:19 UTC 2015


commit 319bfd17123edf6a752c93ff39ca974e47c0e297
Author: Marek Skalický <mskalick at redhat.com>
Date:   Mon Feb 16 12:49:08 2015 +0100

    Revert bind_ip change in configuration files from version 2.6.6-4

 mongod.conf  |    2 +-
 mongodb.spec |    5 ++++-
 mongos.conf  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mongod.conf b/mongod.conf
index 10573c5..236b480 100644
--- a/mongod.conf
+++ b/mongod.conf
@@ -3,7 +3,7 @@
 ##
 
 # Comma separated list of ip addresses to listen on (all local ips by default)
-#bind_ip = 127.0.0.1
+bind_ip = 127.0.0.1
 
 # Specify port number (27017 by default)
 #port = 27017
diff --git a/mongodb.spec b/mongodb.spec
index 48e62e0..94cfc38 100644
--- a/mongodb.spec
+++ b/mongodb.spec
@@ -8,7 +8,7 @@
 
 Name:           mongodb
 Version:        2.6.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        High-performance, schema-free document-oriented database
 Group:          Applications/Databases
 License:        AGPLv3 and zlib and ASL 2.0
@@ -386,6 +386,9 @@ fi
 %endif
 
 %changelog
+* Mon Feb 16 2015 Marek Skalicky <mskalick at redhat.com> - 2.6.7-4
+- Revert bind_ip change in configuration files from version 2.6.6-4
+
 * Wed Feb 4 2015 Marek Skalicky <mskalick at redhat.com> - 2.6.7-3
 - mongod.init won't exit before preallocating is done
 - Disabled -Werror (dont't build with gcc 5.0)
diff --git a/mongos.conf b/mongos.conf
index d363059..6c1d7d6 100644
--- a/mongos.conf
+++ b/mongos.conf
@@ -3,7 +3,7 @@
 ##
 
 # Comma separated list of ip addresses to listen on (all local ips by default)
-#bind_ip = 127.0.0.1
+bind_ip = 127.0.0.1
 
 # Specify port number (27017 by default)
 #port = 27017


More information about the scm-commits mailing list