[python-zc-lockfile] - Remove python-zope-filesystem from requirements - Own %%{python_sitelib}/zc/

cheeselee cheeselee at fedoraproject.org
Mon Aug 30 15:59:55 UTC 2010


commit b0d80ff4f2eacba91bc8b6b097a109a382051d05
Author: Robin Lee <robinlee.sysu at gmail.com>
Date:   Mon Aug 30 23:59:28 2010 +0800

    - Remove python-zope-filesystem from requirements
    - Own %%{python_sitelib}/zc/

 python-zc-lockfile.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-zc-lockfile.spec b/python-zc-lockfile.spec
index f826aa7..3d3754c 100644
--- a/python-zc-lockfile.spec
+++ b/python-zc-lockfile.spec
@@ -4,7 +4,7 @@
 
 Name:           python-zc-lockfile
 Version:        1.0.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Basic Inter-Process Locks
 Group:          Development/Languages
 License:        ZPLv2.1
@@ -16,7 +16,6 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-zope-testing
-Requires:       python-zope-filesystem
 
 
 %description
@@ -57,9 +56,14 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/zc.lockfile-*.egg-info
 %{python_sitelib}/zc.lockfile-*-nspkg.pth
 %{python_sitelib}/zc/lockfile/
+%dir %{python_sitelib}/zc/
 
 
 %changelog
+* Mon Aug 30 2010 Robin Lee <robinlee.sysu at gmail.com> - 1.0.0-5
+- Remove python-zope-filesystem from requirements
+- Own %%{python_sitelib}/zc/
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.0.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list