Description of problem: The package spacewalk-proxy-tools does chkconfig rhn-proxy on in %post script. This is against Fedora Packaging guidelines, as stated in https://fedoraproject.org/wiki/Packaging/SysVInitScript Why don't we.... * run 'chkconfig <service> on'? If a service should be enabled by default, make this the default in the init script. Doing otherwise will cause the service to be turned on on upgrades if the user explicitly disabled it. Version-Release number of selected component (if applicable): spacewalk-proxy-tools-0.4.5-1.el5 How reproducible: Deterministic. Steps to Reproduce: 1. rpm -q --scripts spacewalk-proxy-tools | grep 'chkconfig.*on' Actual results: # rpm -q --scripts spacewalk-proxy-tools | grep 'chkconfig.*on' /sbin/chkconfig --level 345 rhn-proxy on Expected results: No chkconfig on done. Additional info:
commited in b9b46e7959d9a1d721a2c12bc2c3d0060e202099
Spacewalk 0.5 released.
Spacewalk 0.5 has been released for long time ago.