From 4e6be22d12f0f201ca12ebeaf2a9966d2179e359 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 01 2019 08:31:51 +0000 Subject: Release 0.3 Signed-off-by: Pierre-Yves Chibon --- diff --git a/python-ci-resultsdb-listener.spec b/python-ci-resultsdb-listener.spec index 87bcfbc..c34b7da 100644 --- a/python-ci-resultsdb-listener.spec +++ b/python-ci-resultsdb-listener.spec @@ -1,7 +1,7 @@ %global modname resultsdb_listener Name: python-ci-resultsdb-listener -Version: 0.2 +Version: 0.3 Release: 1%{?dist} Summary: A fedmsg consumer that sents Atomic CI pipeline messages to resultsdb @@ -48,11 +48,16 @@ cp -p conf/listener.cfg.example %{buildroot}%{_sysconfdir}/ci-resultsdb-listener %config(noreplace) %{_sysconfdir}/fedmsg.d/ci-resultsdb-listener.py* %config(noreplace) %{_sysconfdir}/ci-resultsdb-listener/listener.cfg -%{python2_sitelib}/%{modname}.py* +%{python2_sitelib}/%{modname}/* %{python2_sitelib}/%{modname}-%{version}* %changelog +* Fri Mar 01 2019 Pierre-Yves Chibon - 0.3-1 +- Add missing exception that is used in the code +- Bug fix release for fixing the spec file +- Get topic from body['ci_topic'] instead of 'topic' + * Wed Oct 17 2018 Pierre-Yves Chibon - 0.2-1 - Add support for the allpackages messages diff --git a/setup.py b/setup.py index a0e9638..7444dcd 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ class PyTest(Command): setup( name='resultsdb_listener', - version='0.2', + version='0.3', description='Listens for ci completion fedmsgs, translates to resultsdb', author='Tim Flink', author_email='tflink@fedoraproject.org',