SHA256
1
0
forked from pool/inxi

Accepting request 997622 from home:dirkmueller:Factory

- update to 3.3.20:
  1a. More or less completed verification of AMD cpu microarch/built/process, and
  added more accurate fallback cases for stray model IDs.
  1b. Extended Intel cpu data a bit more as well. Thanks linuxdaddy from slackware
  for the research help there.
  2. Tentative support for finit init system (fast init). Runs in /proc/1/comm,
  uses initctl, which may have been revived from its upstart days, not sure. Added
  potential support for nosh, linux only, don't know how to detect other bsd init
  system.
  3. Added amd/intel gpu product IDs.
  4. Added shortcut --filter-all/--za, activates all filters: -z, --zl, --zu, 
  --zv. Why not?
  5. Added support for dm types kdmctl and xdmctl, opensuse and maybe redhat use
  the latter to start the actual dm running the desktop/wm. You want to see that 
  because you need to do systemctl restart xdm to restart the actual dm. Thanks
  mrmazda for pointing out this one.
  6. Added AlmaLinux, RockyLinux, CentosStream to system base (RHEL derived).
  7. Basic Raptor Lake gpu/apu support added, with patterns to detect since few 
  product ids yet. Same applies to Arctic and Alchemist, which still have no 
  product IDs.
  8. More disk vendors and disk vendor ids, never stops - the waters flow on, the
  rain falls, then the sun comes out. Until one day it doesn't.
  * /usr/share/doc/packages/inxi/inxi.changelog.

OBS-URL: https://build.opensuse.org/request/show/997622
OBS-URL: https://build.opensuse.org/package/show/utilities/inxi?expand=0&rev=60
This commit is contained in:
Alexei Sorokin 2022-08-18 11:10:37 +00:00 committed by Git OBS Bridge
parent 5f69b120fc
commit 264d50a5f0
4 changed files with 32 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf8881c140eac6fd266e32db31bcd90d93c5e3d429c426aacfb295d0e57e1bd9
size 560575

3
3.3.20-1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:610b7cd60b1ca3df091c51f3ed80d73b1ed57f4be10007f40dc7487bfb2bb4af
size 565689

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Aug 17 21:38:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.3.20:
1a. More or less completed verification of AMD cpu microarch/built/process, and
added more accurate fallback cases for stray model IDs.
1b. Extended Intel cpu data a bit more as well. Thanks linuxdaddy from slackware
for the research help there.
2. Tentative support for finit init system (fast init). Runs in /proc/1/comm,
uses initctl, which may have been revived from its upstart days, not sure. Added
potential support for nosh, linux only, don't know how to detect other bsd init
system.
3. Added amd/intel gpu product IDs.
4. Added shortcut --filter-all/--za, activates all filters: -z, --zl, --zu,
--zv. Why not?
5. Added support for dm types kdmctl and xdmctl, opensuse and maybe redhat use
the latter to start the actual dm running the desktop/wm. You want to see that
because you need to do systemctl restart xdm to restart the actual dm. Thanks
mrmazda for pointing out this one.
6. Added AlmaLinux, RockyLinux, CentosStream to system base (RHEL derived).
7. Basic Raptor Lake gpu/apu support added, with patterns to detect since few
product ids yet. Same applies to Arctic and Alchemist, which still have no
product IDs.
8. More disk vendors and disk vendor ids, never stops - the waters flow on, the
rain falls, then the sun comes out. Until one day it doesn't.
* /usr/share/doc/packages/inxi/inxi.changelog.
-------------------------------------------------------------------
Mon Jun 20 23:55:05 UTC 2022 - malcolmlewis@opensuse.org

View File

@ -17,9 +17,9 @@
#
%define _version 3.3.19-1
%define _version 3.3.20-1
Name: inxi
Version: 3.3.19
Version: 3.3.20
Release: 0
Summary: A system information script
License: GPL-3.0-or-later