[python-pip/nightly] Be less sctrict in wheel version in filename

Miro Hrončok churchyard at fedoraproject.org
Sat Jun 7 16:21:49 UTC 2014


commit 4425f8db4acd9beedbc716746c33d24fd225eb98
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Sat Jun 7 18:21:36 2014 +0200

    Be less sctrict in wheel version in filename

 python-pip.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-pip.spec b/python-pip.spec
index c8d5524..78459e9 100644
--- a/python-pip.spec
+++ b/python-pip.spec
@@ -2,7 +2,7 @@
 
 %global srcname pip
 %if 0%{?build_wheel}
-%global python3_wheelname %{srcname}-%{version}-py2.py3-none-any.whl
+%global python3_wheelname %{srcname}-*-py2.py3-none-any.whl
 %endif
 
 Name:           python35-%{srcname}


More information about the scm-commits mailing list