Description of problem:
# yum install device-mapper-devel
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package device-mapper-devel.x86_64 0:1.02.63-1.fc15 will be installed
--> Processing Dependency: device-mapper = 1.02.63-1.fc15 for package: device-mapper-devel-1.02.63-1.fc15.x86_64
--> Finished Dependency Resolution
Error: Package: device-mapper-devel-1.02.63-1.fc15.x86_64 (fedora)
Requires: device-mapper = 1.02.63-1.fc15
Installed: device-mapper-1.02.63-2.fc14.x86_64 (@updates-testing/14)
device-mapper = 1.02.63-2.fc14
Available: device-mapper-1.02.63-1.fc15.x86_64 (fedora)
device-mapper = 1.02.63-1.fc15
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Version-Release number of selected component (if applicable):
lvm2-2.02.84-1.fc15
How reproducible:
always
Steps to Reproduce:
1. install and update F14 machine; make sure device-mapper is installed and device-mapper-devel isn't
2. update the machine to F15
3. try to install device-mapper-devel pkg
Actual results:
Installation of device-mapper-devel fails
Expected results:
device-mapper-devel is installed successfully
Additional info:
After quick inspection problem is that device-mapper in F14-updates repo is newer than device-mapper in F15 repo (device-mapper is subpkg of the lvm2 pkg).
$ koji latest-pkg dist-f15-updates lvm2
Build Tag Built by
---------------------------------------- -------------------- ----------------
lvm2-2.02.84-1.fc15 dist-f15 agk
$ koji latest-pkg dist-f14-updates lvm2
Build Tag Built by
---------------------------------------- -------------------- ----------------
lvm2-2.02.84-2.fc14 dist-f14-updates zkabelac
Comment 4Fedora Update System
2011-06-24 03:49:57 UTC
Package lvm2-2.02.84-3.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing lvm2-2.02.84-3.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/lvm2-2.02.84-3.fc15
then log in and leave karma (feedback).
Comment 5Fedora Update System
2011-06-24 17:55:32 UTC
lvm2-2.02.84-3.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
Description of problem: # yum install device-mapper-devel Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package device-mapper-devel.x86_64 0:1.02.63-1.fc15 will be installed --> Processing Dependency: device-mapper = 1.02.63-1.fc15 for package: device-mapper-devel-1.02.63-1.fc15.x86_64 --> Finished Dependency Resolution Error: Package: device-mapper-devel-1.02.63-1.fc15.x86_64 (fedora) Requires: device-mapper = 1.02.63-1.fc15 Installed: device-mapper-1.02.63-2.fc14.x86_64 (@updates-testing/14) device-mapper = 1.02.63-2.fc14 Available: device-mapper-1.02.63-1.fc15.x86_64 (fedora) device-mapper = 1.02.63-1.fc15 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Version-Release number of selected component (if applicable): lvm2-2.02.84-1.fc15 How reproducible: always Steps to Reproduce: 1. install and update F14 machine; make sure device-mapper is installed and device-mapper-devel isn't 2. update the machine to F15 3. try to install device-mapper-devel pkg Actual results: Installation of device-mapper-devel fails Expected results: device-mapper-devel is installed successfully Additional info: After quick inspection problem is that device-mapper in F14-updates repo is newer than device-mapper in F15 repo (device-mapper is subpkg of the lvm2 pkg). $ koji latest-pkg dist-f15-updates lvm2 Build Tag Built by ---------------------------------------- -------------------- ---------------- lvm2-2.02.84-1.fc15 dist-f15 agk $ koji latest-pkg dist-f14-updates lvm2 Build Tag Built by ---------------------------------------- -------------------- ---------------- lvm2-2.02.84-2.fc14 dist-f14-updates zkabelac