From 4cf042a1b99c14e476f285c1ca3be2c2e9d4da65 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Thu, 6 Jul 2017 11:21:50 -0400 Subject: [PATCH] add some more stuff from system-tools comps group plus random --- system-tools.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/system-tools.yaml b/system-tools.yaml index 54e0bbb..875289c 100644 --- a/system-tools.yaml +++ b/system-tools.yaml @@ -37,6 +37,11 @@ data: components: rpms: api: + - calc + - dateutils + - gcal + - htop + - iotop - iproute - iputils - joe @@ -45,10 +50,17 @@ data: - vim-minimal - emacs-nox - nano + - nmap + - nmap-ncat + - rdiff-backup + - screen + - tmux + - wireshark filter: - emacs - emacs-terminal + - nmap-frontend - openssh-askpass - openssh-cavs - openssh-clients-ssh1 @@ -58,14 +70,31 @@ data: - pam_ssh_agent_auth - perl-SGMLpm - vim-X11 + - wireshark-gnome + - wireshark-devel packages: + calc: + rationale: command-line calculator + ref: f26 + dateutils: + rationale: command-line date and time math + ref: f26 emacs: rationale: necessary for editor wars ref: f26 + gcal: + rationale: better command-line calendar utility + ref: f26 hostname: rationale: provides hostname command(s); may later be removed in favor of hostnamectl ref: f26 + htop: + rationale: popular alternative process monitoring tool + ref: f26 + iotop: + rationale: basic diagnostic tool + ref: f26 iproute: rationale: provides common network commands like ip ref: f26 @@ -84,9 +113,24 @@ data: nano: rationale: like Canada for editor wars ref: f26 + nmap: + rationale: network diagnostic tool + also netcat + ref: f26 openssh: rationale: provides openssh client ref: f26 + rdiff-backup: + rationale: incremental backup and mirror utility + ref: f26 + screen: + rationale: for the screen vs. tmux wars + ref: f26 + tmux: + rationale: for the screen vs. tmux wars + ref: f26 vim: rationale: necessary for editor wars ref: f26 + wireshark: + rationale: network traffic analyzer + ref: f26