-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make foreman_scap_client_bash obsolete versioned
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
Name: foreman_scap_client_bash | ||
Version: 0.2.0 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Summary: Client script that runs OpenSCAP scan and uploads the result to foreman proxy | ||
|
||
License: GPLv3 | ||
|
@@ -22,7 +22,7 @@ Requires: openscap-scanner | |
Requires: bzip2 | ||
BuildArch: noarch | ||
|
||
Obsoletes: rubygem-foreman_scap_client | ||
Obsoletes: rubygem-foreman_scap_client < 0.6.3-1 | ||
|
||
%description | ||
Client script that runs OpenSCAP scan and uploads the result to foreman proxy. | ||
|
@@ -46,5 +46,7 @@ mkdir -p %{buildroot}%{config_dir} | |
%doc config | ||
|
||
%changelog | ||
* Fri Jan 17 2025 Oleh Fedorenko <[email protected]> - 0.2.0-2 | ||
- Make obsolete versioned | ||
* Mon Jan 6 2025 Oleh Fedorenko <[email protected]> - 0.2.0-1 | ||
- Initial packaging of 0.2.0 |