more parallel actions

This commit is contained in:
2020-08-08 08:28:44 +03:00
parent cccf804193
commit ad30dfe034
3 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,7 @@
%global steamuser steam
Name: kf2-srv
Version: 0.14.0
Version: 0.14.1
Release: 1%{dist}
Summary: Killing Floor 2 server
Group: Amusements/Games
@ -12,9 +12,6 @@ Source0: %{name}-%{version}.tar.gz
BuildRequires: systemd-rpm-macros
#BuildRequires(check): xmllint
#BuildRequires(check): systemd >= 219
Requires: systemd >= 219
Requires: steamcmd >= 2018.01.05-5
Requires: libxml2
@ -99,6 +96,9 @@ if [[ $1 == 1 ]]; then # Install
fi
%changelog
* Sat Aug 8 2020 GenZmeY <genzmey@gmail.com> - 0.14.1-1
- parallel actions for instance list.
* Sat Aug 8 2020 GenZmeY <genzmey@gmail.com> - 0.14.0-1
- new usage (groups/commands);
- new code structure;