diff --git a/Makefile b/Makefile index 5dcd274..bdb5fb6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ development # Project constants -VERSION ?= 0.1 +VERSION ?= 0.2 PKGNAME ?= rhc-worker-bash GO_SOURCES := $(wildcard src/*.go) PYTHON ?= python3 diff --git a/packaging/rhc-worker-bash.spec b/packaging/rhc-worker-bash.spec index d643fb4..2c40c09 100644 --- a/packaging/rhc-worker-bash.spec +++ b/packaging/rhc-worker-bash.spec @@ -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 0.2-1 +- Fix RPM specfile Source + * Wed Jun 14 2023 Rodolfo Olivieri 0.1-1 - Initial RPM release