[pyflakes/epel7] fixed a typo (missing % sign)

Matthias Runge mrunge at fedoraproject.org
Thu May 8 07:54:59 UTC 2014


commit a778cb276b5cf85b3be354fb5d558937f7ed5530
Author: Matthias Runge <mrunge at redhat.com>
Date:   Thu May 8 09:54:50 2014 +0200

    fixed a typo (missing % sign)

 pyflakes.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyflakes.spec b/pyflakes.spec
index fa9758f..a273801 100644
--- a/pyflakes.spec
+++ b/pyflakes.spec
@@ -49,7 +49,7 @@ Requires:       python3-setuptools
 %patch0 -p1
 
 # remove bundled egg-info
-rm -rf {name}.egg-info
+rm -r %{name}.egg-info
 
 %if %{with python3}
 rm -rf %{py3dir}


More information about the scm-commits mailing list