-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial release. Signed-off-by: Ondra Machacek <[email protected]>
- Loading branch information
1 parent
4bed63e
commit 1639dde
Showing
2 changed files
with
4 additions
and
11 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = 1.0 | ||
VERSION = 0.1.0 | ||
RELEASE = 1 | ||
DIST_DIR = $(shell pwd)/dist | ||
CGO_ENABLED = 0 | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%define _build_id_links none | ||
|
||
Name: flotta-agent | ||
Version: 1.0 | ||
Version: 0.1.0 | ||
Release: 1%{?dist} | ||
Summary: Agent application for the Flotta Edge Management solution | ||
ExclusiveArch: %{go_arches} | ||
|
@@ -63,12 +63,5 @@ make install-worker-config LIBEXECDIR=%{_libexecdir} BUILDROOT=%{buildroot} SYSC | |
ln -sf %{_libexecdir}/yggdrasil/device-worker-race %{_libexecdir}/yggdrasil/device-worker | ||
|
||
%changelog | ||
|
||
* Fri Feb 11 2022 Eloy Coto <[email protected]> 1.1 | ||
Using latest version of yggdrasil | ||
|
||
* Tue Nov 02 2021 Eloy Coto <[email protected]> 1.0 | ||
Compile Go code directly on the RPM spec, don't ship binaries. | ||
|
||
* Thu Sep 23 2021 Piotr Kliczewski - 1.0 | ||
- TBD | ||
* Thu May 12 2022 Ondra Machacek <[email protected]> 0.1.0-1 | ||
- Initial release. |