[fedmsg] Fix a messed up sed statement.

Ralph Bean ralph at fedoraproject.org
Fri Sep 6 16:33:08 UTC 2013


commit 28e075978cb833f54a8cef96781ae704264a5da9
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Sep 6 12:32:56 2013 -0400

    Fix a messed up sed statement.

 fedmsg.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/fedmsg.spec b/fedmsg.spec
index 9503330..e812129 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -5,7 +5,7 @@
 
 Name:           fedmsg
 Version:        0.7.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Tools for Fedora Infrastructure real-time messaging
 Group:          Applications/Internet
 License:        LGPLv2+
@@ -142,7 +142,7 @@ sed -i "/'sqlalchemy.*$/d" setup.py
 
 # Temporarily disable signature validation while the timestamp precision bug is
 # worked out upstream. -- https://github.com/fedora-infra/fedmsg/pull/186
-sed -i "/validate_signatures=True/validate_signatures=False/" fedmsg.d/ssl.py
+sed -i "s/validate_signatures=True/validate_signatures=False/g" fedmsg.d/ssl.py
 
 %build
 %{__python} setup.py build
@@ -313,6 +313,9 @@ fi
 %config(noreplace) %{_sysconfdir}/fedmsg.d/gateway.py*
 
 %changelog
+* Fri Sep 06 2013 Ralph Bean <rbean at redhat.com> - 0.7.0-5
+- Fix that messed up sed statement.
+
 * Fri Sep 06 2013 Ralph Bean <rbean at redhat.com> - 0.7.0-4
 - Temporarily disable message validation by default.
 


More information about the scm-commits mailing list