!37 update package to usbutils-017

From: @Zht-Try 
Reviewed-by: @swf504 
Signed-off-by: @swf504
This commit is contained in:
openeuler-ci-bot 2024-02-01 01:56:32 +00:00 committed by Gitee
commit cfe8af68f5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 15 additions and 1 deletions

Binary file not shown.

BIN
usbutils-017.tar.xz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: usbutils
Version: 015
Version: 017
Release: 1
Summary: Linux utilities for USB device
License: GPLv2+
@ -35,6 +35,7 @@ autoreconf -vif
%make_install INSTALL="install -p"
install -D -m 644 %{SOURCE1} %{buildroot}%{_defaultlicensedir}/%{name}/GPL-2.0.txt
install -D -m 644 %{SOURCE2} %{buildroot}%{_defaultlicensedir}/%{name}/GPL-3.0.txt
rm -rf %{buildroot}/%{_libdir}/pkgconfig/usbutils.pc
%files
%doc NEWS
@ -45,6 +46,19 @@ install -D -m 644 %{SOURCE2} %{buildroot}%{_defaultlicensedir}/%{name}/GPL-3.0.t
%{_mandir}/*/*
%changelog
* Wed Jan 31 2024 zhanghongtao <zhanghongtao22@huawei.com> - 017-1
- update package to usbutils-017
- lsusb: add fallback names for 'lsusb -v' output
- Honor system libdir and includedir
- usbutils: lsusb-t: print entries for devices with no interfaces
- lsusb -t: sort in bus order, not reverse order
- susb-t: if a driver is not bound to an interface, report "[none]"
- Generate usbutils.pc pkgconfig file
- usbreset: Allow idProduct and idVendor to be 0
- susb: Add function that sorts the output by device ID.
- lsusb: Additional sorting by bus number.
- lsusb: This is a more compact implementation of the device list sort implemented within this pull request. The output remains the same as the one demonstrated in the previous commit.
* Tue Feb 7 2023 zhanghongtao <zhanghongtao22@hiuawei.com> - 015-1
- update package to usbutils-015