diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-11-07 22:26:45 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-11-07 22:26:45 +0000 |
commit | 1e154d5b5d653770ef4b7313f3ba96bba25b959a (patch) | |
tree | f99ff2a223134021e52a448444af4269e23f8fc0 /misc | |
parent | 3310ae11d62cc1ed0eb9a18e0aa60084486d46e7 (diff) | |
download | bcfg2-1e154d5b5d653770ef4b7313f3ba96bba25b959a.tar.gz bcfg2-1e154d5b5d653770ef4b7313f3ba96bba25b959a.tar.bz2 bcfg2-1e154d5b5d653770ef4b7313f3ba96bba25b959a.zip |
add xmlrpc
(Logical change 1.351)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1458 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'misc')
-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 2913d1420..425e92d9d 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -1,5 +1,5 @@ %define name bcfg2 -%define version 0.7.1pre6 +%define version 0.7.1 %define release 1 %define pythonversion 2.3 @@ -50,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT %files -n bcfg2-server %defattr(-,root,root) -/usr/sbin/Bcfg2Server +/usr/sbin/Bcfg2Server* /usr/sbin/ValidateBcfg2Repo /usr/sbin/StatReports /usr/bin/GenerateHostInfo |