From af110af9c37cb909013cd629c8e19259006d0507 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: May 04 2012 16:40:43 +0000 Subject: Fixed (again) incorrect directory ownership. --- diff --git a/python-tw2-sqla.spec b/python-tw2-sqla.spec index 8eea076..de5d248 100644 --- a/python-tw2-sqla.spec +++ b/python-tw2-sqla.spec @@ -4,7 +4,7 @@ Name: python-tw2-sqla Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: SQLAlchemy database layer for ToscaWidgets2 Group: Development/Languages @@ -86,9 +86,13 @@ PYTHONPATH=$(pwd) python setup.py test %files %doc README.rst LICENSE %{python_sitelib}/tw2/sqla -%{python_sitelib}/%{modname}-%{version}-*.egg +%{python_sitelib}/%{modname}-%{version}-*-nspkg.pth +%{python_sitelib}/%{modname}-%{version}-*.egg-info %changelog +* Fri May 04 2012 Ralph Bean - 2.0.1-3 +- Fixed (again) incorrect directory ownership. + * Thu May 03 2012 Ralph Bean - 2.0.1-2 - Fixed directory ownership issue.