Hide Forgot
Description of problem: When verifying the package using rpm -V the verification fails Version-Release number of selected component (if applicable): tuned-0.2.19-11.el6.1.noarch tuned-0.2.19-13.el6.noarch How reproducible: always Steps to Reproduce: 1. rpm -V tuned Actual results: for -11: ....L.... c /etc/ktune.d/tunedadm.conf ....L.... c /etc/sysconfig/ktune S.5....T. c /etc/tune-profiles/active-profile ....L.... c /etc/tuned.conf for -13: ....L.... c /etc/sysconfig/ktune S.5....T. c /etc/tune-profiles/active-profile ....L.... c /etc/tuned.conf Expected results: no errors Additional info:
(In reply to Hubert Kario from comment #0) > for -11: > ....L.... c /etc/ktune.d/tunedadm.conf > ....L.... c /etc/sysconfig/ktune > S.5....T. c /etc/tune-profiles/active-profile > ....L.... c /etc/tuned.conf > > for -13: > ....L.... c /etc/sysconfig/ktune > S.5....T. c /etc/tune-profiles/active-profile > ....L.... c /etc/tuned.conf > I think there is no regression. It is caused by (non-optimal) design of the RHEL-6 tuned - it updates symlinks during profile change. So probably both versions behaves the same if same profile is selected. We can disable the check for the affected files.
(In reply to Jaroslav Škarvada from comment #2) > I think there is no regression. It is caused by (non-optimal) design of the > RHEL-6 tuned - it updates symlinks during profile change. So probably both > versions behaves the same if same profile is selected. We can disable the > check for the affected files. Yes, since the file are supposed to be changed, excluding them from the check would be good idea.
Upstream commit: https://git.fedorahosted.org/cgit/tuned.git/commit/?h=1.0&id=815933dd3f711dfef45967a1a79087d68f0559b0
============================== Verified in version: tuned-0.2.19-15.el6.noarch PASSED ============================== # rpm -V tuned # echo $? 0 ================================== Reproduced in version: tuned-0.2.19-13.el6_6.1.noarch FAIL ================================== # rpm -V tuned ....L.... c /etc/ktune.d/tunedadm.conf ....L.... c /etc/sysconfig/ktune S.5....T. c /etc/tune-profiles/active-profile ....L.... c /etc/tuned.conf # echo $? 1
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1376.html