[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at 4d068bdf010c4ceb8e7507d700f06ef533215175

Adrian Likins alikins at redhat.com
Mon Jun 4 21:20:38 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  4d068bdf010c4ceb8e7507d700f06ef533215175 (commit)
       via  4f461d51cc044f2bc7b05c118845f9b4beb46baa (commit)
      from  c972a4d1b8d415d18733507a7ba70104c88746be (commit)

- Log -----------------------------------------------------------------
commit 4d068bdf010c4ceb8e7507d700f06ef533215175
Author: Adrian Likins <alikins at grimlock.devel.redhat.com>
Date:   Mon Jun 4 17:13:22 2007 -0400

    fix for python 2.5

commit 4f461d51cc044f2bc7b05c118845f9b4beb46baa
Merge: 09a3107... c23ead2... c972a4d...
Author: Adrian Likins <alikins at grimlock.devel.redhat.com>
Date:   Mon Jun 4 16:49:21 2007 -0400

    Merge with git+ssh://g-alikins@et.redhat.com/git/virt-factory
    git+ssh://g-alikins@et.redhat.com/git/virt-factory
-----------------------------------------------------------------------

Diffstat:
 rubypkgstuff/python-migrate.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/rubypkgstuff/python-migrate.spec b/rubypkgstuff/python-migrate.spec
index 2c9aada..cba0783 100644
--- a/rubypkgstuff/python-migrate.spec
+++ b/rubypkgstuff/python-migrate.spec
@@ -1,5 +1,6 @@
 
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_version: %define python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
 
 Summary: Database schema migration for SQLAlchemy
 Name: python-migrate
@@ -54,7 +55,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/migrate/versioning/templates/repository/default/versions/*.py*
 %dir %{python_sitelib}/migrate/versioning/templates/script
 %{python_sitelib}/migrate/versioning/templates/script/*.py*
-%{python_sitelib}/migrate-0.2.2-py2.4.egg-info
+%{python_sitelib}/migrate-0.2.2-py%{python_version}.egg-info
 
 %changelog
 * Tue May 29 2007 Adrian Likins <alikins at redhat.com> - 0.2.2-1

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  c972a4d1b8d415d18733507a7ba70104c88746be \
  4d068bdf010c4ceb8e7507d700f06ef533215175




More information about the Et-mgmt-commits-list mailing list