Accepting request 319707 from home:dimstar:Factory

- Change libudev-devel BuildRequires to pkgconfig(udev): makes us
  less prone to packaging changes, and in the end udev.pc is
  exactly what we need to define _udevdir.

Fixes build with systemd222 in Staging:E

OBS-URL: https://build.opensuse.org/request/show/319707
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=185
This commit is contained in:
OBS User mrdocs 2015-07-31 17:21:11 +00:00 committed by Git OBS Bridge
parent 8cda421087
commit 08aba83bf8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 31 07:35:12 UTC 2015 - dimstar@opensuse.org
- Change libudev-devel BuildRequires to pkgconfig(udev): makes us
less prone to packaging changes, and in the end udev.pc is
exactly what we need to define _udevdir.
-------------------------------------------------------------------
Thu Jun 18 09:32:07 CEST 2015 - tiwai@suse.de

View File

@ -86,7 +86,7 @@ Recommends: alsa-oss
Recommends: alsa-plugins
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1200
BuildRequires: libudev-devel
BuildRequires: pkgconfig(udev)
%else
BuildRequires: udev
%endif