diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2009-02-06 13:35:18 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2009-02-06 13:35:18 +0000 |
commit | bc3672d9ef435b90d19e75979dfc33e3a0438e57 (patch) | |
tree | f4c9534afb6b72cdca91abdefab32807b32f577d /misc/bcfg2.spec | |
parent | 746457e805247b652c8206e3ecf641ecff8305f8 (diff) | |
download | bcfg2-bc3672d9ef435b90d19e75979dfc33e3a0438e57.tar.gz bcfg2-bc3672d9ef435b90d19e75979dfc33e3a0438e57.tar.bz2 bcfg2-bc3672d9ef435b90d19e75979dfc33e3a0438e57.zip |
Packaging updates for python 2.6 (from Kamil Kisielk)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5068 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'misc/bcfg2.spec')
-rw-r--r-- | misc/bcfg2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 2811ee605..6374ace5b 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -140,7 +140,7 @@ deployment strategies. %{python_sitelib}/Bcfg2/Server -%if "%{pythonversion}" == "2.5" +%if "%{pythonversion}" >= "2.5" %{python_sitelib}/*egg-info %endif |