From e8dd1bb80b0ad58735dce6c3594c176fce7dfbf6 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 16 Feb 2026 11:18:44 +0400 Subject: [PATCH] dmidecode-3.7 --- hardware/info/dmidecode/actions.py | 6 +++--- hardware/info/dmidecode/pspec.xml | 11 +++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/hardware/info/dmidecode/actions.py b/hardware/info/dmidecode/actions.py index 10960a8d21..6e291cd76c 100644 --- a/hardware/info/dmidecode/actions.py +++ b/hardware/info/dmidecode/actions.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools from pisi.actionsapi import pisitools @@ -12,6 +12,6 @@ def build(): autotools.make("CC=%s CFLAGS='%s'" % (get.CC(), get.CFLAGS())) def install(): - autotools.rawInstall("DESTDIR=%s prefix=/%s install-bin install-man" % (get.installDIR(), get.defaultprefixDIR())) + autotools.rawInstall("DESTDIR=%s prefix=/%s" % (get.installDIR(), get.defaultprefixDIR())) - pisitools.dodoc("AUTHORS", "LICENSE", "README") + pisitools.dodoc("AUTHORS", "LICENSE", "NEWS") diff --git a/hardware/info/dmidecode/pspec.xml b/hardware/info/dmidecode/pspec.xml index d7da93119a..73e2bf74df 100644 --- a/hardware/info/dmidecode/pspec.xml +++ b/hardware/info/dmidecode/pspec.xml @@ -1,5 +1,5 @@ - + dmidecode @@ -12,7 +12,7 @@ app:console Tool to analyse BIOS DMI data dmidecode reports information about x86/ia64 hardware as described in the system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. - https://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.6.tar.xz + https://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.7.tar.xz @@ -29,6 +29,13 @@ + + 2026-02-15 + 3.7 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-11-29 3.6