[packages/fedmsg] - up to 1.1.1

arekm arekm at pld-linux.org
Thu Nov 28 21:16:49 CET 2019


commit 143a3b9d65314ef1e3a1bdb060305561cc35d3a2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Nov 28 21:16:39 2019 +0100

    - up to 1.1.1

 config.patch | 27 ++++++++++++++-------------
 fedmsg.spec  |  6 ++++--
 2 files changed, 18 insertions(+), 15 deletions(-)
---
diff --git a/fedmsg.spec b/fedmsg.spec
index 5f9f761..dce3e0b 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -9,12 +9,12 @@
 %define		pypi_name	fedmsg
 Summary:	Tools for Fedora Infrastructure real-time messaging
 Name:		fedmsg
-Version:	0.18.3
+Version:	1.1.1
 Release:	1
 License:	LGPL v2+
 Group:		Applications/Networking
 Source0:	https://files.pythonhosted.org/packages/source/f/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-# Source0-md5:	638b1a889e7ecfdd05ddf5ef0b53731b
+# Source0-md5:	95d88c12d430b44a57d805b00a3b65b7
 Source1:	%{name}-tmpfiles.conf
 Source2:	%{name}-gateway.init
 Source3:	%{name}-hub.init
@@ -263,6 +263,7 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fedmsg.d/ssl.py*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fedmsg.d/relay.py*
 %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/fedmsg
+%attr(755,root,root) %{_bindir}/fedmsg-check
 %attr(755,root,root) %{_bindir}/fedmsg-logger
 %attr(755,root,root) %{_bindir}/fedmsg-tail
 %attr(755,root,root) %{_bindir}/fedmsg-trigger
@@ -299,6 +300,7 @@ fi
 %files relay
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/fedmsg-relay
+%attr(755,root,root) %{_bindir}/fedmsg-signing-relay
 %attr(754,root,root) /etc/rc.d/init.d/fedmsg-relay
 %{systemdunitdir}/fedmsg-relay.service
 
diff --git a/config.patch b/config.patch
index 06ffce3..6d66c29 100644
--- a/config.patch
+++ b/config.patch
@@ -1,21 +1,23 @@
 --- fedmsg-0.11.1/fedmsg.d/endpoints.py	2014-11-23 03:23:59.491285537 +0200
 +++ fedmsg-0.16.4/fedmsg.d/endpoints.py	2016-03-19 15:52:56.357095171 +0200
-@@ -25,14 +25,17 @@
+@@ -24,15 +24,18 @@ config = dict(
+     endpoints={
          # These are here so your local box can listen to the upstream
          # infrastructure's bus.  Cool, right?  :)
 -        "fedora-infrastructure": [
 -            "tcp://hub.fedoraproject.org:9940",
-+        #"fedora-infrastructure": [
-+            #"tcp://hub.fedoraproject.org:9940",
-             #"tcp://stg.fedoraproject.org:9940",
+-            # "tcp://stg.fedoraproject.org:9940",
 -        ],
++        #"fedora-infrastructure": [
++        #    "tcp://hub.fedoraproject.org:9940",
++        #    # "tcp://stg.fedoraproject.org:9940",
 +        #],
-         #"debian-infrastructure": [
+         # "debian-infrastructure": [
          #    "tcp://fedmsg.olasd.eu:9940",
-         #],
-         #"anitya-public-relay": [
+         # ],
+         # "anitya-public-relay": [
          #    "tcp://release-monitoring.org:9940",
-         #],
+         # ],
 +        "pld-infra": [
 +            "tcp://ep09.pld-linux.org:9940",
 +        ],
@@ -23,16 +25,15 @@
  )
 --- fedmsg-0.11.1/fedmsg.d/base.py~	2014-10-21 18:34:55.000000000 +0300
 +++ fedmsg-0.11.1/fedmsg.d/base.py	2014-12-01 21:01:11.065992062 +0200
-@@ -20,6 +20,9 @@
- import os
+@@ -19,7 +19,7 @@
  
  config = dict(
-+    # Prefix for the topic of each message sent.
+     # Prefix for the topic of each message sent.
+-    topic_prefix="org.fedoraproject",
 +    topic_prefix="org.pld-linux",
-+
+ 
      # Set this to dev if you're hacking on fedmsg or an app.
      # Set to stg or prod if running in the Fedora Infrastructure
-     environment="dev",
 --- fedmsg-0.17.0/fedmsg.d/ircbot.py~	2015-06-24 20:33:04.000000000 +0300
 +++ fedmsg-0.17.0/fedmsg.d/ircbot.py	2016-04-26 00:26:38.910365239 +0300
 @@ -27,7 +27,7 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fedmsg.git/commitdiff/143a3b9d65314ef1e3a1bdb060305561cc35d3a2



More information about the pld-cvs-commit mailing list