Hi, I have a project https://build.opensuse.org/package/show/home:rawtherapee/rawtherapee-unstabl... and 2 problems with dependencies: x86_64 - "have choice for libasan3 >= 6.1.1+r238085-1.12 needed by gcc6: libasan3 libasan3-gcc6" i586 - "nothing provides bzr needed by obs-service-tar_scm, nothing provides git-core needed by obs-service-tar_scm, nothing provides subversion needed by obs-service-tar_scm" Repositories are configured in the same way as for openSUSE Leap 42.1 and 42.3 (works fine). Should I use other repositories or it is OBS issue? <project name="home:rawtherapee"> ... <repository name="openSUSE_Leap_42.3"> <path project="openSUSE:Leap:42.3" repository="standard"/> <path project="openSUSE:Leap:42.3:Update" repository="standard"/> <path project="openSUSE:Tools" repository="openSUSE_42.3"/> <arch>i586</arch> <arch>x86_64</arch> </repository> <repository name="openSUSE_Leap_42.2"> <path project="openSUSE:Leap:42.2" repository="standard"/> <path project="openSUSE:Leap:42.2:Update" repository="standard"/> <path project="openSUSE:Tools" repository="openSUSE_42.2"/> <arch>x86_64</arch> <arch>i586</arch> </repository> <repository name="openSUSE_Leap_42.1"> <path project="openSUSE:Leap:42.1" repository="standard"/> <path project="openSUSE:Leap:42.1:Update" repository="standard"/> <path project="openSUSE:Tools" repository="openSUSE_42.1"/> <arch>i586</arch> <arch>x86_64</arch> </repository> .. </project> Best Regards Marcin Bajor