import CS scap-security-guide-0.1.79-1.el9

This commit is contained in:
Andrew Lukoshko 2025-12-22 12:06:28 +00:00
parent c49bf4fccc
commit c326b0c8e9
3 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/scap-security-guide-0.1.78.tar.bz2
SOURCES/scap-security-guide-0.1.79.tar.bz2

View File

@ -1 +1 @@
c5818deab3cfdbfb59c3dc745de3898380429a94 SOURCES/scap-security-guide-0.1.78.tar.bz2
91163dda2ac5ca31984d3488bcea8eda7fce1de8 SOURCES/scap-security-guide-0.1.79.tar.bz2

View File

@ -5,7 +5,7 @@
# global _default_patch_fuzz 2 # Normally shouldn't be needed as patches should apply cleanly
Name: scap-security-guide
Version: 0.1.78
Version: 0.1.79
Release: 1%{?dist}
Summary: Security guidance and baselines in SCAP formats
License: BSD-3-Clause
@ -97,6 +97,9 @@ rm %{buildroot}/%{_docdir}/%{name}/Contributors.md
%endif
%changelog
* Mon Dec 15 2025 Jan Černý <jcerny@redhat.com> - 0.1.79-1
- Update to the latest upstream release (RHEL-135773)
* Thu Sep 11 2025 Matthew Burket <mburket@redhat.com> - 0.1.78-1
- rebase scap-security-guide package to version 0.1.78 (RHEL-118557)