[PATCH] Make SSG require python and python-lxml

Michael Palmiotto mpalmiotto at tresys.com
Fri Jul 13 14:47:08 UTC 2012


Signed-off-by: Michael Palmiotto <mpalmiotto at tresys.com>
---
 scap-security-guide.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/scap-security-guide.spec b/scap-security-guide.spec
index 55e22a5..4977d9a 100644
--- a/scap-security-guide.spec
+++ b/scap-security-guide.spec
@@ -13,7 +13,7 @@ BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:	%{arch}
 
 BuildRequires:  /bin/rm, /bin/mkdir, /bin/cp
-Requires:       /bin/bash, /bin/date, /usr/bin/oscap
+Requires:       /bin/bash, /bin/date, /usr/bin/oscap, python, python-lxml
 
 %description
 The scap-security-guide project provides security configuration guidance in
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 13 2012 Mike Palmiotto <mpalmiotto at tresys.com> 1.0-4
+- Now requires python and python-lxml
+
 * Wed Jul 3 2012 Jeffrey Blank <blank at eclipse.ncsc.mil> 1.0-3
 - Modified install section, made description more concise.
 
-- 
1.7.1



More information about the scap-security-guide mailing list