Description of problem: Two of the pki packages own the same files [root@5946ca9bf02b /]# rpm -q pki-server pki-base pki-server-10.3.3-1.fc24.noarch pki-base-10.3.3-1.fc24.noarch [root@5946ca9bf02b /]# rpm -ql pki-base | grep pkiparser.py /usr/lib/python2.7/site-packages/pki/server/deployment/pkiparser.py /usr/lib/python2.7/site-packages/pki/server/deployment/pkiparser.pyc /usr/lib/python2.7/site-packages/pki/server/deployment/pkiparser.pyo [root@5946ca9bf02b /]# rpm -ql pki-server | grep pkiparser.py /usr/lib/python2.7/site-packages/pki/server/deployment/pkiparser.py /usr/lib/python2.7/site-packages/pki/server/deployment/pkiparser.pyc /usr/lib/python2.7/site-packages/pki/server/deployment/pkiparser.pyo [root@5946ca9bf02b /]# rpm -q --requires pki-server | grep pki pki-base = 10.3.3-1.fc24 pki-base-java = 10.3.3-1.fc24 pki-tools = 10.3.3-1.fc24
Upstream ticket: https://fedorahosted.org/pki/ticket/2402
commit a8f34a868258a2f5ccdfa57b33b12e5d3e019880 Author: Matthew Harmsen <mharmsen> Date: Thu Jul 14 14:37:55 2016 -0600 Fix conflict in file ownership in pki-base and pki-server * PKI TRAC Ticket #2402 - Conflict in file ownership in pki-base and pki-server (cheimes)
This message is a reminder that Fedora 24 is nearing its end of life. Approximately 2 (two) weeks from now Fedora will stop maintaining and issuing updates for Fedora 24. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '24'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 24 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
sh# rpm -q pki-server pki-base pki-server-10.3.5-11.fc24.noarch pki-base-10.3.5-11.fc24.noarch sh# rpm -qf /usr/lib/python2.7/site-packages/pki/server/deployment/pkiparser.py pki-server-10.3.5-11.fc24.noarch