Bug 1297448

Summary: Rpmlint should not depend on python2
Product: [Fedora] Fedora Reporter: Pavel Raiskup <praiskup>
Component: rpmlintAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: kevin, tcallawa, tmz, twoerner, ville.skytta
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-11 20:07:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pavel Raiskup 2016-01-11 14:41:52 UTC
Steps to reproduce:

  $ mock  -r fedora-rawhide-x86_64 --init
  $ mock  -r fedora-rawhide-x86_64 --install rpmlint
  $ mock  -r fedora-rawhide-x86_64 --shell
  <mock-chroot>sh-4.3# rpmlint rpmlint
  sh: /usr/bin/python: No such file or directory
  rpmlint.noarch: W: incoherent-version-in-changelog 1.8-3 ['1.8-4.fc24',
  '1.8-4']
  rpmlint.noarch: W: no-manual-page-for-binary el4-rpmlint
  rpmlint.noarch: W: no-manual-page-for-binary el5-rpmlint
  1 packages and 0 specfiles checked; 0 errors, 3 warnings.

See the '/usr/bin/python: No such file or directory' message.

Comment 1 Ville Skyttä 2016-01-11 20:07:16 UTC
Harmless warning (from rpm, see dupe bug), not a dependency.

*** This bug has been marked as a duplicate of bug 1243292 ***

Comment 2 Pavel Raiskup 2016-12-21 05:52:18 UTC
Obviously not a DUPLICATE because bug#1243292 is not yet resolved.. and
rpmlint pulls the python3 package ATM which (seems to) resolved the issues.
If there's better reason, please tell.

Comment 3 Pavel Raiskup 2016-12-21 06:01:25 UTC
I was wrong.  For some reason python (2) was pulled by 'mock --init'.  Sorry
for rush.  This still _is_ a bug.

*** This bug has been marked as a duplicate of bug 1243292 ***