Hello community, here is the log from the commit of package rfcat for openSUSE:Factory checked in at 2019-12-09 21:38:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rfcat (Old) and /work/SRC/openSUSE:Factory/.rfcat.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rfcat" Mon Dec 9 21:38:14 2019 rev:4 rq:755363 version:0.0.0.git1554316953.d960f01 Changes: -------- --- /work/SRC/openSUSE:Factory/rfcat/rfcat.changes 2019-04-17 13:31:25.435640665 +0200 +++ /work/SRC/openSUSE:Factory/.rfcat.new.4691/rfcat.changes 2019-12-09 21:38:22.630023632 +0100 @@ -1,0 +2,6 @@ +Mon Dec 9 17:28:47 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- Fix naming of python dependencies to avoid unresolvable packages. +- Drop python-devel BuildRequires, rfcat is a noarch package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rfcat.spec ++++++ --- /var/tmp/diff_new_pack.ey4D3u/_old 2019-12-09 21:38:23.050023467 +0100 +++ /var/tmp/diff_new_pack.ey4D3u/_new 2019-12-09 21:38:23.054023465 +0100 @@ -30,24 +30,22 @@ Source: %{name}-%{version}.tar.xz BuildRequires: git-core BuildRequires: pkgconfig -BuildRequires: python-devel -BuildRequires: python-future >= 0.17.1 BuildRequires: python-numpy BuildRequires: python-qt5 BuildRequires: python-setuptools -BuildRequires: python-usb +BuildRequires: python2-future >= 0.17.1 +BuildRequires: python2-usb # for rfcat_bootloader BuildRequires: python-pyserial +BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig BuildRequires: pkgconfig(libusb-1.0) -BuildRequires: pkgconfig(udev) Requires: %{name}-udev # Unfortunately this isnt automatically detected. -Requires: libusb-1_0-0 -Requires: python-future >= 0.17.1 Requires: python-numpy Requires: python-qt5 -Requires: python-usb +Requires: python2-future >= 0.17.1 +Requires: python2-usb # for rfcat_bootloader Requires: python-pyserial BuildArch: noarch
