Update to latest upstream SCAP-Security-Guide-0.1.47 release.
Also fixed the XML parsing of remediation functions.
This commit is contained in:
parent
9b2b46f521
commit
0de9f5acb4
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/scap-security-guide-0.1.43.tar.bz2
|
||||
/scap-security-guide-0.1.44.tar.bz2
|
||||
/scap-security-guide-0.1.45.tar.bz2
|
||||
/scap-security-guide-0.1.47.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: scap-security-guide
|
||||
Version: 0.1.45
|
||||
Version: 0.1.47
|
||||
Release: 1%{?dist}
|
||||
Summary: Security guidance and baselines in SCAP formats
|
||||
License: BSD-3-Clause
|
||||
@ -7,6 +7,8 @@ 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
|
||||
@ -35,6 +37,7 @@ present in %{name} package.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
mkdir build
|
||||
|
||||
%build
|
||||
@ -61,6 +64,12 @@ cd build
|
||||
%doc %{_docdir}/%{name}/tables/*.html
|
||||
|
||||
%changelog
|
||||
|
||||
* Mon Dec 09 2019 Matěj Týč <matyc@redhat.com> - 0.1.47-1
|
||||
- Update to latest upstream SCAP-Security-Guide-0.1.47 release:
|
||||
https://github.com/ComplianceAsCode/content/releases/tag/v0.1.47
|
||||
- Fixed XML parsing of remediation functions.
|
||||
|
||||
* Mon Jul 29 2019 Watson Sato <wsato@redhat.com> - 0.1.45-1
|
||||
- Update to latest upstream SCAP-Security-Guide-0.1.45 release:
|
||||
https://github.com/ComplianceAsCode/content/releases/tag/v0.1.45
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (scap-security-guide-0.1.45.tar.bz2) = 464e94dd1b5c0c95e3cbc227c7c3e47ba4d0afcdb840a93fe0b38b9515a680fa9454df5a94932296f59e67dc71e7271714eb64715348e8d85b815ffb3603e0de
|
||||
SHA512 (scap-security-guide-0.1.47.tar.bz2) = 6049d871bcdd4fefd078ebe131a87f14e9977f0d9bd1b078ae92f52c31cf70eb39fff95b18e688393e6977846fbb1bed154e549a7d5c68f96f7e306304b23cca
|
||||
|
Loading…
Reference in New Issue
Block a user