diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-01-19 03:47:01 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-01-19 03:47:01 +0000 |
commit | 57963adbf31887147147f7d00c51ef3ceb2446c5 (patch) | |
tree | 83c2a101dad8ab885634dad5889e11c0bd175b1e | |
parent | ad35217c090f089303d4bfd4cf0beb32de86a5ff (diff) | |
download | bcfg2-57963adbf31887147147f7d00c51ef3ceb2446c5.tar.gz bcfg2-57963adbf31887147147f7d00c51ef3ceb2446c5.tar.bz2 bcfg2-57963adbf31887147147f7d00c51ef3ceb2446c5.zip |
added requirements
(Logical change 1.192)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@819 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | misc/bcfg2.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index aab47ed7c..4faa828ef 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Prefix: %{_prefix} BuildArchitectures: noarch Vendor: Narayan Desai <desai@mcs.anl.gov> +Requires: elementtree, ssslib-python %description Bcfg2 is a configuration management tool. @@ -22,7 +23,7 @@ Bcfg2 is a configuration management tool. Version: %{version} Summary: Bcfg2 Server Group: System Tools -Requires: ssslib-python +Requires: ssslib-python, python-fam %description -n bcfg2-server Bcfg2 client |