Sun Sep 29 2019

This commit is contained in:
2020-07-09 01:50:08 +03:00
parent f6c8da5609
commit 21213ff1f1
4 changed files with 91 additions and 23 deletions

View File

@ -1,7 +1,7 @@
%global steamuser steam
Name: kf2-srv
Version: 0.3.0
Version: 0.4.0
Release: 1%{dist}
Summary: Killing Floor 2 server
Group: Amusements/Games
@ -77,6 +77,12 @@ if [[ $1 -eq 0 ]] ; then # Uninstall
fi
%changelog
* Sun Sep 29 2019 GenZmeY <genzmey@gmail.com> - 0.4.0-1
- Reworked main.template and kf2-srv@.service;
- Add --restart option;
- --status option shows more info;
- --list option removed.
* Fri Sep 20 2019 GenZmeY <genzmey@gmail.com> - 0.3.0-1
- validate option;
- auto validate on change active branch;