From e338bdd25fa3c061283bf851ce46cd8de246897c Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 22 May 2013 15:23:37 -0400 Subject: misc: Updated server package to require pyinotify, not gamin --- misc/bcfg2.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc/bcfg2.spec') diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index b26119e06..7e96345a6 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -100,11 +100,12 @@ Requires: python-ssl %endif Requires: python-lxml >= 1.2.1 %if "%{_vendor}" == "redhat" -Requires: gamin-python %endif %if 0%{?suse_version} +Requires: python-pyinotify Requires: python-python-daemon %else +Requires: python-inotify Requires: python-daemon %endif Requires: /usr/sbin/sendmail -- cgit v1.2.3-1-g7c22 From d0ef0ed333f1240eab671fe9b145ae0f853b975a Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 22 May 2013 15:23:59 -0400 Subject: misc: Updated doc package to buildrequire libs needed to build full docs --- misc/bcfg2.spec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'misc/bcfg2.spec') diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 7e96345a6..f7289f1dd 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -191,6 +191,27 @@ Group: Documentation/HTML %else Group: Documentation %endif +%if 0%{?suse_version} +BuildRequires: python-M2Crypto +BuildRequires: python-Genshi +BuildRequires: python-gamin +BuildRequires: python-pyinotify +BuildRequires: python-python-daemon +BuildRequires: python-CherryPy >= 3 +%else +BuildRequires: m2crypto +BuildRequires: python-genshi +BuildRequires: gamin-python +BuildRequires: python-inotify +BuildRequires: python-daemon +%endif + +%if "%{_vendor}" == "redhat" && 0%{?rhel} < 6 && 0%{?fedora} == 0 +BuildRequires: python-ssl +%else +BuildRequires: python-cherrypy >= 3 +BuildRequires: python-mock +%endif %description doc Bcfg2 helps system administrators produce a consistent, reproducible, -- cgit v1.2.3-1-g7c22