Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package usbutils for openSUSE:Factory checked in at 2023-11-30 21:59:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/usbutils (Old) and /work/SRC/openSUSE:Factory/.usbutils.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "usbutils" Thu Nov 30 21:59:01 2023 rev:46 rq:1129643 version:017 Changes: -------- --- /work/SRC/openSUSE:Factory/usbutils/usbutils.changes 2023-11-27 22:41:54.130576339 +0100 +++ /work/SRC/openSUSE:Factory/.usbutils.new.25432/usbutils.changes 2023-11-30 21:59:19.688654402 +0100 @@ -1,0 +2,8 @@ +Tue Nov 28 13:16:27 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> + +- Split out devel package, containing the .pc file: + + The .pc file declares dependencies on other devel packages, + which is not wanted on regular end-user systems. + + Drop rpmlintrc file. + +------------------------------------------------------------------- Old: ---- usbutils-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ usbutils.spec ++++++ --- /var/tmp/diff_new_pack.eoiFcL/_old 2023-11-30 21:59:20.500684316 +0100 +++ /var/tmp/diff_new_pack.eoiFcL/_new 2023-11-30 21:59:20.500684316 +0100 @@ -24,7 +24,6 @@ Group: Hardware/Other URL: https://sourceforge.net/projects/linux-usb/ Source0: https://github.com/gregkh/usbutils/archive/refs/tags/v%{version}.tar.gz -Source1: usbutils-rpmlintrc BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -37,6 +36,16 @@ This package contains a utility for inspecting devices connected to USB ports. +%package devel +Summary: Developer tools and libraries for USB devices +Requires: %{name} = %{version} + +%description devel +This package contains a utility for inspecting devices connected to USB +ports. + +This package is needed when programatically locating the usbutils database + %prep %setup -q @@ -60,5 +69,7 @@ %{_mandir}/man1/usb-devices.1%{?ext_man} %{_mandir}/man8/lsusb.8%{?ext_man} %{_mandir}/man8/usbhid-dump.8%{?ext_man} + +%files devel %{_libdir}/pkgconfig/usbutils.pc