Bug 1362472

Summary: [RFE] Remove dependency on fop and its transitive dependencies
Product: [oVirt] ovirt-engine Reporter: Martin Perina <mperina>
Component: GeneralAssignee: Martin Perina <mperina>
Status: CLOSED CURRENTRELEASE QA Contact: Pavol Brilla <pbrilla>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.0.0CC: bugs, gklein, lsvaty, oourfali, pbrilla, sabose
Target Milestone: ovirt-4.1.0-alphaKeywords: FutureFeature
Target Release: 4.1.0Flags: mperina: ovirt-4.1?
lsvaty: testing_plan_complete-
mperina: planning_ack?
mperina: devel_ack+
lsvaty: testing_ack+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-01 14:53:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Perina 2016-08-02 10:03:46 UTC
Description of problem:

We need fop and its transitive dependencies (avalon-framework, batik, xmlgraphics-common, ...) only to generate single PDF report defined in GlusterVolumeProfileDetails.xsl. This report contains only text information structured using tables, but no graphics, so there is no need to generate PDF file. Also fop and its dependencies are not packaged and we need to distribute those libraries inside engine RPMs. This RFE suggest to remove all code dependent on fop and remove fop and its dependencies from engine RPMs

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Sandro Bonazzola 2016-12-12 13:58:01 UTC
The fix for this issue should be included in oVirt 4.1.0 beta 1 released on December 1st. If not included please move back to modified.

Comment 4 Pavol Brilla 2017-01-18 11:05:38 UTC
4.0

# yum list ovirt-engine
Loaded plugins: product-id, search-disabled-repos, versionlock
Installed Packages
ovirt-engine.noarch    4.0.6.3-0.1.el7ev              @4.0.6-7
# yum deplist ovirt-engine | grep fop
  dependency: fop
   provider: fop.noarch 1.1-6.el7
  dependency: fop
   provider: fop.noarch 1.1-6.el7


4.1

# yum list ovirt-engine
Loaded plugins: fastestmirror, versionlock
Installed Packages
ovirt-engine.noarch  4.1.0-0.4.master.20170118090304.git86ab9ea.el7.centos   @ovirt-4.1-experimental
# yum deplist ovirt-engine | grep fop


Verified