From 2b05156e7d3d5c87c39d75b973700193a1ea89c4 Mon Sep 17 00:00:00 2001 From: mdche Date: Thu, 12 May 2022 09:41:23 +0000 Subject: [PATCH] fix build error in SP1 --- scap-security-guide.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scap-security-guide.spec b/scap-security-guide.spec index 13c48e4..2081bca 100644 --- a/scap-security-guide.spec +++ b/scap-security-guide.spec @@ -8,7 +8,7 @@ Source0: https://github.com/OpenSCAP/scap-security-guide/releases/down BuildArch: noarch -BuildRequires: libxslt expat python2 openscap-scanner >= 1.2.5 python2-lxml cmake >= 2.8 python2-jinja2 PyYAML +BuildRequires: libxslt expat python2 openscap-scanner >= 1.2.5 python2-lxml cmake >= 2.8 python2-jinja2 python3-PyYAML Requires: xml-common openscap-scanner >= 1.2.5 Obsoletes: openscap-content < 0:0.9.13 Provides: openscap-content -- Gitee