diff --git a/umockdev.changes b/umockdev.changes index fcb3384..5b552df 100644 --- a/umockdev.changes +++ b/umockdev.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 29 09:31:58 UTC 2022 - Dominique Leuenberger + +- BuildRequire pkgconfig(udev) instead of udev: this allows OBS to + properly shotcut through the -mini flavors. + ------------------------------------------------------------------- Wed Jan 19 23:28:55 UTC 2022 - Atri Bhattacharya diff --git a/umockdev.spec b/umockdev.spec index 3d22ffd..3f9661b 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -39,7 +39,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(libpcap) BuildRequires: pkgconfig(libudev) # For tests -BuildRequires: udev +BuildRequires: pkgconfig(udev) %description umockdev mocks Linux devices for creating integration tests for hardware