Bug 1037822

Summary: ant-nodeps dropped from release, potentially mistakenly
Product: Red Hat Enterprise Linux 7 Reporter: Bill Nottingham <notting>
Component: antAssignee: Java maintainers <java-maint>
Status: CLOSED NOTABUG QA Contact: qe-baseos-tools-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: mizdebsk, rvokal, sochotni
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1038176 1038177 1038178 1038179 1038180 1038181 1038182 1038183 (view as bug list) Environment:
Last Closed: 2013-12-04 09:40:32 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:

Description Bill Nottingham 2013-12-03 21:08:28 UTC
Description of problem:

ant-nodeps was removed during a cleanup, however, it appears to still be buildrequired:

  ant-nodeps in libbase.src
  ant-nodeps in libfonts.src  
  ant-nodeps in libformula.src
  ant-nodeps in libloader.src 
  ant-nodeps in librepository.src
  ant-nodeps in libserializer.src 
  ant-nodeps in pentaho-libxml.src
  ant-nodeps in tomcat.src

If we want to be able to rebuild any of those packages, we should either fix them, or bring ant-nodeps back.

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

latest-releng tree

Comment 2 Stanislav Ochotnicky 2013-12-04 09:40:32 UTC
Subpackage ant-nodeps was removed (and provided/obsoleted) in January 2011 (commit 2751f9e). That provides/obsoletes was cleaned up later (April 2013, still in Fedora) since all packages were supposed to migrate.

This is a bug in respective packages and a simple s/ant-nodeps/ant/ should fix it.