Could look like libpng has been updated, but libpng-devel wasn't. # yum update Loading "installonlyn" plugin [...] Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package libpng.i386 2:1.2.10-9.fc6 set to be updated --> Running transaction check --> Processing Dependency: libpng = 2:1.2.10-7 for package: libpng-devel --> Finished Dependency Resolution Error: Missing Dependency: libpng = 2:1.2.10-7 is needed by package libpng-devel
libpng and libpng-devel are both at 2:1.2.10-9. I'm guessing this is some kind of yum glitch, and reassigning accordingly.
Can you provide the output of rpm -q --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}" libpng libpng-devel
Unless I misunderstood you; rpm -q --qf lipng-1.2.10-7.fc6 libpng libpng-devel lipng-1.2.10-7.fc6 lipng-1.2.10-7.fc6 rpm -q --qf lipng-1.2.10-9.fc6 libpng libpng-devel lipng-1.2.10-9.fc6 lipng-1.2.10-9.fc6 (line breaks are mine)
Please try the command as written, or rpm -qa | grep libpng What you did will merely echo back what you entered.
ah, ok. Sorry about that. rpm -q --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}" libpng libpng-devel libpng-1.2.10-7.i386 libpng-devel-1.2.10-7.i386
Does this still occur?
Closing due to inactivity. Please reopen or file a new bug if you have further information to add to this bug report