diff --git a/python-fmn-lib.spec b/python-fmn-lib.spec index 49e0143..984f09f 100644 --- a/python-fmn-lib.spec +++ b/python-fmn-lib.spec @@ -8,7 +8,7 @@ Name: python-fmn-lib Version: 0.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Internal API components and model for Fedora Notifications Group: Development/Libraries @@ -16,9 +16,6 @@ License: LGPLv2+ URL: http://pypi.python.org/pypi/fmn.lib Source0: http://pypi.python.org/packages/source/f/%{modname}/%{modname}-%{version}.tar.gz -# https://github.com/fedora-infra/fmn.lib/pull/33.patch -Patch0: python-fmn-lib-multiproc.patch - BuildArch: noarch BuildRequires: python2-devel @@ -64,8 +61,6 @@ Notifications %prep %setup -q -n %{modname}-%{version} -%patch0 -p1 - # Remove bundled egg-info in case it exists rm -rf %{modname}.egg-info @@ -93,6 +88,9 @@ install createdb.py %{buildroot}%{_bindir}/fmn-createdb %{_bindir}/fmn-createdb %changelog +* Fri Jan 23 2015 Ralph Bean - 0.4.4-3 +- Back out that multiproc patch stuff. + * Thu Jan 22 2015 Ralph Bean - 0.4.4-2 - Multiproc patch.