#792818 tuxtype: chown does not work in build enviroment

Package:
tuxtype
Source:
tuxtype
Description:
Educational Typing Tutor Game Starring Tux
Submitter:
Aleksei Loginov
Date:
2015-07-19 08:33:03 UTC
Severity:
normal
#792818#5
Date:
2015-07-18 19:53:30 UTC
From:
To:
chown does not work in build enviroment - disable it (all distros
patches sources, better to change
code)

#792818#10
Date:
2015-07-19 08:03:04 UTC
From:
To:
control: tags -1 moreinfo

Hi Aleksei,

can you point me to a log where this error is visible? I don't see why chown
shouldn't work in the install target…


cheers,
	Holger

#792818#17
Date:
2015-07-19 08:30:27 UTC
From:
To:
This issue is for RPM distros, maybe others, not for install target,
but for %install section of spec file.
They use %attr(-,root,games) for /var/lib/tuxtype/words in section
%files instead of chown.
This issue is about how to find total solution.

/var/lib/tuxtype/words must be writable 775 for games group else
Editor is not usable. It should be fixed.