From 3a6fac1f522d9993da1064a0a04b5005b742269377478ead9d4ff2b66f80e29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 8 Jun 2020 06:37:39 +0000 Subject: [PATCH] Accepting request 812264 from home:msmeissn:branches:devel:libraries:c_c++ - libv4l-devel-32bit needs to require the shared libraries belonging to it, libv4l1-0-32bit + libv4l2-0-32bit + libv4l2rds0-32bit + libv4lconvert0-32bit. This helps Wine development (bsc#1172301) OBS-URL: https://build.opensuse.org/request/show/812264 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=71 --- baselibs.conf | 4 ++++ v4l-utils.changes | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/baselibs.conf b/baselibs.conf index 4d7206b..f462bee 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -5,3 +5,7 @@ libv4l2-0 libv4l2rds0 libv4lconvert0 libv4l-devel + requires "libv4l1-0- = %version" + requires "libv4l2-0- = %version" + requires "libv4l2rds0- = %version" + requires "libv4lconvert0- = %version" diff --git a/v4l-utils.changes b/v4l-utils.changes index 71fd90d..902c079 100644 --- a/v4l-utils.changes +++ b/v4l-utils.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jun 7 15:09:57 UTC 2020 - Marcus Meissner + +- libv4l-devel-32bit needs to require the shared libraries belonging + to it, libv4l1-0-32bit + libv4l2-0-32bit + libv4l2rds0-32bit + libv4lconvert0-32bit. + + This helps Wine development (bsc#1172301) + ------------------------------------------------------------------- Sat May 2 15:30:43 UTC 2020 - Stefan BrĂ¼ns