Bug 1185133
Summary: | tog-pegasus-libs conflicts with systemd and initscripts | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Chris Murphy <bugzilla> | ||||
Component: | tog-pegasus | Assignee: | Vitezslav Crhonek <vcrhonek> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | hamzy, vcrhonek | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | tog-pegasus-2.13.0-21.fc22 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-01-26 14:24:42 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: | |||||||
Attachments: |
|
Created attachment 983169 [details] yum install openlmi --debuglevel=10 Description of problem: Following a successful fedup upgrade of Fedora 21 to Fedora22, yum/dnf upgrade fails with the following error: Error: Transaction check error: file /usr/lib/tmpfiles.d from install of tog-pegasus-libs-2:2.13.0-20.fc22.i686 conflicts with file from package systemd-218-3.fc22.i686 file /usr/lib/tmpfiles.d from install of tog-pegasus-libs-2:2.13.0-20.fc22.i686 conflicts with file from package initscripts-9.60-1.fc22.i686 file /usr/lib/tmpfiles.d/tog-pegasus.conf conflicts between attempted installs of tog-pegasus-2:2.13.0-20.fc22.i686 and tog-pegasus-libs-2:2.13.0-20.fc22.i686 Version-Release number of selected component (if applicable): tog-pegasus-2.13.0-20.fc22 How reproducible: Always Steps to Reproduce: 1. fedup F21 Server to F22, reboot 2x 2. yum or dnf upgrade Actual results: Error: Transaction check error: file /usr/lib/tmpfiles.d from install of tog-pegasus-libs-2:2.13.0-20.fc22.i686 conflicts with file from package systemd-218-3.fc22.i686 file /usr/lib/tmpfiles.d from install of tog-pegasus-libs-2:2.13.0-20.fc22.i686 conflicts with file from package initscripts-9.60-1.fc22.i686 file /usr/lib/tmpfiles.d/tog-pegasus.conf conflicts between attempted installs of tog-pegasus-2:2.13.0-20.fc22.i686 and tog-pegasus-libs-2:2.13.0-20.fc22.i686 Prevents nearly 100 other packages from installing because neither yum nor dnf will proceed with this conflict, even with --best or --skip-broken options. Expected results: Should install. Additional info: I removed tog-pegasus in order to get around this problem, which allowed the other >90 packages to update. openlmi had to be removed in order to remove tog-pegasus. So now I want to install openlmi and it fails with the same error messages as above. I'll attached a yum install with debuglevel output.