I’m trying to build a package for SLES11_SP2 which has a BuildRequire of libssh2-devel >= 1.0.0
The repositories SLES11_SP2 and SLES_SP2_Updates_Standard don’t seem to provide the package, however, when I manualy search the SLES11 repositories, I find libssh2-devel-1.2.9-4.2.2.1.x86_64.rpm in Novell SLE11-SDK-SP1-Updates repository, which should suffice. This is also the version that gets selected when I install libssh2-devel on my local SLES11 SP2 system, so I would expect this also to be available in SLES11_SP2 repository on the build service, but it seems only libssh2-devel-0.19.0+2008081 is available here.
I tried building against repo SLES11_SP1, but also no success.
Am I missing something? How can I use this newer/updated package without manually building the rpm in my project?