From 04c969ec838f9242369a2b4b52e008ae927b9a8d Mon Sep 17 00:00:00 2001 From: Andrey Limachko Date: Wed, 21 Dec 2022 17:02:29 +0400 Subject: [PATCH] 0.2.1-alt1 - Initial build --- .gear/domain-diag.spec | 36 ++++++++++++++++++++++++++++++++++++ .gear/rules | 2 ++ domain-diag | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 .gear/domain-diag.spec create mode 100644 .gear/rules diff --git a/.gear/domain-diag.spec b/.gear/domain-diag.spec new file mode 100644 index 0000000..9a899a8 --- /dev/null +++ b/.gear/domain-diag.spec @@ -0,0 +1,36 @@ +Name: domain-diag +Version: 0.2.1 +Release: alt1 + +Summary: Active Directory domain environment diagnostic tool +License: GPLv3 +Group: System/Configuration/Other +BuildArch: noarch + +Url: https://gitea.basealt.ru/saratov/domain-diag + +Source: %name-%version.tar + +BuildRequires: shellcheck + +%description +Active Directory domain environment diagnostic tool. + +%prep +%setup -q + +%build + +%install +install -p -D -m755 %name %buildroot%_bindir/%name + +%check +shellcheck -e SC1090,SC1091,SC2004,SC2015,SC2034,SC2086,SC2154,SC2001,SC2120,SC2119 %name + +%files +%_bindir/%name + +%changelog +* Wed Dec 21 2022 Andrey Limachko 0.2.1-alt1 +- Initial build + diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..6bfb3d6 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: . +spec: .gear/domain-diag.spec diff --git a/domain-diag b/domain-diag index 2645275..4ffb40b 100755 --- a/domain-diag +++ b/domain-diag @@ -7,7 +7,7 @@ set -euo pipefail terminfo_init PROG="domain-diag" -VERSION=0.2 +VERSION=0.2.1 verbose= listcmd= runcmd=run