-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kun Lai <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 @@ | ||
[package] | ||
edition = "2021" | ||
name = "tng" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
|
||
[dependencies] | ||
anyhow = "1.0.81" | ||
|
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,8 +1,8 @@ | ||
%global debug_package %{nil} | ||
|
||
Name: trusted-network-gateway | ||
Version: 1.0.3 | ||
Release: 2%{?dist} | ||
Version: 1.0.4 | ||
Release: 1%{?dist} | ||
Summary: Trusted Network Gateway | ||
Group: Applications/System | ||
License: ASL 2.0 | ||
|
@@ -89,6 +89,9 @@ install -p -m 755 %{_builddir}/%{name}-%{version}/overlay/usr/local/bin/envoy-st | |
|
||
|
||
%changelog | ||
* Mon Feb 24 2025 Kun Lai <[email protected]> - 1.0.4 | ||
- Nothing but some adjust on build script | ||
|
||
* Wed Jan 22 2025 Kun Lai <[email protected]> - 1.0.3-2 | ||
- Rename package name from tng to trusted-network-gateway. | ||
|
||
|