File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 88 development
99
1010# Project constants
11- VERSION ?= 0.1
11+ VERSION ?= 0.2
1212PKGNAME ?= rhc-worker-bash
1313GO_SOURCES := $(wildcard src/* .go)
1414PYTHON ?= python3
Original file line number Diff line number Diff line change 1818%endif
1919
2020Name: %{repo_name }
21- Version: 0.1
21+ Version: 0.2
2222Release: 1%{?dist }
2323Summary: Remote Host Configuration (rhc) worker for executing bash scripts on hosts managed by Red Hat Insights.
2424
2525License: GPLv3+
26- URL: https://github.com/%{repo_orgname }/%{repo_name }/
27- Source0: https://github.com/%{ repo_orgname }/%{ repo_name }/releases/download/ v%{version }/%{repo_name }-%{version }.tar.gz
26+ URL: https://github.com/%{repo_orgname }/%{repo_name }
27+ Source0: %{ url }/archive/ v%{version }/%{name }-%{version }.tar.gz
2828ExclusiveArch: %{go_arches}
2929
3030BuildRequires: golang
@@ -61,5 +61,8 @@ install -D -d -m 755 %{buildroot}%{rhc_worker_conf_dir}
6161
6262%changelog
6363
64+ *
Thu Jul 06 2023 Eric Gustavsson <[email protected] > 0.2-1 65+ - Fix RPM specfile Source
66+
6467*
Wed Jun 14 2023 Rodolfo Olivieri <[email protected] > 0.1-1 6568- Initial RPM release
You can’t perform that action at this time.
0 commit comments