Skip to content

Commit

Permalink
chore: bump rhc and yggdrasil versions
Browse files Browse the repository at this point in the history
rhc v0.2.3
yggdrasil v0.2.2

Signed-off-by: Alba Hita Catala <[email protected]>
  • Loading branch information
ahitacat committed Jun 29, 2023
1 parent 15af691 commit 20c9ff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .copr/rhc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ License: GPLv3
URL: https://github.com/redhatinsights/rhc

Source0: %{name}-%{version}-@[email protected]
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}
Expand All @@ -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} \
Expand Down Expand Up @@ -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} \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 20c9ff8

Please sign in to comment.