Bug 1294232

Summary: easymock - Please provide support for EPEL7
Product: [Fedora] Fedora Reporter: Raphael Groner <projects.rg>
Component: easymockAssignee: Michael Simacek <msimacek>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: akurtako, dbhole, extras-qa, fnasser, java-sig-commits, jerboaa, mizdebsk, msimacek, msrb, neugens, projects.rg, rkennke
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: 1294230 Environment:
Last Closed: 2016-01-18 10:02:45 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:
Bug Depends On:    
Bug Blocks: 1294230    

Description Raphael Groner 2015-12-25 16:06:22 UTC
Description of problem:
Please provide support for EPEL7. We need it to build a package for powermock.

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

How reproducible:
yes

Steps to Reproduce:
1. run an EPEL7 system
2. dnf install powermock
3.

Actual results:
no package found.

Expected results:
powermock gets installed with success.

Additional info:
DEBUG util.py:393:  Getting requirements for powermock-1.6.2-2.el7.src
DEBUG util.py:393:   --> maven-local-3.4.1-11.el7.noarch
DEBUG util.py:393:   --> apache-commons-logging-1.1.2-7.el7.noarch
DEBUG util.py:393:   --> tomcat-servlet-3.0-api-7.0.54-2.el7_1.noarch
DEBUG util.py:393:   --> junit-4.11-8.el7.noarch
DEBUG util.py:393:   --> cglib-2.2-18.el7.noarch
DEBUG util.py:393:   --> maven-plugin-bundle-2.3.7-12.el7.noarch
DEBUG util.py:393:   --> javassist-3.16.1-10.el7.noarch
DEBUG util.py:393:   --> mockito-1.9.0-19.el7.noarch
DEBUG util.py:393:   --> mockito-1.9.0-19.el7.noarch
DEBUG util.py:393:   --> objenesis-1.2-18.el7.noarch
DEBUG util.py:393:   --> sonatype-oss-parent-7-6.el7.noarch
DEBUG util.py:393:  Error: No Package found for mvn(cglib:cglib-nodep)
DEBUG util.py:393:  Error: No Package found for mvn(org.easymock:easymock)

+++ This bug was initially created as a clone of Bug #1294230 +++

Comment 1 Michael Simacek 2016-01-04 09:11:12 UTC
I'm not interested in maintaining the package in EPEL 7. However, you are free to maintain it yourself, just request the branch in pkgdb and I'll approve it.

Comment 2 Mikolaj Izdebski 2016-01-18 09:58:40 UTC
In RHEL 7 there are already available 2 versions of easymock: 2.5.2 (package easymock2) and 1.2 (package easymock).

Comment 3 Raphael Groner 2016-01-18 10:02:45 UTC
Thanks for the explanation.