[python-fmn-consumer] Back out the multiproc patch work.

Ralph Bean ralph at fedoraproject.org
Fri Jan 23 16:18:10 UTC 2015


commit 090f76bfd7418b661f54458f122432785b3086f6
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Jan 23 11:18:36 2015 -0500

    Back out the multiproc patch work.

 python-fmn-consumer-multiproc.patch |  104 -----------------------------------
 python-fmn-consumer.spec            |   12 ++--
 2 files changed, 6 insertions(+), 110 deletions(-)
---
diff --git a/python-fmn-consumer.spec b/python-fmn-consumer.spec
index 32932e6..f89bd96 100644
--- a/python-fmn-consumer.spec
+++ b/python-fmn-consumer.spec
@@ -8,7 +8,7 @@
 
 Name:               python-fmn-consumer
 Version:            0.4.4
-Release:            4%{?dist}
+Release:            5%{?dist}
 Summary:            Backend worker daemon for Fedora Notifications
 
 Group:              Development/Libraries
@@ -17,8 +17,6 @@ URL:                http://pypi.python.org/pypi/fmn.consumer
 Source0:            http://pypi.python.org/packages/source/f/%{modname}/%{modname}-%{version}.tar.gz
 
 Patch0:             python-fmn-consumer-randomize.patch
-# https://github.com/fedora-infra/fmn.consumer/pull/44.patch
-Patch1:             python-fmn-consumer-multiproc.patch
 
 BuildArch:          noarch
 
@@ -48,7 +46,6 @@ This module contains the backend worker daemon for Fedora Notifications.
 %setup -q -n %{modname}-%{version}
 
 %patch0 -p1
-%patch1 -p1
 
 # Remove bundled egg-info in case it exists
 rm -rf %{modname}.egg-info
@@ -59,8 +56,8 @@ rm -rf %{modname}.egg-info
 %install
 %{__python2} setup.py install -O1 --skip-build --root=%{buildroot}
 
-#%check
-#%{__python2} setup.py test
+%check
+%{__python2} setup.py test
 
 %files
 %doc README.rst COPYING COPYING.LESSER CHANGELOG.rst
@@ -68,6 +65,9 @@ rm -rf %{modname}.egg-info
 %{python2_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Fri Jan 23 2015 Ralph Bean <rbean at redhat.com> - 0.4.4-5
+- Back out that multiproc patch.
+
 * Thu Jan 22 2015 Ralph Bean <rbean at redhat.com> - 0.4.4-4
 - Update patch to delete logging dict for fedora-infra.
 


More information about the scm-commits mailing list