From f8eacd003a4a1dd180425ae7a0582e42a0f01daf Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mar 16 2015 19:34:51 +0000 Subject: Kill an artificial version constraint. --- diff --git a/python-repoze-what.spec b/python-repoze-what.spec index ec75540..daa80a9 100644 --- a/python-repoze-what.spec +++ b/python-repoze-what.spec @@ -2,7 +2,7 @@ Name: python-repoze-what Version: 1.0.9 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Authorization for WSGI applications Group: Development/Languages @@ -61,6 +61,8 @@ This package contains documentation for the repoze.who module. %patch1 -b .release %{__sed} -i -e 's|$VERSION|%{version}|' repoze/what/release.py +# Kill an artificial version constraint +%{__sed} -i "/'repoze.who.*$/d" setup.py %build %{__python} setup.py build @@ -87,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 16 2015 Ralph Bean - 1.0.9-9 +- Kill an artificial version constraint. + * Sat Jun 07 2014 Fedora Release Engineering - 1.0.9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild