From 4f9b5f2865f56eb503d3a842fea1cf6c5c90cfe78633b9c9d5be95a70ba6dd40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 17 Aug 2011 13:56:48 +0000 Subject: [PATCH] Accepting request 79131 from home:repabuild sles 11 and 11 sp1 fail, claiming the /lib/udev/rules.d is not owned by any package. I fixed this by adding udev as a build dependency too. You may copy this change if you want. I think this really is a build script issue; before testing the install, the dependencies of the package should be installed. Dunno who to bug for that. OBS-URL: https://build.opensuse.org/request/show/79131 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=5 --- v4l-utils.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/v4l-utils.spec b/v4l-utils.spec index 57e5186..149a71e 100644 --- a/v4l-utils.spec +++ b/v4l-utils.spec @@ -47,6 +47,9 @@ BuildRequires: update-desktop-files %endif Requires: libv4l = %{version} Requires: udev +%if 0%{?sles_version} +BuildRequires: udev +%endif %define debug_package_requires libv4l1-0 = %{version}-%{release} %define debug_package_requires libv4l2-0 = %{version}-%{release}