-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump rhc and yggdrasil versions
rhc v0.2.3 yggdrasil v0.2.2 Signed-off-by: Alba Hita Catala <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
@@ -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} \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters