Bug 523631
| Summary: | Files in /etc/rhn/default should not be %config(noreplace) | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Miroslav Suchý <msuchy> |
| Component: | Upgrades | Assignee: | Miroslav Suchý <msuchy> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Michael Mráka <mmraka> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 530 | CC: | cperry, jhutar, mmraka |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | Fixed in the 5.4.0 Release - GA'd 2010-10-27 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-10-28 15:03:26 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 608752 | ||
|
Description
Miroslav Suchý
2009-09-16 09:16:12 UTC
Commited to Spacewalk.git as c1bb92a95c9be8ca806259386a47e3ff6f9068d3 Actually it is commit 19039767e10699dd4f01d0379c9041b744d4618b FAILS_QA:
There are files without %config(noreplace) left:
osad.spec:%config %{_sysconfdir}/rhn/default/rhn_osa-dispatcher.conf
java/spacewalk-java.spec:%config %{_sysconfdir}/rhn/default/rhn_hibernate.conf
java/spacewalk-java.spec:%config %{_sysconfdir}/rhn/default/rhn_taskomatic_daemon.conf
java/spacewalk-java.spec:%config %{_sysconfdir}/rhn/default/rhn_taskomatic.conf
java/spacewalk-java.spec:%config %{_sysconfdir}/rhn/default/rhn_org_quartz.conf
satellite-branding/satellite-branding.spec:%{_sysconfdir}/rhn/default/rhn_docs.conf
web/spacewalk-web.spec:%attr(640,root,apache) %config %{_sysconfdir}/rhn/default/rhn_web.conf
web/spacewalk-web.spec:%attr(640,root,apache) %config %{_sysconfdir}/rhn/default/rhn_dobby.conf
web/spacewalk-web.spec:%attr(640,root,apache) %config %{_sysconfdir}/rhn/default/rhn_web.conf
We do *not* want to have %config(noreplace). I.e. instead of %config(noreplace) we want pure %config. Those which was %config only is ok. $ git grep '/default/' |grep '%config' | grep '(noreplace)' give me no output. Flipping back to ON_QA Oops, files *should not* have %config(noreplace) so it's alright. Verified for [root@ibm-x3650-01 ~]# rpm -qf /etc/rhn/default/* | sort -u osa-dispatcher-5.9.38-1.el5sat satellite-branding-5.4.0.8-1.el5sat spacewalk-backend-1.2.13-9.el5sat spacewalk-backend-app-1.2.13-9.el5sat spacewalk-backend-applet-1.2.13-9.el5sat spacewalk-backend-config-files-1.2.13-9.el5sat spacewalk-backend-config-files-tool-1.2.13-9.el5sat spacewalk-backend-iss-export-1.2.13-9.el5sat spacewalk-backend-package-push-server-1.2.13-9.el5sat spacewalk-backend-server-1.2.13-9.el5sat spacewalk-backend-tools-1.2.13-9.el5sat spacewalk-backend-upload-server-1.2.13-9.el5sat spacewalk-backend-xmlrpc-1.2.13-9.el5sat spacewalk-backend-xp-1.2.13-9.el5sat spacewalk-base-minimal-1.2.7-4.el5sat spacewalk-dobby-1.2.7-4.el5sat spacewalk-java-config-1.2.39-26.el5sat spacewalk-pxt-1.2.7-4.el5sat The 5.4.0 RHN Satellite and RHN Proxy release has occurred. This issue has been resolved with this release. RHEA-2010:0801 - RHN Satellite Server 5.4.0 Upgrade https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10332 RHEA-2010:0803 - RHN Tools enhancement update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10333 RHEA-2010:0802 - RHN Proxy Server 5.4.0 bug fix update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10334 RHEA-2010:0800 - RHN Satellite Server 5.4.0 https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10335 Docs are available: http://docs.redhat.com/docs/en-US/Red_Hat_Network_Satellite/index.html Regards, Clifford |