f-spot depends on mono-data-sqlite, which is not included properly on dependency list. If you don't install mono-data-sqlite manually, f-spot will not run - it will complain about missing Mono.Data.SqliteClient assembly.
The following commands imply that the package is correct... Appears your dependencies got messed up somehow.... % rpm -q --provides mono-data-sqlite mono(Mono.Data.SqliteClient) = 1.0.5000.0 mono(Mono.Data.SqliteClient) = 2.0.0.0 mono-data-sqlite = 1.2.3-3.fc7 % rpm -q --requires f-spot | grep Sqlite mono(Mono.Data.SqliteClient) = 2.0.0.0 % rpm -q f-spot f-spot-0.3.5-2.fc7
Oops, I should have check that myself instead of posting a bug in the middle of night. My installation does seem a bit inconsistent $ rpm -q --whatprovides 'mono(Mono.Data.SqliteClient)' mono-data-sqlite-1.2.3-3.fc7 mono-data-sqlite-1.2.3-3.fc7 I see the package mentioned twice. I guess you shall close this bug.