https://bugzilla.redhat.com/show_bug.cgi?id=847604 --- Comment #7 from Rex Dieter <rdieter@xxxxxxxxxxxx> --- OK, I think you've misused the %..._scheme_obsolete according to: https://fedoraproject.org/wiki/Packaging/ScriptletSnippets#GConf %gconf_schema_obsolete is used for schemas that this package previously provided but no longer does. So, %pre %mateconf_schema_prepare .../desktop_mate_peripherals_keyboard_xkb.schemas %mateconf_schema_obsolete .../desktop_mate_peripherals_keyboard_xkb.schemas is definitely not right here. I think the %mateconf_schema_obsolete call should simply be dropped (for now, until when/if we want to investigate if the 3rd-party mate repo has any schemas in need of obsoletion) While we're at it, %mateconf_schema_prepare %{_sysconfdir}/mateconf/schemas/desktop_mate_peripherals_keyboard_xkb.schemas should just be: %mateconf_schema_prepare desktop_mate_peripherals_keyboard_xkb (ie, each scriptlet should use the basename of the schema, not the full path) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review