Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1324183

Summary: Failing to install tuned-profiles-realtime
Product: Red Hat Enterprise Linux 7 Reporter: Daniel Bristot de Oliveira <daolivei>
Component: relengAssignee: Jan Blazek <jblazek>
Status: CLOSED WORKSFORME QA Contact: Release Test Team <release-test-team-automation>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 7.2CC: bhu, jblazek, jeder, jskarvad, ncroxon
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-12 08:08:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Bristot de Oliveira 2016-04-05 18:22:44 UTC
Created attachment 1143929 [details]
RHEL-RT install failure

Description of problem:
I am receiving the following error when installing the tuned-profiles-realtime:

[root@rhel72minimal ~]# yum install tuned-profiles-realtime
.....
Error: Package: tuned-profiles-realtime-2.5.1-4.el7_2.2.noarch (rhel-7-server-rt-rpms)
           Requires: tuned = 2.5.1-4.el7_2.2
           Installed: tuned-2.5.1-4.el7_2.3.noarch (@rhel-7-server-aus-rpms)
               tuned = 2.5.1-4.el7_2.3
           Available: tuned-2.3.0-11.el7.noarch (rhel-7-server-aus-rpms)
               tuned = 2.3.0-11.el7
           Available: tuned-2.3.0-11.el7_0.3.noarch (rhel-7-server-aus-rpms)
               tuned = 2.3.0-11.el7_0.3
           Available: tuned-2.4.1-1.el7.noarch (rhel-7-server-aus-rpms)
               tuned = 2.4.1-1.el7
           Available: tuned-2.5.1-4.el7.noarch (rhel-7-server-aus-rpms)
               tuned = 2.5.1-4.el7
           Available: tuned-2.5.1-4.el7_2.1.noarch (rhel-7-server-aus-rpms)
               tuned = 2.5.1-4.el7_2.1
           Available: tuned-2.5.1-4.el7_2.2.noarch (rhel-7-server-aus-rpms)
               tuned = 2.5.1-4.el7_2.2

Version-Release number of selected component (if applicable):
2.5.1-4.el7_2.2

How reproducible:
Always

Steps to Reproduce:
1. Update RHEL-7 (yum -y update)
2. Try to install tuned-profiles-realtime

Actual results:
Failing to install tuned-profiles-realtime

Expected results:
Install tuned-profiles-realtime


Additional info:
This is breaking the Red Hat Enterprise Linux for Real Time installation: "yum groupinstall RT" is failing because of this error.

I am attaching the console log of a failure in the rhel-rt installation because of this problem.

Comment 2 Daniel Bristot de Oliveira 2016-04-05 19:13:25 UTC
The tuned-profiles-sap is matching the version with tuned, so it is installing.
But the tuned-profiles-sap-hana is also in the el7_2.2 version, thus failing like the realtime profile.

I wonder if the problem is that the profiles packages are requiring the same (=) version of the tuned, and not the same or newer (>=) version.

Comment 3 Jaroslav Škarvada 2016-04-06 10:34:48 UTC
I think this is relengs bug, the versions should be same everywhere. Ccing jblazek from relengs.

As devels we may loose the deps in the tuned package, i.e to major.minor tuned version instead of the full NVR, but we shouldn't do >= as the tool/profiles arestill under development.

Comment 5 Daniel Bristot de Oliveira 2016-04-11 18:50:02 UTC
FYI: It is working! Thanks!

Comment 6 Jan Blazek 2016-04-12 08:08:07 UTC
(In reply to Daniel Bristot de Oliveira from comment #5)
> FYI: It is working! Thanks!

Thank you for the information.