Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# redborder-common
# redborder-common
redborder NG common dependencies
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.5
1.0.6
5 changes: 4 additions & 1 deletion packaging/rpm/redborder-common.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ License: AGPL 3.0
URL: https://github.com/redBorder/redborder-common
Source0: %{name}-%{version}.tar.gz

Requires: bash figlet util-linux vim mlocate tree htop
Requires: bash figlet util-linux vim mlocate tree htop tmux screen net-tools tcpdump

%description
%{summary}
Expand Down Expand Up @@ -49,6 +49,9 @@ exit 0
%doc

%changelog
* Fri May 17 2024 Miguel Negrón <manegron@redborder.com>
- Add tree htop tmux screen net-tools tcpdump

* Mon May 13 2024 Miguel Negrón <manegron@redborder.com>
- Add vim and mlocate as require

Expand Down