0.2.1-alt1

- Initial build
This commit is contained in:
Андрей Лимачко 2022-12-21 17:02:29 +04:00
parent 9074a88dd9
commit 04c969ec83
Signed by untrusted user: liannnix
GPG Key ID: 1D8EEB2E408272C0
3 changed files with 39 additions and 1 deletions

36
.gear/domain-diag.spec Normal file
View File

@ -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 <liannnix@altlinux.org> 0.2.1-alt1
- Initial build

2
.gear/rules Normal file
View File

@ -0,0 +1,2 @@
tar: .
spec: .gear/domain-diag.spec

View File

@ -7,7 +7,7 @@ set -euo pipefail
terminfo_init
PROG="domain-diag"
VERSION=0.2
VERSION=0.2.1
verbose=
listcmd=
runcmd=run