Update to the latest upstream release
This commit is contained in:
parent
60772c91a4
commit
3231d3c3c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/openscap-report-0.2.5.tar.gz
|
||||
/openscap-report-0.2.6.tar.gz
|
||||
/openscap-report-0.2.7.tar.gz
|
||||
/openscap_report-0.2.9.tar.gz
|
||||
|
@ -1,14 +1,14 @@
|
||||
%global pymodule_name openscap_report
|
||||
|
||||
Name: openscap-report
|
||||
Version: 0.2.7
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.9
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for generating human-readable reports from (SCAP) XCCDF and ARF results
|
||||
|
||||
# The entire source code is LGPL-2.1+ and GPL-2.0+ and MIT except schemas/ and assets/, which are Public Domain
|
||||
License: LGPLv2+ and GPLv2+ and MIT and Public Domain
|
||||
URL: https://github.com/OpenSCAP/%{name}
|
||||
Source0: https://github.com/OpenSCAP/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/OpenSCAP/%{name}/releases/download/v%{version}/%{pymodule_name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -31,7 +31,7 @@ human-readable reports from SCAP XCCDF and ARF results.}
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
%autosetup -p1 -n %{pymodule_name}-%{version}
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
@ -64,6 +64,9 @@ install -m 0644 -Dt %{buildroot}%{_mandir}/man1 _build_docs/oscap-report.1
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 13 2024 Jan Černý <jcerny@redhat.com> - 0.2.9-1
|
||||
- Update to the latest upstream release
|
||||
|
||||
* Mon Jan 29 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 0.2.7-2
|
||||
- Avoid tox dependency
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openscap-report-0.2.7.tar.gz) = d363b867a8de2cdcf72f244947aa88074e24be1561c074148f392da2eab28aee2b3ab1273e4be7eba5776bdb8129204ca3cbd00a088207038d780fef55adc788
|
||||
SHA512 (openscap_report-0.2.9.tar.gz) = d8bca302a8209a57fc63b802dbffa40bd9499221dc6d0a038a168ac3266441cece78548fab44db5aa2f14cd3aa083f059c05ac5ec01150a3ce542dda7937bb25
|
||||
|
Loading…
Reference in New Issue
Block a user