Bug 1627450

Summary: pcp: Remove packages from Fedora 30+: python2-pcp
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: pcpAssignee: Nathan Scott <nathans>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: brolley, cstratak, fche, igor.raits, lberk, mgoodwin, mhroncok, nathans, ngompa13, pviktori, scox, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: pcp-4.1.3-1.fc30 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-11 14:09:15 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:
Bug Depends On:    
Bug Blocks: 1625773    

Description Miro Hrončok 2018-09-10 15:39:59 UTC
In line with the Mass Python 2 Package Removal [0], the following (sub)packages of pcp were marked for removal:

 * python2-pcp

According to our query, those packages only provide a Python 2 importable module. If this is not true, please tell us why, so we can fix our query.

Please remove them from your package.

As said in the change document, if there is no objection in a week, we will remove the package(s) as soon as we get to it. This change might not match your packaging style, so we'd prefer if you did the change. If you need more time, please let us know here.

We hope this doesn't come to you as a surprise. If you want to know our motivation for this, please read the change document [0].

[0] https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal

Comment 1 Lukas Berk 2018-09-10 16:00:22 UTC
Fixed upstream in commit;

commit 52f4fa7f460f307b7ed24c82267cfb5c057d2a32
Author: Lukas Berk <lberk>
Date:   Mon Sep 10 11:54:09 2018 -0400

    build: disable python2 for fedora30+ in fedora.spec
    
    RHBZ1627450
    https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
    
    Fedora 30+ will be deprecating python2, add a macro condition to
    disable it in fedora.spec based on fedora release version.