2020-07-08 22:40:18 +00:00
|
|
|
%global steamuser steam
|
|
|
|
|
2020-07-08 23:02:30 +00:00
|
|
|
Name: kf2-srv
|
2020-07-11 22:51:45 +00:00
|
|
|
Version: 0.12.0
|
2020-07-08 23:02:30 +00:00
|
|
|
Release: 1%{dist}
|
|
|
|
Summary: Killing Floor 2 server
|
|
|
|
Group: Amusements/Games
|
|
|
|
License: GNU GPLv3
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Source1: %{name}
|
|
|
|
Source2: %{name}-beta
|
|
|
|
Source3: %{name}.xml
|
|
|
|
Source4: %{name}@.service
|
|
|
|
Source5: %{name}-update.service
|
|
|
|
Source6: %{name}-update.timer
|
|
|
|
Source7: main.conf.template
|
|
|
|
Source8: %{name}-beta@.service
|
|
|
|
Source9: %{name}-beta-update.service
|
|
|
|
Source10: %{name}-beta-update.timer
|
|
|
|
Source11: %{name}.conf
|
2020-07-08 23:03:57 +00:00
|
|
|
Source12: COPYING
|
2020-07-08 23:06:14 +00:00
|
|
|
Source13: rsyslog-%{name}.conf
|
|
|
|
Source14: logrotate-%{name}
|
2020-07-12 01:38:39 +00:00
|
|
|
Source15: bot.conf
|
2020-07-12 23:35:29 +00:00
|
|
|
Source16: %{name}-force-attr
|
|
|
|
Source17: %{name}-force-attr.service
|
2020-07-08 23:02:30 +00:00
|
|
|
|
|
|
|
Requires: systemd >= 219
|
|
|
|
Requires: steamcmd
|
|
|
|
Requires: libxml2
|
|
|
|
Requires: dos2unix
|
|
|
|
Requires: curl
|
|
|
|
Requires: grep
|
|
|
|
Requires: coreutils
|
|
|
|
Requires: sed
|
|
|
|
Requires: util-linux
|
|
|
|
Requires: sudo
|
|
|
|
Requires: psmisc
|
|
|
|
Requires: gawk
|
|
|
|
Requires: multini >= 0.2.3
|
2020-07-08 23:06:14 +00:00
|
|
|
Requires: rsyslog >= 8.25.0
|
|
|
|
Requires: logrotate
|
2020-07-12 01:38:39 +00:00
|
|
|
Requires: inotify-tools
|
2020-07-08 23:02:30 +00:00
|
|
|
|
|
|
|
Provides: %{name}
|
2020-07-08 22:25:08 +00:00
|
|
|
|
|
|
|
%description
|
2020-07-08 22:38:11 +00:00
|
|
|
Command line tool for managing a set of Killing Floor 2 servers.
|
2020-07-08 22:25:08 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2020-07-08 23:03:57 +00:00
|
|
|
install -d %{buildroot}/%{_bindir}
|
2020-07-12 23:35:29 +00:00
|
|
|
install -d %{buildroot}/%{_sbindir}
|
2020-07-08 23:03:57 +00:00
|
|
|
install -d %{buildroot}/%{_prefix}/lib/systemd/system
|
|
|
|
install -d %{buildroot}/%{_prefix}/lib/firewalld/services
|
|
|
|
install -d %{buildroot}/%{_sysconfdir}/%{name}/instances
|
|
|
|
install -d %{buildroot}/%{_sysconfdir}/%{name}/instances-beta
|
|
|
|
install -d %{buildroot}/%{_sysconfdir}/%{name}/mapcycles
|
2020-07-08 23:06:14 +00:00
|
|
|
install -d %{buildroot}/%{_sysconfdir}/rsyslog.d
|
|
|
|
install -d %{buildroot}/%{_sysconfdir}/logrotate.d
|
2020-07-08 23:03:57 +00:00
|
|
|
install -d %{buildroot}/%{_prefix}/games/%{name}
|
|
|
|
install -d %{buildroot}/%{_prefix}/games/%{name}-beta
|
|
|
|
install -d %{buildroot}/%{_datadir}/licenses/%{name}
|
2020-07-08 23:06:14 +00:00
|
|
|
install -d %{buildroot}/%{_localstatedir}/log/%{name}
|
|
|
|
install -d %{buildroot}/%{_localstatedir}/log/%{name}-beta
|
2020-07-08 23:03:57 +00:00
|
|
|
|
|
|
|
# access rights are used here to prevent warnings when building the package
|
2020-07-08 22:56:38 +00:00
|
|
|
install -m 755 %{SOURCE1} %{buildroot}/%{_bindir}
|
2020-07-08 23:03:57 +00:00
|
|
|
install -m 755 %{SOURCE2} %{buildroot}/%{_bindir}
|
2020-07-08 22:56:38 +00:00
|
|
|
install -m 644 %{SOURCE3} %{buildroot}/%{_prefix}/lib/firewalld/services
|
|
|
|
install -m 644 %{SOURCE4} %{buildroot}/%{_prefix}/lib/systemd/system
|
|
|
|
install -m 644 %{SOURCE5} %{buildroot}/%{_prefix}/lib/systemd/system
|
|
|
|
install -m 644 %{SOURCE6} %{buildroot}/%{_prefix}/lib/systemd/system
|
|
|
|
install -m 644 %{SOURCE7} %{buildroot}/%{_sysconfdir}/%{name}
|
|
|
|
install -m 644 %{SOURCE8} %{buildroot}/%{_prefix}/lib/systemd/system
|
|
|
|
install -m 644 %{SOURCE9} %{buildroot}/%{_prefix}/lib/systemd/system
|
|
|
|
install -m 644 %{SOURCE10} %{buildroot}/%{_prefix}/lib/systemd/system
|
2020-07-08 22:59:33 +00:00
|
|
|
install -m 644 %{SOURCE11} %{buildroot}/%{_sysconfdir}/%{name}
|
2020-07-08 23:03:57 +00:00
|
|
|
install -m 644 %{SOURCE12} %{buildroot}/%{_datadir}/licenses/%{name}
|
2020-07-08 23:06:14 +00:00
|
|
|
install -m 644 %{SOURCE13} %{buildroot}/%{_sysconfdir}/rsyslog.d/%{name}.conf
|
|
|
|
install -m 644 %{SOURCE14} %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
|
2020-07-12 01:38:39 +00:00
|
|
|
install -m 644 %{SOURCE15} %{buildroot}/%{_sysconfdir}/%{name}
|
2020-07-12 23:35:29 +00:00
|
|
|
install -m 755 %{SOURCE16} %{buildroot}/%{_sbindir}
|
|
|
|
install -m 644 %{SOURCE17} %{buildroot}/%{_prefix}/lib/systemd/system
|
2020-07-08 22:25:08 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
2020-07-11 22:51:45 +00:00
|
|
|
%attr(0775,root,%{steamuser}) %dir %{_prefix}/games/%{name}
|
|
|
|
%attr(0775,root,%{steamuser}) %dir %{_prefix}/games/%{name}-beta
|
|
|
|
%attr(0775,root,%{steamuser}) %dir %{_sysconfdir}/%{name}
|
|
|
|
%attr(0775,root,%{steamuser}) %dir %{_sysconfdir}/%{name}/instances
|
|
|
|
%attr(0775,root,%{steamuser}) %dir %{_sysconfdir}/%{name}/instances-beta
|
|
|
|
%attr(0775,root,%{steamuser}) %dir %{_sysconfdir}/%{name}/mapcycles
|
|
|
|
%attr(0770,root,%{steamuser}) %dir %{_localstatedir}/log/%{name}
|
|
|
|
%attr(0770,root,%{steamuser}) %dir %{_localstatedir}/log/%{name}-beta
|
2020-07-11 21:54:02 +00:00
|
|
|
%attr(0664,root,%{steamuser}) %config(noreplace) %{_sysconfdir}/%{name}/main.conf.template
|
|
|
|
%attr(0664,root,%{steamuser}) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
|
2020-07-12 01:38:39 +00:00
|
|
|
%attr(0640,root,%{steamuser}) %config(noreplace) %{_sysconfdir}/%{name}/bot.conf
|
2020-07-11 21:54:02 +00:00
|
|
|
%attr(0644,root,root) %config(noreplace) %{_prefix}/lib/firewalld/services/%{name}.xml
|
|
|
|
%attr(0755,root,root) %{_bindir}/%{name}
|
|
|
|
%attr(0755,root,root) %{_bindir}/%{name}-beta
|
2020-07-12 23:35:29 +00:00
|
|
|
%attr(0755,root,root) %{_sbindir}/%{name}-force-attr
|
2020-07-11 21:54:02 +00:00
|
|
|
%attr(0644,root,root) %{_prefix}/lib/systemd/system/*
|
|
|
|
%attr(0644,root,root) %doc %{_datadir}/licenses/%{name}/*
|
|
|
|
%attr(0644,root,root) %{_sysconfdir}/rsyslog.d/%{name}.conf
|
|
|
|
%attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
|
2020-07-08 22:25:08 +00:00
|
|
|
|
|
|
|
%preun
|
|
|
|
if [[ $1 -eq 0 ]] ; then # Uninstall
|
|
|
|
%{_bindir}/%{name} --stop
|
|
|
|
%{_bindir}/%{name} --disable
|
|
|
|
rm -rf %{_prefix}/games/%{name}/*
|
2020-07-08 22:56:38 +00:00
|
|
|
rm -rf %{_prefix}/games/%{name}-beta/*
|
|
|
|
rm -rf %{_sysconfdir}/%{name}/instances/default
|
|
|
|
rm -rf %{_sysconfdir}/%{name}/instances-beta/default
|
2020-07-08 22:25:08 +00:00
|
|
|
fi
|
|
|
|
|
2020-07-08 23:06:14 +00:00
|
|
|
%post
|
2020-07-11 21:54:02 +00:00
|
|
|
#if [[ $1 == 1 ]]; then # Install
|
2020-07-08 23:06:14 +00:00
|
|
|
systemctl daemon-reload
|
2020-07-11 21:54:02 +00:00
|
|
|
systemctl try-restart rsyslog.service
|
|
|
|
#fi
|
2020-07-08 23:06:14 +00:00
|
|
|
|
2020-07-08 22:25:08 +00:00
|
|
|
%changelog
|
2020-07-12 23:35:29 +00:00
|
|
|
* Mon Jul 13 2020 GenZmeY <genzmey@gmail.com> - 0.12.0-1
|
2020-07-11 21:54:02 +00:00
|
|
|
- chat logs without timestamp;
|
|
|
|
- update rsyslog config - now logs will be create with steam group and 640 permissions;
|
2020-07-12 01:38:39 +00:00
|
|
|
- update logrotate config (fixed that logrotate does nothing);
|
2020-07-12 23:35:29 +00:00
|
|
|
- bot password in separate file without read permission to others;
|
2020-07-12 01:38:39 +00:00
|
|
|
- feat: force attr for log/ini files.
|
2020-07-11 21:54:02 +00:00
|
|
|
|
2020-07-09 19:25:09 +00:00
|
|
|
* Thu Jul 9 2020 GenZmeY <genzmey@gmail.com> - 0.11.1-1
|
|
|
|
- fix syntax error in firewalld service.
|
|
|
|
|
2020-07-08 23:06:14 +00:00
|
|
|
* Wed Jul 8 2020 GenZmeY <genzmey@gmail.com> - 0.11.0-1
|
|
|
|
- logging (rsyslog + logrotate).
|
|
|
|
|
2020-07-08 23:03:57 +00:00
|
|
|
* Wed Jul 8 2020 GenZmeY <genzmey@gmail.com> - 0.10.1-1
|
|
|
|
- add COPYING to distributive;
|
|
|
|
- add license info to kf2-srv-beta;
|
|
|
|
- spec fixes;
|
|
|
|
|
2020-07-08 23:02:30 +00:00
|
|
|
* Mon Jun 22 2020 GenZmeY <genzmey@gmail.com> - 0.10.0-1
|
|
|
|
- separate mutators setting;
|
|
|
|
- mutator column in server list;
|
|
|
|
- chat notifications on restart for updates;
|
|
|
|
- unban on working servers;
|
|
|
|
- refactoring.
|
|
|
|
|
2020-07-08 23:00:53 +00:00
|
|
|
* Sun May 31 2020 GenZmeY <genzmey@gmail.com> - 0.9.1-1
|
|
|
|
- fix realtime -mrl with spaces;
|
|
|
|
- mapcycles directory.
|
|
|
|
|
2020-07-08 22:59:33 +00:00
|
|
|
* Wed May 27 2020 GenZmeY <genzmey@gmail.com> - 0.9.0-1
|
|
|
|
- new main.conf format;
|
|
|
|
- multiple WebAdmin and http auth by default;
|
|
|
|
- online actions;
|
|
|
|
- chat-bot;
|
|
|
|
- set password;
|
|
|
|
- refactoring.
|
|
|
|
|
2020-07-08 22:58:10 +00:00
|
|
|
* Mon Apr 27 2020 GenZmeY <genzmey@gmail.com> - 0.8.0-1
|
|
|
|
- use multini for ini edit;
|
|
|
|
- add mutators support;
|
|
|
|
- refactoring;
|
|
|
|
- returned "reboot-updates".
|
|
|
|
|
2020-07-08 22:56:38 +00:00
|
|
|
* Sat Mar 7 2020 GenZmeY <genzmey@gmail.com> - 0.7.0-1
|
|
|
|
- dual versions support;
|
|
|
|
- check updates;
|
|
|
|
- bugfixes.
|
|
|
|
|
2020-07-08 22:53:47 +00:00
|
|
|
* Sat Jan 18 2020 GenZmeY <genzmey@gmail.com> - 0.6.0-1
|
|
|
|
- versions;
|
|
|
|
- instance conf tweaks;
|
|
|
|
- extended map list;
|
|
|
|
- clear cache on delete map;
|
|
|
|
- removed useless messages.
|
|
|
|
|
2020-07-08 22:52:17 +00:00
|
|
|
* Sun Jan 12 2020 GenZmeY <genzmey@gmail.com> - 0.5.0-1
|
|
|
|
- ban admin;
|
|
|
|
- map admin;
|
|
|
|
- multiple args support.
|
|
|
|
|
2020-07-08 22:50:08 +00:00
|
|
|
* 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.
|
|
|
|
|
2020-07-08 22:40:18 +00:00
|
|
|
* Fri Sep 20 2019 GenZmeY <genzmey@gmail.com> - 0.3.0-1
|
|
|
|
- validate option;
|
|
|
|
- auto validate on change active branch;
|
|
|
|
- port info on --status.
|
|
|
|
|
2020-07-08 22:38:11 +00:00
|
|
|
* Mon Sep 16 2019 GenZmeY <genzmey@gmail.com> - 0.2.1-1
|
|
|
|
- --map-sync bugfixes.
|
|
|
|
|
2020-07-08 22:30:25 +00:00
|
|
|
* Mon Sep 16 2019 GenZmeY <genzmey@gmail.com> - 0.2.0-1
|
|
|
|
- Add --map-sync implementation to kf2-srv.
|
|
|
|
|
2020-07-08 22:25:08 +00:00
|
|
|
* Sat Sep 14 2019 GenZmeY <genzmey@gmail.com> - 0.1.0-1
|
|
|
|
- First version of spec.
|