diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-07-13 15:41:50 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-07-13 15:41:50 +0000 |
commit | 740c75f1b3372eccbdb459043582ff032cfcac1e (patch) | |
tree | 29bdebf4196788fdab5480999f1aceea58e6bd8b | |
parent | 1e1358b4731842971a4d3c5deadc4aea8b4058d4 (diff) | |
download | bcfg2-740c75f1b3372eccbdb459043582ff032cfcac1e.tar.gz bcfg2-740c75f1b3372eccbdb459043582ff032cfcac1e.tar.bz2 bcfg2-740c75f1b3372eccbdb459043582ff032cfcac1e.zip |
redhat/bcfg2.spec.in: Add unpackaged files to redhat spec file (Reported by somekool)
SSLServer/Statistics were missing from the spec file causing rpmbuild to
fail with errors.
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5320 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | redhat/bcfg2.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redhat/bcfg2.spec.in b/redhat/bcfg2.spec.in index 8f1ddb96b..6133d26cd 100644 --- a/redhat/bcfg2.spec.in +++ b/redhat/bcfg2.spec.in @@ -183,6 +183,8 @@ fi %{python_sitelib}/Bcfg2/Logger.* %{python_sitelib}/Bcfg2/Options.* %{python_sitelib}/Bcfg2/Proxy.* +%{python_sitelib}/Bcfg2/SSLServer.* +%{python_sitelib}/Bcfg2/Statistics.* %{_sbindir}/bcfg2 %{_mandir}/man1/bcfg2.1* |