[python-ldap/f15] remove / from end of egg-info since its just a file and not a dir

Dennis Gilmore ausil at fedoraproject.org
Sun Jan 29 01:40:07 UTC 2012


commit 5eb13ee28e5496222bc8e7275a877bd9df0161a1
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sat Jan 28 19:40:03 2012 -0600

    remove / from end of egg-info since its just a file and not a dir

 python-ldap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-ldap.spec b/python-ldap.spec
index 1544b2b..b76f207 100644
--- a/python-ldap.spec
+++ b/python-ldap.spec
@@ -2,7 +2,7 @@
 
 Name: python-ldap
 Version: 2.3.12
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 0
 License: Python
 Group: System Environment/Libraries
@@ -63,9 +63,12 @@ sed -i 's|#! python|#!/usr/bin/python|g' Demo/simplebrowse.py
 %{python_sitearch}/ldapurl.py*
 %{python_sitearch}/ldif.py*
 %{python_sitearch}/ldap/
-%{python_sitearch}/python_ldap-%{version}-*.egg-info/
+%{python_sitearch}/python_ldap-%{version}-*.egg-info
 
 %changelog
+* Sat Jan 28 2012 Dennis Gilmore <dennis at ausil.us> - 0:2.3.12-3
+- remove / from end of egg-info since its just a file and not a dir
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:2.3.12-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list