Add version to prefix of python2-jinja2 package
This commit is contained in:
parent
261855b6ca
commit
94e9092315
@ -1,6 +1,6 @@
|
|||||||
Name: scap-security-guide
|
Name: scap-security-guide
|
||||||
Version: 0.1.39
|
Version: 0.1.39
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Security guidance and baselines in SCAP formats
|
Summary: Security guidance and baselines in SCAP formats
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: Public Domain
|
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
|
Source0: https://github.com/OpenSCAP/scap-security-guide/releases/download/v%{version}/scap-security-guide-%{version}.tar.bz2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: libxslt, expat, python2, openscap-scanner >= 1.2.5, python2-lxml, cmake >= 2.8, python-jinja2, PyYAML
|
BuildRequires: libxslt, expat, python2, openscap-scanner >= 1.2.5, python2-lxml, cmake >= 2.8, python2-jinja2, PyYAML
|
||||||
Requires: xml-common, openscap-scanner >= 1.2.5
|
Requires: xml-common, openscap-scanner >= 1.2.5
|
||||||
Obsoletes: openscap-content < 0:0.9.13
|
Obsoletes: openscap-content < 0:0.9.13
|
||||||
Provides: openscap-content
|
Provides: openscap-content
|
||||||
@ -63,6 +63,9 @@ cd build
|
|||||||
%doc %{_docdir}/%{name}/tables/*.html
|
%doc %{_docdir}/%{name}/tables/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 04 2018 Watson Yuuma Sato <wsato@redhat.com> - 0.1.39-2
|
||||||
|
- Add python version to python2-jinja2 package
|
||||||
|
|
||||||
* Fri May 04 2018 Watson Yuuma Sato <wsato@redhat.com> - 0.1.39-1
|
* 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:
|
- Update to latest upstream SCAP-Security-Guide-0.1.39 release:
|
||||||
https://github.com/OpenSCAP/scap-security-guide/releases/tag/v0.1.39
|
https://github.com/OpenSCAP/scap-security-guide/releases/tag/v0.1.39
|
||||||
|
Loading…
Reference in New Issue
Block a user