Rebase to release 0.1.59
This commit is contained in:
parent
2bc9c2e6db
commit
500fdac831
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@
|
|||||||
/scap-security-guide-0.1.56.tar.bz2
|
/scap-security-guide-0.1.56.tar.bz2
|
||||||
/scap-security-guide-0.1.57.tar.bz2
|
/scap-security-guide-0.1.57.tar.bz2
|
||||||
/scap-security-guide-0.1.58.tar.bz2
|
/scap-security-guide-0.1.58.tar.bz2
|
||||||
|
/scap-security-guide-0.1.59.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%global _vpath_builddir build
|
%global _vpath_builddir build
|
||||||
|
|
||||||
Name: scap-security-guide
|
Name: scap-security-guide
|
||||||
Version: 0.1.58
|
Version: 0.1.59
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Security guidance and baselines in SCAP formats
|
Summary: Security guidance and baselines in SCAP formats
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -80,6 +80,7 @@ rm %{buildroot}/%{_docdir}/%{name}/Contributors.md
|
|||||||
%{_datadir}/xml/scap/ssg/content
|
%{_datadir}/xml/scap/ssg/content
|
||||||
%{_datadir}/%{name}/kickstart
|
%{_datadir}/%{name}/kickstart
|
||||||
%{_datadir}/%{name}/ansible/*.yml
|
%{_datadir}/%{name}/ansible/*.yml
|
||||||
|
%{_datadir}/%{name}/tailoring
|
||||||
%lang(en) %{_mandir}/man8/scap-security-guide.8.*
|
%lang(en) %{_mandir}/man8/scap-security-guide.8.*
|
||||||
%doc %{_docdir}/%{name}/LICENSE
|
%doc %{_docdir}/%{name}/LICENSE
|
||||||
%if ( %{defined rhel} && (! %{defined centos}) )
|
%if ( %{defined rhel} && (! %{defined centos}) )
|
||||||
@ -97,6 +98,10 @@ rm %{buildroot}/%{_docdir}/%{name}/Contributors.md
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 01 2021 Watson Sato <wsato@redhat.com> - 0.1.59-1
|
||||||
|
- Update to latest upstream SCAP-Security-Guide-0.1.59 release:
|
||||||
|
https://github.com/ComplianceAsCode/content/releases/tag/v0.1.59
|
||||||
|
|
||||||
* Thu Sep 30 2021 Watson Sato <wsato@redhat.com> - 0.1.58-1
|
* Thu Sep 30 2021 Watson Sato <wsato@redhat.com> - 0.1.58-1
|
||||||
- Update to latest upstream SCAP-Security-Guide-0.1.58 release:
|
- Update to latest upstream SCAP-Security-Guide-0.1.58 release:
|
||||||
https://github.com/ComplianceAsCode/content/releases/tag/v0.1.58
|
https://github.com/ComplianceAsCode/content/releases/tag/v0.1.58
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (scap-security-guide-0.1.58.tar.bz2) = 656d959d9e92f1b857afdd25fdb3eb2918630a0ffe34b90ffe3939124410c6d0e655d71b10c99f6ff35090a086ac7bd57acdc1d55822e472f09f160704f1a7d7
|
SHA512 (scap-security-guide-0.1.59.tar.bz2) = 2a92e6835749137c1080f08d2120949dbfea01eedf5f29728beb84dae62f90fd81b8869337cffa738de90641e0f5efc58115d914dceb691b12b805af2ad2de04
|
||||||
|
Loading…
Reference in New Issue
Block a user