Sync from SUSE:SLFO:Main lshw revision 3b2b41c70a2bae8358dfe37dd5148ab3
This commit is contained in:
parent
54ab1eb873
commit
5d5af56560
7
_service
7
_service
@ -1,11 +1,12 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="obs_scm">
|
<service mode="manual" name="obs_scm">
|
||||||
<param name="url">https://github.com/lyonel/lshw.git</param>
|
<param name="url">https://github.com/lyonel/lshw.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionformat">B.02.19.2+git.%cd</param>
|
<param name="revision">refs/tags/B.02.20</param>
|
||||||
|
<param name="versionformat">B.02.20</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/lyonel/lshw.git</param>
|
<param name="url">https://github.com/lyonel/lshw.git</param>
|
||||||
<param name="changesrevision">b4e067307906ec6f277cce5c8a882f5edd03cbbc</param></service></servicedata>
|
<param name="changesrevision">4c6497c8b0a67cd9fa9693e9101a7cafd3297e81</param></service></servicedata>
|
BIN
lshw-B.02.19.2+git.20230320.obscpio
(Stored with Git LFS)
BIN
lshw-B.02.19.2+git.20230320.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
lshw-B.02.20.obscpio
(Stored with Git LFS)
Normal file
BIN
lshw-B.02.20.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
16
lshw.changes
16
lshw.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 13 12:37:05 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version B.02.20:
|
||||||
|
* update changelog
|
||||||
|
* update data files
|
||||||
|
* get rid of GTK deprecation warning
|
||||||
|
* get rid of some snprintf warnings
|
||||||
|
* Add support for 100Gbit interfaces
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 28 11:52:37 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version B.02.19.2+git.20231115:
|
||||||
|
* merge github PR #98
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 23 08:23:33 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
Thu Mar 23 08:23:33 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: lshw
|
name: lshw
|
||||||
version: B.02.19.2+git.20230320
|
version: B.02.20
|
||||||
mtime: 1679315850
|
mtime: 1704535187
|
||||||
commit: b4e067307906ec6f277cce5c8a882f5edd03cbbc
|
commit: 4c6497c8b0a67cd9fa9693e9101a7cafd3297e81
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lshw
|
# spec file for package lshw
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,11 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: lshw
|
Name: lshw
|
||||||
Version: B.02.19.2+git.20230320
|
Version: B.02.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HardWare LiSter
|
Summary: HardWare LiSter
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Hardware/Other
|
|
||||||
URL: https://www.ezix.org/project/wiki/HardwareLiSter
|
URL: https://www.ezix.org/project/wiki/HardwareLiSter
|
||||||
Source: lshw-%{version}.tar.gz
|
Source: lshw-%{version}.tar.gz
|
||||||
Source1: lshw.desktop.in
|
Source1: lshw.desktop.in
|
||||||
@ -56,8 +55,8 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Requires(post): hicolor-icon-theme
|
Requires(post): hicolor-icon-theme
|
||||||
Requires(post): update-desktop-files
|
Requires(post): update-desktop-files
|
||||||
Requires(postun):hicolor-icon-theme
|
Requires(postun): hicolor-icon-theme
|
||||||
Requires(postun):update-desktop-files
|
Requires(postun): update-desktop-files
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
lshw (Hardware Lister) is a small tool to provide detailed informaton on the
|
lshw (Hardware Lister) is a small tool to provide detailed informaton on the
|
||||||
|
Loading…
Reference in New Issue
Block a user