-
Notifications
You must be signed in to change notification settings - Fork 31
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: Navid Yaghoobi <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
Name: podman-tui | ||
Version: 0.15.0 | ||
Release: dev.1%{?dist} | ||
Release: 1%{?dist} | ||
Summary: Podman Terminal User Interface | ||
License: ASL 2.0 | ||
URL: %{git0} | ||
|
@@ -60,7 +60,10 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} | |
%{_bindir}/%{name} | ||
|
||
%changelog | ||
* Sat Dec 09 2023 Navid Yaghoobi <[email protected]> 0.15.0-dev-1 | ||
* Wed Dec 20 2023 Navid Yaghoobi <[email protected]> 0.15.0-1 | ||
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 [CVE-2023-48795] | ||
- Bump github.com/gdamore/tcell/v2 from 2.6.0 to 2.7.0 | ||
- Bump github.com/containers/podman/v4 from 4.8.1 to 4.8.2 | ||
|
||
* Sat Dec 09 2023 Navid Yaghoobi <[email protected]> 0.14.0-1 | ||
- Container create dialog - user/groups category options | ||
|