scap-security-guide-0.1.22-1
This commit is contained in:
parent
e196ca65f9
commit
f024d80ee5
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/scap-security-guide-0.1.18.tar.gz
|
/scap-security-guide-0.1.18.tar.gz
|
||||||
/scap-security-guide-0.1.19.tar.gz
|
/scap-security-guide-0.1.19.tar.gz
|
||||||
/scap-security-guide-0.1.21.tar.gz
|
/scap-security-guide-0.1.21.tar.gz
|
||||||
|
/v0.1.22.tar.gz
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
# this one).
|
# this one).
|
||||||
|
|
||||||
Name: scap-security-guide
|
Name: scap-security-guide
|
||||||
Version: 0.1.21
|
Version: 0.1.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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
|
||||||
URL: https://fedorahosted.org/scap-security-guide/
|
URL: https://fedorahosted.org/scap-security-guide/
|
||||||
Source0: http://repos.ssgproject.org/sources/%{name}-%{version}.tar.gz
|
Source0: https://github.com/OpenSCAP/scap-security-guide/archive/v0.1.22.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: libxslt, expat, python
|
BuildRequires: libxslt, expat, python
|
||||||
BuildRequires: python-lxml
|
BuildRequires: python-lxml
|
||||||
@ -50,7 +50,7 @@ mkdir -p %{buildroot}%{_mandir}/en/man8/
|
|||||||
# Add in core Fedora content (SCAP XCCDF and OVAL)
|
# Add in core Fedora content (SCAP XCCDF and OVAL)
|
||||||
cp -a Fedora/dist/content/* %{buildroot}%{_datadir}/xml/scap/ssg/content/
|
cp -a Fedora/dist/content/* %{buildroot}%{_datadir}/xml/scap/ssg/content/
|
||||||
# Add in Fedora manpage
|
# Add in Fedora manpage
|
||||||
cp -a Fedora/input/auxiliary/scap-security-guide.8 %{buildroot}%{_mandir}/en/man8/scap-security-guide.8
|
cp -a docs/scap-security-guide.8 %{buildroot}%{_mandir}/en/man8/scap-security-guide.8
|
||||||
|
|
||||||
# Add in datastream form of RHEL-6 benchmark
|
# Add in datastream form of RHEL-6 benchmark
|
||||||
cp -a RHEL/6/dist/content/ssg-rhel6-ds.xml %{buildroot}%{_datadir}/xml/scap/ssg/content/
|
cp -a RHEL/6/dist/content/ssg-rhel6-ds.xml %{buildroot}%{_datadir}/xml/scap/ssg/content/
|
||||||
@ -65,6 +65,9 @@ cp -a RHEL/7/dist/content/ssg-rhel7-ds.xml %{buildroot}%{_datadir}/xml/scap/ssg/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 05 2015 Šimon Lukašík <slukasik@redhat.com> - 0.1.22-1
|
||||||
|
- update to the latest upstream release
|
||||||
|
|
||||||
* Wed Mar 04 2015 Šimon Lukašík <slukasik@redhat.com> - 0.1.21-1
|
* Wed Mar 04 2015 Šimon Lukašík <slukasik@redhat.com> - 0.1.21-1
|
||||||
- update to the latest upstream release
|
- update to the latest upstream release
|
||||||
- move content to /usr/share/scap/ssg/content
|
- move content to /usr/share/scap/ssg/content
|
||||||
|
Loading…
Reference in New Issue
Block a user