scap-security-guide-0.1.39-1
This commit is contained in:
parent
c50319a9e4
commit
261855b6ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/scap-security-guide-0.1.36.tar.bz2
|
||||
/scap-security-guide-0.1.37.tar.bz2
|
||||
/scap-security-guide-0.1.38.tar.bz2
|
||||
/scap-security-guide-0.1.39.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: scap-security-guide
|
||||
Version: 0.1.38
|
||||
Release: 2%{?dist}
|
||||
Version: 0.1.39
|
||||
Release: 1%{?dist}
|
||||
Summary: Security guidance and baselines in SCAP formats
|
||||
Group: Applications/System
|
||||
License: Public Domain
|
||||
@ -8,7 +8,7 @@ URL: https://github.com/OpenSCAP/scap-security-guide/
|
||||
Source0: https://github.com/OpenSCAP/scap-security-guide/releases/download/v%{version}/scap-security-guide-%{version}.tar.bz2
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: libxslt, expat, python2, openscap-scanner >= 1.2.5, python2-lxml, cmake >= 2.8
|
||||
BuildRequires: libxslt, expat, python2, openscap-scanner >= 1.2.5, python2-lxml, cmake >= 2.8, python-jinja2, PyYAML
|
||||
Requires: xml-common, openscap-scanner >= 1.2.5
|
||||
Obsoletes: openscap-content < 0:0.9.13
|
||||
Provides: openscap-content
|
||||
@ -63,6 +63,10 @@ cd build
|
||||
%doc %{_docdir}/%{name}/tables/*.html
|
||||
|
||||
%changelog
|
||||
* Fri May 04 2018 Watson Yuuma Sato <wsato@redhat.com> - 0.1.39-1
|
||||
- Update to latest upstream SCAP-Security-Guide-0.1.39 release:
|
||||
https://github.com/OpenSCAP/scap-security-guide/releases/tag/v0.1.39
|
||||
|
||||
* Mon Mar 05 2018 Watson Yuuma Sato <wsato@redhat.com> - 0.1.38-2
|
||||
- Add python version to python package prefixes
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (scap-security-guide-0.1.38.tar.bz2) = 59d8bd1b9d141c706cf8ef8204e08ba8cb4e6859a70ec25f352656af36a044ee888aa9748f3656029fd84999cde783f274fd2fdf5d5a0fa137deb38129abc69c
|
||||
SHA512 (scap-security-guide-0.1.39.tar.bz2) = 597faf7b6cf9bed74c6e75cf88568a9b8ee8ac441d8f2cfa79d653d650e55920ef719f97b522254b1dffb71e3d2d08a871678186fbadf6a330b5a071a6c8e73f
|
||||
|
Loading…
Reference in New Issue
Block a user