diff --git a/usbview-2.0.tar.gz b/usbview-2.0.tar.gz deleted file mode 100644 index cdf4c4e..0000000 --- a/usbview-2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42511e4d43ddc5805bab0dea8aeeea54cc00462d229e04066ed5fb7c065d1b6b -size 366337 diff --git a/usbview.changes b/usbview.changes index 43355a2..62c7496 100644 --- a/usbview.changes +++ b/usbview.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Mon Jan 24 11:30:54 UTC 2022 - Dominique Leuenberger + +- Drop polkit (Build)Requires: without a polkit pkexec file, we + also do not have to rely on polkit. +- Pass --disable-polkit to configure instead of letting make + install copy a file which we later delete again. + +------------------------------------------------------------------- +Mon Jan 24 10:48:34 UTC 2022 - Marcus Meissner + +- explicitly remove unneeded polkit pkexec file (bsc#1194300). + +------------------------------------------------------------------- +Sat Jan 22 19:49:27 UTC 2022 - Dirk Müller + +- update to 3.0: + - remove need for debugfs/usbdevfs/usbfs file entirely, rely only on + sysfs now. This removes the need to run the program as root, which + should have never happened. + - added SPDX identifiers and .spdx file to make packaging easier for + others. + +------------------------------------------------------------------- +Fri Jan 21 14:20:01 UTC 2022 - Marcus Meissner + +- update to 2.2: + - security issue fixed with polkit (CVE-2022-23220 bsc#1194300). + - copyright year fixups and updates + - tooltip added to explain red devices have no attached drivers + +------------------------------------------------------------------- +Mon Dec 20 23:22:34 UTC 2021 - Dirk Müller + +- update to 2.1: + - build warnings fixed + - increased max number of interfaces allowed, fixing problem with some + USB sound devices. + - autogen.sh added + - LICENSES directory added and license moved to it + - SPDX license headers added + - policykit support added + ------------------------------------------------------------------- Sat Jun 29 09:00:30 UTC 2013 - meissner@suse.com diff --git a/usbview.spec b/usbview.spec index f70fb18..74a210a 100644 --- a/usbview.spec +++ b/usbview.spec @@ -1,7 +1,7 @@ # # spec file for package usbview # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: usbview -Version: 2.0 +Version: 3.0 Release: 0 Summary: USB Topology and Device Viewer -License: GPL-2.0+ +License: GPL-2.0-only Group: Hardware/Other -Url: http://www.kroah.com/linux-usb/ -Source: http://www.kroah.com/linux-usb/%{name}-%{version}.tar.gz -Source1: %name.desktop +URL: https://github.com/gregkh/usbview +Source: https://github.com/gregkh/usbview/archive/refs/tags/v%{version}.tar.gz +Source1: %{name}.desktop +BuildRequires: ImageMagick +BuildRequires: automake BuildRequires: gtk3-devel BuildRequires: update-desktop-files -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description USBView is a GTK program that displays the topography of the devices @@ -35,27 +36,23 @@ that are plugged into the USB on a Linux machine. It also displays information on each of the devices. This can be useful to determine if a device is working properly. - - -Authors: --------- - Greg Kroah-Hartman - %prep %setup -q %build -%configure +sh autogen.sh +%configure --disable-polkit %install -%makeinstall -%suse_update_desktop_file -i %name System Monitor +%make_install +%suse_update_desktop_file -i %{name} System Monitor %files -%defattr(-,root,root) -%doc ChangeLog COPYING* README TODO +%license LICENSES/GPL-2.0-only.txt +%doc ChangeLog README %{_bindir}/usbview %{_datadir}/applications/*.desktop -%doc %{_mandir}/man?/*.* +%{_datadir}/icons/hicolor/*/apps/usbview.* +%{_mandir}/man?/*.* %changelog diff --git a/v3.0.tar.gz b/v3.0.tar.gz new file mode 100644 index 0000000..b3d3a01 --- /dev/null +++ b/v3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b163b84b41b040e6713388e89619ae3d146001515771c6bbf44e8a0807deb9 +size 287791