From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040217 Description of problem: The %postinstall scripts for at currently look like: postinstall scriptlet (using /bin/sh): touch /var/spool/at/.SEQ chmod 600 /var/spool/at/.SEQ chown daemon.daemon /var/spool/at/.SEQ /sbin/chkconfig --add atd The chown should be changed to daemon:daemon inline with the recent enforcement of this syntax. Version-Release number of selected component (if applicable): at-3.1.8-50 How reproducible: Always Steps to Reproduce: 1. Install at 2. Verify ownership of /var/spool/at/.SEQ 3. Actual Results: Depending on when at was originally installed, ownership may be correct. If installing fresh from fedora devel, they may not be correct. Expected Results: Ownership set to daemon:daemon Additional info:
Should get fixed in the next build, though I was under the impression that the change of behaviour was reverted upstream.
This was apparently changed around 3.1.8-51