diff --git a/crossfire.spec b/crossfire.spec index caf90ce..de9f6ee 100644 --- a/crossfire.spec +++ b/crossfire.spec @@ -7,7 +7,7 @@ Name: crossfire Version: 1.10.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Server for hosting crossfire games Group: Amusements/Games # All files GPLv2+ except server/daemon.c which also has MIT attributions @@ -220,7 +220,7 @@ install -pD -m 0644 %{SOURCE10} $RPM_BUILD_ROOT%{logwatch_conf}/services/%{name} getent group crossfire >/dev/null || groupadd -r crossfire getent passwd crossfire >/dev/null || \ useradd -r -g crossfire -d %{_datadir}/%{name} -s /sbin/nologin \ - -c "Useful comment about the purpose of this account" USERNAME + -c "Daemon account for the crossfire server" crossfire exit 0 %post @@ -332,6 +332,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 18 2008 Wart 1.10.0-5 +- Fix creation of the crossfire user (BZ #442384) + * Sat Feb 9 2008 Wart 1.10.0-4 - Rebuild for gcc 4.3