scap-security-guide-0.1.40-1
Build with Python3.
This commit is contained in:
parent
94e9092315
commit
9e09b6e607
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/scap-security-guide-0.1.37.tar.bz2
|
||||
/scap-security-guide-0.1.38.tar.bz2
|
||||
/scap-security-guide-0.1.39.tar.bz2
|
||||
/scap-security-guide-0.1.40.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: scap-security-guide
|
||||
Version: 0.1.39
|
||||
Release: 2%{?dist}
|
||||
Version: 0.1.40
|
||||
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, python2-jinja2, PyYAML
|
||||
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
|
||||
Provides: openscap-content
|
||||
@ -63,6 +63,11 @@ cd build
|
||||
%doc %{_docdir}/%{name}/tables/*.html
|
||||
|
||||
%changelog
|
||||
* Wed Jul 25 2018 Matěj Týč <matyc@redhat.com> - 0.1.40-1
|
||||
- Update to latest upstream SCAP-Security-Guide-0.1.40 release:
|
||||
https://github.com/OpenSCAP/scap-security-guide/releases/tag/v0.1.40
|
||||
- Update to use Python3 for build.
|
||||
|
||||
* Fri May 04 2018 Watson Yuuma Sato <wsato@redhat.com> - 0.1.39-2
|
||||
- Add python version to python2-jinja2 package
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (scap-security-guide-0.1.39.tar.bz2) = 597faf7b6cf9bed74c6e75cf88568a9b8ee8ac441d8f2cfa79d653d650e55920ef719f97b522254b1dffb71e3d2d08a871678186fbadf6a330b5a071a6c8e73f
|
||||
SHA512 (scap-security-guide-0.1.40.tar.bz2) = 8956c13447a7696abb8cd1dbc38f9196c97d632bf29c89636e71c5c0d4926a948a49ceb3059fa7b2a28d8b497697c7b5ab25437519ba64bbbf231517553b36df
|
||||
|
Loading…
Reference in New Issue
Block a user