Skip to content

Commit

Permalink
Fix RPM specfile Source (#35)
Browse files Browse the repository at this point in the history
* Fix RPM specfile Source

Co-authored-by: Andrea Waltlová <[email protected]>
  • Loading branch information
Venefilyn and andywaltlova authored Jul 10, 2023
1 parent 9e1e7de commit 31b2b33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
development

# Project constants
VERSION ?= 0.1
VERSION ?= 0.2
PKGNAME ?= rhc-worker-bash
GO_SOURCES := $(wildcard src/*.go)
PYTHON ?= python3
Expand Down
9 changes: 6 additions & 3 deletions packaging/rhc-worker-bash.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 31b2b33

Please sign in to comment.