From 98b3687d8250980c2abfe41cebfe01ce8cfa4c43 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sun, 20 Jun 2021 15:32:41 +0300 Subject: [PATCH 1/2] v0.3 --- linux-infosec-setupper.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-infosec-setupper.spec b/linux-infosec-setupper.spec index 6e55543..dc9a98f 100644 --- a/linux-infosec-setupper.spec +++ b/linux-infosec-setupper.spec @@ -2,7 +2,7 @@ Name: linux-infosec-setupper Summary: CLI and GUI utilities to setup information security-related parts of Linux License: GPLv3 Group: System/Configuration/Other -Version: 0.2 +Version: 0.3 Release: 1 Source0: %{name}-%{version}.tar.gz BuildArch: noarch From 8751c73c89b2fce8e5cbd5d2d06820c606e9041d Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sun, 20 Jun 2021 15:48:48 +0300 Subject: [PATCH 2/2] fix typo in R --- linux-infosec-setupper.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-infosec-setupper.spec b/linux-infosec-setupper.spec index dc9a98f..612ab1b 100644 --- a/linux-infosec-setupper.spec +++ b/linux-infosec-setupper.spec @@ -18,7 +18,7 @@ BuildRequires: gettext %package common Summary: Common parts for subpackages of %{name} Group: System/Configuration/Other -Requires: awk +Requires: gawk Requires: bash Requires: coreutils Requires: grep