diff options
author | Brent Eagles <brent@zeroc.com> | 2006-06-16 13:26:26 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-06-16 13:26:26 +0000 |
commit | efe6bd050bb8225f82f14d71856db2a84d5da049 (patch) | |
tree | c5f85eb738e6693f3eedda6e866edca6f580dc28 /cpp/RPMTools.py | |
parent | Fixed bug 1054, 1077, 1002. (diff) | |
download | ice-efe6bd050bb8225f82f14d71856db2a84d5da049.tar.bz2 ice-efe6bd050bb8225f82f14d71856db2a84d5da049.tar.xz ice-efe6bd050bb8225f82f14d71856db2a84d5da049.zip |
removing spurious dumps and fixing text of addressFilter test
Diffstat (limited to 'cpp/RPMTools.py')
-rw-r--r-- | cpp/RPMTools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/RPMTools.py b/cpp/RPMTools.py index f3f0047ea46..e72b1307405 100644 --- a/cpp/RPMTools.py +++ b/cpp/RPMTools.py @@ -92,7 +92,7 @@ class Package: %ifarch noarch ''') - for f in ['mono-core >= 1.1.9', 'mono-devel >= 1.1.9']: + for f in ['mono-core >= 1.1.13', 'mono-devel >= 1.1.13']: ofile.write('BuildRequires: ' + f + '\n') ofile.write('\n%endif\n') |