Hello community, here is the log from the commit of package python-pyudev for openSUSE:Factory checked in at 2018-01-26 13:37:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyudev (Old) and /work/SRC/openSUSE:Factory/.python-pyudev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyudev" Fri Jan 26 13:37:33 2018 rev:18 rq:568741 version:0.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyudev/python-pyudev.changes 2017-09-07 22:08:57.906907892 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyudev.new/python-pyudev.changes 2018-01-26 13:37:33.938714074 +0100 @@ -1,0 +2,7 @@ +Tue Jan 23 17:35:31 UTC 2018 - [email protected] + +- Require libudev (bsc#1077282) + Otherwise, an pyudev import fails with: + ImportError: No library named udev + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyudev.spec ++++++ --- /var/tmp/diff_new_pack.rI9etW/_old 2018-01-26 13:37:34.870670547 +0100 +++ /var/tmp/diff_new_pack.rI9etW/_new 2018-01-26 13:37:34.870670547 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyudev # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,19 +30,19 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes -BuildRequires: libudev-devel -BuildRequires: libudev1 BuildRequires: python-rpm-macros +BuildRequires: pkgconfig(libudev) %if %{with test} BuildRequires: %{python_module docutils} -BuildRequires: %{python_module mock} BuildRequires: %{python_module hypothesis} +BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} BuildRequires: %{python_module pytest} BuildRequires: %{python_module py} %endif -Requires: udev Requires: python-six +Requires: udev +Requires: pkgconfig(libudev) %ifpython2 # pyudev was last used in KDE:Unstable:Playground (pyudev-0.8) Provides: pyudev = %{version}
