diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-01-05 16:16:20 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-01-05 16:16:20 +0000 |
commit | 4af86186cc80fc9818c3fcb770dc00513f1c4e1c (patch) | |
tree | 7f23223fc8b9c1c98d460310669ee749b6acbd05 | |
parent | 87087d2d5d15f108269406a160d9afb6e7a7ea2d (diff) | |
download | bcfg2-4af86186cc80fc9818c3fcb770dc00513f1c4e1c.tar.gz bcfg2-4af86186cc80fc9818c3fcb770dc00513f1c4e1c.tar.bz2 bcfg2-4af86186cc80fc9818c3fcb770dc00513f1c4e1c.zip |
redhat: Make spec file updates easier (Patch from Jonathan Billings)
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5659 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | misc/bcfg2.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 8f7d96f0d..e9693c754 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.0.0.tar.gz +Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -94,7 +94,7 @@ Bcfg2 can enable the construction of complex change management and deployment strategies. %prep -%setup -q -n bcfg2-1.0.0 +%setup -q -n bcfg2-%{version} %build %{__python}%{pythonversion} setup.py build |