From: František Dvořák Date: Wed, 16 Sep 2015 08:55:15 +0000 (+0200) Subject: Flake8 not needed anymoar. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=273fdbab2101b5e466e080376d0fa3c98a5dfea5;p=packaging-rpm-pOCCI.git Flake8 not needed anymoar. --- diff --git a/python-pOCCI.spec b/python-pOCCI.spec index f58ec05..67c24fe 100644 --- a/python-pOCCI.spec +++ b/python-pOCCI.spec @@ -1,5 +1,5 @@ %global srcname pOCCI -%global commit 7bd0427740f4c2b34e642e164c9c3cf84ac7f5e0 +%global commit 8b98b058bc19823987212eea662e4e8e9ead9dd6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # compatibility macros @@ -31,7 +31,7 @@ Name: python-%{srcname} Version: 0.0.2 -Release: 0.20150915git%{shortcommit}%{?dist} +Release: 0.20150916git%{shortcommit}%{?dist} Summary: OCCI compliance testing License: MIT @@ -89,7 +89,6 @@ pushd %{srcname}-%{commit} %if 0%{?rhel} && 0%{?rhel} <= 6 sed -e "/'sphinx.ext.viewcode'/d" -i doc/conf.py %endif -sed -e "/'flake8'/d" -i setup.py popd cp -a %{srcname}-%{commit} python2 cp -a %{srcname}-%{commit} python3 @@ -194,5 +193,5 @@ popd %changelog -* Tue Sep 15 2015 FrantiÅ¡ek Dvořák - 0.0.2-0.20150915git7bd0427 +* Wed Sep 16 2015 FrantiÅ¡ek Dvořák - 0.0.2-0.20150916git8b98b05 - Initial package