]> git.pld-linux.org Git - packages/fedmsg.git/commitdiff
- up to 1.1.1 auto/th/fedmsg-1.1.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 28 Nov 2019 20:16:39 +0000 (21:16 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 28 Nov 2019 20:16:39 +0000 (21:16 +0100)
config.patch
fedmsg.spec

index 06ffce3a56dc2ecca2423e270a08b1c7039b923e..6d66c29f5674b8a3d378983264faa8fa6f7362da 100644 (file)
@@ -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",
 +        ],
  )
 --- 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 @@
index 5f9f761028d5d6eff65070db4e88f9812f757a17..dce3e0b331b598a9311d9d10338f615269a0c213 100644 (file)
@@ -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
 
This page took 0.129443 seconds and 4 git commands to generate.