diff --git a/.copr/rhc.spec.in b/.copr/rhc.spec.in index 381a33d..e9f4b0a 100644 --- a/.copr/rhc.spec.in +++ b/.copr/rhc.spec.in @@ -15,7 +15,7 @@ License: GPLv3 URL: https://github.com/redhatinsights/rhc Source0: %{name}-%{version}-@RELEASE@.tar.gz -Source1: https://github.com/RedHatInsights/yggdrasil/releases/download/0.2.1/yggdrasil-0.2.1.tar.gz +Source1: https://github.com/RedHatInsights/yggdrasil/releases/download/0.2.2/yggdrasil-0.2.2.tar.gz Source2: https://github.com/RedHatInsights/yggdrasil-worker-package-manager/releases/download/0.1.0/yggdrasil-worker-package-manager-0.1.0.tar.gz ExclusiveArch: %{go_arches} @@ -40,7 +40,7 @@ MQTT client. %build -cd %{_builddir}/%{name}/yggdrasil-0.2.1 +cd %{_builddir}/%{name}/yggdrasil-0.2.2 make PREFIX=%{_prefix} \ SYSCONFDIR=%{_sysconfdir} \ LOCALSTATEDIR=%{_localstatedir} \ @@ -71,7 +71,7 @@ make PREFIX=%{_prefix} \ %install -cd %{_builddir}/%{name}/yggdrasil-0.2.1 +cd %{_builddir}/%{name}/yggdrasil-0.2.2 make PREFIX=%{_prefix} \ SYSCONFDIR=%{_sysconfdir} \ LOCALSTATEDIR=%{_localstatedir} \ diff --git a/Makefile b/Makefile index 128c0bd..4a25189 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ LONGNAME := rhc BRANDNAME := rhc # Used as the tarball file name. Cannot contain spaces. PKGNAME := rhc -VERSION := 0.2.2 +VERSION := 0.2.3 # Used as the prefix for MQTT topic names TOPICPREFIX := redhat/insights # Used to force sending all HTTP traffic to a specific host.