-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix RPM specfile Source Co-authored-by: Andrea Waltlová <[email protected]>
- Loading branch information
1 parent
9e1e7de
commit 31b2b33
Showing
2 changed files
with
7 additions
and
4 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
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 |
---|---|---|
|
@@ -18,13 +18,13 @@ | |
%endif | ||
|
||
Name: %{repo_name} | ||
Version: 0.1 | ||
Version: 0.2 | ||
Release: 1%{?dist} | ||
Summary: Remote Host Configuration (rhc) worker for executing bash scripts on hosts managed by Red Hat Insights. | ||
|
||
License: GPLv3+ | ||
URL: https://github.com/%{repo_orgname}/%{repo_name}/ | ||
Source0: https://github.com/%{repo_orgname}/%{repo_name}/releases/download/v%{version}/%{repo_name}-%{version}.tar.gz | ||
URL: https://github.com/%{repo_orgname}/%{repo_name} | ||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz | ||
ExclusiveArch: %{go_arches} | ||
|
||
BuildRequires: golang | ||
|
@@ -61,5 +61,8 @@ install -D -d -m 755 %{buildroot}%{rhc_worker_conf_dir} | |
|
||
%changelog | ||
|
||
* Thu Jul 06 2023 Eric Gustavsson <[email protected]> 0.2-1 | ||
- Fix RPM specfile Source | ||
|
||
* Wed Jun 14 2023 Rodolfo Olivieri <[email protected]> 0.1-1 | ||
- Initial RPM release |