diff options
-rw-r--r-- | misc/bcfg2.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 9ac3e0e6e..d6e79be4d 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-0.9.6pre1.tar.gz +Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-0.9.6.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -91,7 +91,7 @@ Bcfg2 can enable the construction of complex change management and deployment strategies. %prep -%setup -q -n bcfg2-0.9.6pre1 +%setup -q -n bcfg2-0.9.6 %build %{__python}%{pythonversion} setup.py build @@ -151,6 +151,7 @@ deployment strategies. %{_sbindir}/bcfg2-info %{_sbindir}/bcfg2-ping-sweep %{_sbindir}/bcfg2-repo-validate +%{_sbindir}/bcfg2-reports %{_sbindir}/bcfg2-server %{_sbindir}/bcfg2-remote |