Changeset 5519
- Timestamp:
- 10/31/09 21:41:05 (3 weeks ago)
- Location:
- trunk/bcfg2
- Files:
-
- 1 added
- 4 modified
-
debian/changelog (modified) (1 diff)
-
gentoo/bcfg2-1.0.0_rc2.ebuild (added)
-
misc/bcfg2.spec (modified) (3 diffs)
-
redhat/VERSION (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bcfg2/debian/changelog
r5516 r5519 1 bcfg2 (1.0.0~1.0.0rc2-0.1) unstable; urgency=low 2 3 * new release candidate 4 5 -- Narayan Desai <desai@mcs.anl.gov> Sat, 31 Oct 2009 21:38:35 -0500 6 1 7 bcfg2 (1.0.0rc1-1) unstable; urgency=low 2 8 -
trunk/bcfg2/misc/bcfg2.spec
r5505 r5519 14 14 15 15 Name: bcfg2 16 Version: 1.0.0rc 116 Version: 1.0.0rc2 17 17 Release: %{release} 18 18 Summary: Configuration management system … … 21 21 License: BSD 22 22 URL: http://trac.mcs.anl.gov/projects/bcfg2 23 Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.0.0rc 1.tar.gz23 Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.0.0rc2.tar.gz 24 24 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 25 25 … … 92 92 93 93 %prep 94 %setup -q -n bcfg2-1.0.0rc 194 %setup -q -n bcfg2-1.0.0rc2 95 95 96 96 %build -
trunk/bcfg2/redhat/VERSION
r5505 r5519 1 1.0.0rc 11 1.0.0rc2 -
trunk/bcfg2/setup.py
r5505 r5519 5 5 6 6 setup(name="Bcfg2", 7 version="1.0.0rc 1",7 version="1.0.0rc2", 8 8 description="Bcfg2 Server", 9 9 author="Narayan Desai",