Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1283289

Summary: Missing requires on EAP >= 6.4
Product: Red Hat Enterprise Virtualization Manager Reporter: Sandro Bonazzola <sbonazzo>
Component: ovirt-engineAssignee: Sandro Bonazzola <sbonazzo>
Status: CLOSED CURRENTRELEASE QA Contact: Lukas Svaty <lsvaty>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.6.0CC: bazulay, didi, eedri, gklein, juwu, lsurette, lsvaty, rbalakri, Rhev-m-bugs, sbonazzo, yeylon, ykaul, ylavi
Target Milestone: ovirt-3.6.2   
Target Release: 3.6.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Known Issue
Doc Text:
Cause: missing dependency on EAP 6.4 Consequence: EAP is not automatically updated Workaround (if any): yum update will update EAP Result:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-11 07:34:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Integration RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sandro Bonazzola 2015-11-18 15:42:06 UTC
Missing an explicit require on EAP >= 6.4 cause missing update of EAP packages.

 # jboss-eap-6.1.0
  Requires:     jbossas-standalone >= 0:7.2.0
  Requires:     jbossas-bundles >= 0:7.2.0
  Requires:     jbossas-modules-eap >= 0:7.2.0

should be:

  # jboss-eap-6.4.0
  Requires: jbossas-standalone >= 0:7.5.0
  Requires: jbossas-bundles >= 0:7.5.0
  Requires: jbossas-modules-eap >= 0:7.5.0

Comment 5 Julie 2016-02-03 20:52:40 UTC
Hi Sandro,
  Can you confirm if this bug requires to be in the release notes? It seems like a bug found internally.

Cheers,
Julie

Comment 6 Sandro Bonazzola 2016-02-05 06:25:13 UTC
(In reply to Julie from comment #5)
> Hi Sandro,
>   Can you confirm if this bug requires to be in the release notes? It seems
> like a bug found internally.

Not worth to be in release notes for GA.


> 
> Cheers,
> Julie