Description of problem: The rpm verify test fails due to problem with permissions on file /etc/cups/classes.conf. According to specfile they should be 644 but they are 600. Version-Release number of selected component (if applicable): cups-1.2.4-11.9.el5 cups-1.2.4-11.5.1.el5 How reproducible: Always Steps to Reproduce: 1. install cups package 2. # rpm -V cups 3. # ll /etc/cups/classes.conf 4. grep cups specfile for line that contains: %config(noreplace) %attr(0644,root,lp) /etc/cups/classes.conf Actual results: qa.[root@i386-5client tps]# rpm -V cups .M...... c /etc/cups/classes.conf qa.[root@i386-5client tps]# ll /etc/cups/classes.conf -rw------- 1 root lp 0 Jun 12 08:52 /etc/cups/classes.conf Specfile content: ... %config(noreplace)%attr(0644,root,lp) /etc/cups/classes.conf ... Expected results: No rpm verify failures. The permissions of /etc/cups/classes.conf in specfile should match actual permissions after installation.
Proposing for RHEL-5.3 and granting Devel ACK. Read ya, Phil
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release.
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 therefore 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/RHEA-2009-0201.html