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
This commit is contained in:
Ismail Dönmez 2011-08-17 13:56:48 +00:00 committed by Git OBS Bridge
parent 60d77de1b3
commit 4f9b5f2865

View File

@ -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}