scap-security-guide-0.1.48

This commit is contained in:
Watson Sato 2020-01-16 13:32:11 +01:00
parent c66c409015
commit 20a28d348b
1 changed files with 6 additions and 5 deletions

View File

@ -1,14 +1,12 @@
Name: scap-security-guide
Version: 0.1.47
Release: 2%{?dist}
Version: 0.1.48
Release: 1%{?dist}
Summary: Security guidance and baselines in SCAP formats
License: BSD-3-Clause
URL: https://github.com/ComplianceAsCode/content/
Source0: https://github.com/ComplianceAsCode/content/releases/download/v%{version}/scap-security-guide-%{version}.tar.bz2
BuildArch: noarch
Patch0: scap-security-guide-0.1.48-xml_parsing.patch
BuildRequires: libxslt, expat, python3, openscap-scanner >= 1.2.5, cmake >= 3.8, python3-jinja2, python3-PyYAML
Requires: xml-common, openscap-scanner >= 1.2.5
Obsoletes: openscap-content < 0:0.9.13
@ -37,7 +35,6 @@ present in %{name} package.
%prep
%setup -q
%patch0 -p1
mkdir build
%build
@ -64,6 +61,10 @@ cd build
%doc %{_docdir}/%{name}/tables/*.html
%changelog
* Thu Jan 16 2020 Watson Sato <wsato@redhat.com> - 0.1.48-1
- Update to latest upstream SCAP-Security-Guide-0.1.48 release:
https://github.com/ComplianceAsCode/content/releases/tag/v0.1.48
* Mon Dec 09 2019 Matěj Týč <matyc@redhat.com> - 0.1.47-2
- Hotfix of the XML parsing fix.