[opensuse-buildservice] Buildservice ignores BuildRequires

Hi, can somebody explain me why the BS ignores the BuildRequires: libelf-devel in "makedumpfile" (Kernel:kdump) for 10.2/x86_64? Thanks, Bernhard --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Bernhard Walle wrote:
can somebody explain me why the BS ignores the
BuildRequires: libelf-devel
in "makedumpfile" (Kernel:kdump) for 10.2/x86_64?
There was no libelf-devel in 10.2 and the libelf package contained both the runtime and development files, so the 10.2 config has Substitute: libelf-devel libelf Michal --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Michal Marek wrote:
Bernhard Walle wrote:
can somebody explain me why the BS ignores the
BuildRequires: libelf-devel
in "makedumpfile" (Kernel:kdump) for 10.2/x86_64?
There was no libelf-devel in 10.2 and the libelf package contained both the runtime and development files, so the 10.2 config has
Substitute: libelf-devel libelf
Ah, now I got the funny part: you build your own libelf in the project which has a libelf-devel subpackage. Then do $ osc meta prjconf Kernel:kdump -e and add 'Substitute: libelf-devel libelf-devel' to make the substitution a no-op. Michal --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Bernhard Walle
-
Michal Marek