From ac09a493bba2f3aa666fe36d41287047fb67241c Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Thu, 2 Dec 2021 17:33:52 +0100 Subject: [PATCH] added apt and yamllint (1.0.4-1) --- ww8-bash.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ww8-bash.spec b/ww8-bash.spec index 90a2c39..714c39e 100644 --- a/ww8-bash.spec +++ b/ww8-bash.spec @@ -1,6 +1,6 @@ Name: ww8-bash -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} License: MIT Summary: Environment settings @@ -46,6 +46,9 @@ Requires: tmux Requires: spawn Requires: parallel +Requires: apg +Requires: yamllint + %description tools Basic shell tools provided in Institute of Material Simulation (WW8). @@ -73,6 +76,8 @@ rm -rf %{buildroot} %changelog +* Thu Dec 2 2021 Christof Schulze - 1.0.4-1 + - added apt and yamllint * Thu Apr 29 2021 Christof Schulze - 1.0.3-1 - include meta-package to populate the bash * Mon Mar 15 2021 Christof Schulze - 1.0.2-1 -- GitLab