diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-08-24 02:38:18 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-08-24 02:38:18 +0000 |
commit | 0079453227dbcdd5f4b8c3077a82be658c046337 (patch) | |
tree | 1c5528bc0c64d4684542c8796a6ba1460ba4d9af | |
parent | 2a6de07dddb40e1799322879a047a4b42490d16b (diff) | |
download | bcfg2-0079453227dbcdd5f4b8c3077a82be658c046337.tar.gz bcfg2-0079453227dbcdd5f4b8c3077a82be658c046337.tar.bz2 bcfg2-0079453227dbcdd5f4b8c3077a82be658c046337.zip |
Version bump to 0.8.3pre3
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2098 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | encap/bcfg2-0.8.3pre3.ep (renamed from encap/bcfg2-0.8.3pre2.ep) | 6 | ||||
-rw-r--r-- | misc/bcfg2.spec | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index fce5023e2..c1cf549ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bcfg2 (0.8.3pre3-1) unstable; urgency=low + + * new upstream + + -- Narayan Desai <desai@topaz.mcs.anl.gov> Wed, 23 Aug 2006 21:36:48 -0500 + bcfg2 (0.8.3pre2-1) unstable; urgency=low * new upstream diff --git a/encap/bcfg2-0.8.3pre2.ep b/encap/bcfg2-0.8.3pre3.ep index 545e48d0e..1b804ef45 100644 --- a/encap/bcfg2-0.8.3pre2.ep +++ b/encap/bcfg2-0.8.3pre3.ep @@ -4,7 +4,7 @@ <encap_profile profile_ver="1.0" - pkgspec="bcfg2-0.8.3pre2" + pkgspec="bcfg2-0.8.3pre3" > <environment @@ -52,7 +52,7 @@ PLATFORM_ENDIF /> <source -url="ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-0.8.3pre2.tar.gz" +url="ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-0.8.3pre3.tar.gz" > <configure> @@ -152,7 +152,7 @@ def make_files_list(dir, regx): # don't include symbolic links for root, dirs, files in os.walk(dir): for name in files: - if cregex.search(name) and name not in ("b2-regexplace.sh", "b2-regexplace.py", "postinstall", "postinstall.log", "bcfg2-0.8.3pre2.ep"): + if cregex.search(name) and name not in ("b2-regexplace.sh", "b2-regexplace.py", "postinstall", "postinstall.log", "bcfg2-0.8.3pre3.ep"): path = os.path.join(root, name) if not os.path.islink(path): fileslist.append(path) diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 7dc1eaa36..e562e16df 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -1,5 +1,5 @@ %define name bcfg2 -%define version 0.8.3pre2 +%define version 0.8.3pre3 %define release 1 %define pythonversion 2.3 |