Description of problem: yum update subversion --enablerepo=rawhide ... $ svn up svn: E200029: Couldn't perform atomic initialization svn: E200030: SQLite compiled for 3.7.11, but running with 3.7.10 Version-Release number of selected component (if applicable): # rpm -q subversion subversion-1.7.4-4.fc18.x86_64 How reproducible: Always
If subversion requires the exact version of sqlite it was compiled against, then subversion needs a stricter require than the automatic soname dependency that rpm generates. Sqlite can't help with that.
It's not obvious why subversion is enforcing the check this strictly, I've patched it out.
Commit: http://pkgs.fedoraproject.org/gitweb/?p=subversion.git;a=commitdiff;h=736cea768b334ae9d258c4be54604720835cc725 Package: subversion-1.7.4-6.fc17 Build: https://koji.fedoraproject.org/koji/buildinfo?buildID=314940
This is fixed in current updates.