Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4401164f2e | ||
|
|
3808cebb38 | ||
|
|
fb58b9ae54 | ||
|
|
0463141963 | ||
|
|
83452efc12 | ||
|
|
54653de864 | ||
|
|
bd14ad171c | ||
|
|
68fb2353b3 |
1 changed files with 25 additions and 2 deletions
27
usbview.spec
27
usbview.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: usbview
|
||||
Version: 3.1
|
||||
Release: 1%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: USB topology and device viewer
|
||||
License: GPL-2.0-only
|
||||
URL: http://www.kroah.com/linux-usb/
|
||||
|
|
@ -12,8 +12,10 @@ BuildRequires: gtk3-devel
|
|||
BuildRequires: ImageMagick
|
||||
BuildRequires: make
|
||||
BuildRequires: libappstream-glib
|
||||
%if 0%{?fedora} >= 41 || 0%{?rhel} >= 10
|
||||
Requires: gdk-pixbuf2-modules-extra
|
||||
%endif
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: polkit
|
||||
|
||||
%description
|
||||
Display information about the topology of the devices connected to the USB bus
|
||||
|
|
@ -43,6 +45,27 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/com.kroah.usb
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Tue Dec 24 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 3.1-4
|
||||
- Update dependencies
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Tue Oct 24 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.1-1
|
||||
- New upstream release 3.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue