Skip to content

Commit

Permalink
Change Archive name of openscap-report
Browse files Browse the repository at this point in the history
  • Loading branch information
Honny1 committed Apr 23, 2024
1 parent 3359336 commit f2fb7e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true
files: dist/openscap-report-*.tar.gz
files: dist/openscap_report-*.tar.gz
2 changes: 1 addition & 1 deletion openscap-report.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Summary: A tool for generating human-readable reports from (SCAP) XCCDF a
# 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

Expand Down
2 changes: 1 addition & 1 deletion spec/rhel8/openscap-report.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Summary: A tool for generating human-readable reports from (SCAP) XCCDF a
# 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
BuildRequires: python3-devel
Expand Down

0 comments on commit f2fb7e4

Please sign in to comment.