Bug 168312
Summary: | up2date config file is not ignored in rpm -V | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 3 | Reporter: | Beth Nackashi <bnackash> |
Component: | up2date | Assignee: | Bryan Kearney <bkearney> |
Status: | CLOSED ERRATA | QA Contact: | Beth Nackashi <bnackash> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.0 | CC: | alikins |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | RHBA-2006-0465 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-07-20 15:14:32 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: | 179651, 179652, 181405 |
Description
Beth Nackashi
2005-09-14 20:29:21 UTC
hmm, maybe Blocking rhnupr4u4 and rhnupr3u8 to track the progress of the release Moving bugs to the CanFix List This bug has been fixed in this release *** Bug 179896 has been marked as a duplicate of this bug. *** To view the spec file: 1- copy the source rpm onto the client 2- rpm2cpio up2date-x.x.xx-x.src.rpm |cpio -i -d 3- open up2date.spec Package verified: up2date-4.4.69-8.src.rpm The following lines were added to up2date.spec to fix this bug: %config(noreplace) %verify(not md5 size mtime mode) /etc/sysconfig/rhn/up2date %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/rhn/up2date-uuid I have seen a mode failure on my x86_64 box, so I am recommending adding mode to the up2date-uuid list of excludes. [root@bnackash-64 tmp]# rpm -V up2date .M...... c /etc/sysconfig/rhn/up2date-uuid latest up2date and rhnlib packages: /dist/3.0E-U8/up2date/4.4.69-10 /dist/3.0E-U8/rhnlib/1.8.7-3 mode has been added to the up2date-uuid list of excludes: %config(noreplace) %verify(not md5 size mtime mode) /etc/sysconfig/rhn/up2date %config(noreplace) %verify(not md5 size mtime mode) /etc/sysconfig/rhn/up2date-uuid An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2006-0465.html |