[packages/python-docker-pycreds] fix egg name macro
    glen 
    glen at pld-linux.org
       
    Thu Sep 29 20:19:01 CEST 2016
    
    
  
commit 4f078be4fd721347b152dd19ab19b993d1c7d7c3
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Sep 29 21:18:54 2016 +0300
    fix egg name macro
 python-docker-pycreds.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-docker-pycreds.spec b/python-docker-pycreds.spec
index 2a57895..70e3c73 100644
--- a/python-docker-pycreds.spec
+++ b/python-docker-pycreds.spec
@@ -54,7 +54,7 @@ Python 3 bindings for the docker credentials store API
 %setup -q -n %{pypi_name}-%{version}
 
 # Remove bundled egg-info
-%{__rm} -r %{module}.egg-info
+%{__rm} -r %{egg_name}.egg-info
 
 %build
 %if %{with python2}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-docker-pycreds.git/commitdiff/4f078be4fd721347b152dd19ab19b993d1c7d7c3
    
    
More information about the pld-cvs-commit
mailing list