diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-06-09 17:48:04 +0000 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-06-09 16:39:40 -0500 |
commit | 60115ab6f3b1ecbd03a6d6a9764148e976d026e2 (patch) | |
tree | 3b84658c90689ebeec324e8d4c45982134db53cd /misc | |
parent | 3a22e1e107844e2603c2c4848263dda974e6f110 (diff) | |
download | bcfg2-60115ab6f3b1ecbd03a6d6a9764148e976d026e2.tar.gz bcfg2-60115ab6f3b1ecbd03a6d6a9764148e976d026e2.tar.bz2 bcfg2-60115ab6f3b1ecbd03a6d6a9764148e976d026e2.zip |
export.sh: Don't replace Source0 line in spec file
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5910 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'misc')
-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 8a87bd5dc..cb8e2d567 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -20,7 +20,7 @@ Summary: Configuration management system Group: Applications/System License: BSD URL: http://trac.mcs.anl.gov/projects/bcfg2 -Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.1.0rc2.tar.gz +Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch |