SHA256
1
0
forked from pool/libgphoto2

Accepting request 321028 from home:dimstar:Factory

Minor change in identifying the udev version, fixes issues like https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:A:DVD/libgphoto2/standard/ppc64le, where sometimes udev-mini is installed in the buildenv (to avoid build cycles)

OBS-URL: https://build.opensuse.org/request/show/321028
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=141
This commit is contained in:
2015-08-07 07:49:31 +00:00
committed by Git OBS Bridge
parent 2211acf87b
commit 03997a741e
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Aug 7 07:39:31 UTC 2015 - dimstar@opensuse.org
- Change udev BuildRequires for pkgconfig(udev)
- use pkg-config --modversion udev instead of querying the package
database. udev is often installed as udev-mini in OBS' build env,
which the rpm -q udev call could not find.
-------------------------------------------------------------------
Sun Jul 5 21:36:34 UTC 2015 - meissner@suse.com