diff options
author | Tim Laszlo <tim.laszlo@gmail.com> | 2012-10-08 12:12:17 -0500 |
---|---|---|
committer | Tim Laszlo <tim.laszlo@gmail.com> | 2012-10-08 12:12:17 -0500 |
commit | ca6bfa6365efb40d374fc0f0586ffffe3be8f999 (patch) | |
tree | 95d02f4270f022107b25ce1a09832d5c7ded3042 /misc | |
parent | 44638176067df5231bf0be30801e36863391cd1f (diff) | |
download | bcfg2-ca6bfa6365efb40d374fc0f0586ffffe3be8f999.tar.gz bcfg2-ca6bfa6365efb40d374fc0f0586ffffe3be8f999.tar.bz2 bcfg2-ca6bfa6365efb40d374fc0f0586ffffe3be8f999.zip |
Update rpm spec with new reports files
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bcfg2.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index f14dd5ae7..84e2bb41c 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -192,10 +192,10 @@ Version: 1.3.0 Summary: Bcfg2 Web Reporting Interface %if 0%{?suse_version} Group: System/Management -Requires: httpd,python-django +Requires: httpd,python-django,python-django-south %else Group: System Tools -Requires: httpd,Django +Requires: httpd,Django,Django-south %endif Requires: bcfg2-server %if "%{_vendor}" == "redhat" @@ -384,6 +384,7 @@ touch %{buildroot}%{_sysconfdir}/bcfg2.conf %{buildroot}%{_sysconfdir}/bcfg2-web %{_initrddir}/bcfg2-server %dir %{python_sitelib}/Bcfg2 %{python_sitelib}/Bcfg2/Server +%{python_sitelib}/Bcfg2/Reporting %{python_sitelib}/*egg-info @@ -399,6 +400,7 @@ touch %{buildroot}%{_sysconfdir}/bcfg2.conf %{buildroot}%{_sysconfdir}/bcfg2-web %{_sbindir}/bcfg2-lint %{_sbindir}/bcfg2-repo-validate %{_sbindir}/bcfg2-reports +%{_sbindir}/bcfg2-report-collector %{_sbindir}/bcfg2-server %{_sbindir}/bcfg2-yum-helper %{_sbindir}/bcfg2-test |