|
@@ -1,42 +1,22 @@
|
|
Summary: Tool to analyse BIOS DMI data.
|
|
Summary: Tool to analyse BIOS DMI data.
|
|
Summary(ja): BIOS DMI データを表示するツール
|
|
Summary(ja): BIOS DMI データを表示するツール
|
|
Name: dmidecode
|
|
Name: dmidecode
|
|
-Version: 3.2
|
|
+Version: 3.5
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: shaolin, daisuke
|
|
|
|
+
|
|
License: GPL
|
|
License: GPL
|
|
-URL: http://www.nongnu.org/dmidecode/
|
|
+URL: https://www.nongnu.org/dmidecode/
|
|
-Source0: http://download.savannah.gnu.org/releases/dmidecode/dmidecode-%{version}.tar.xz
|
|
+Source0: https://download.savannah.gnu.org/releases/dmidecode/dmidecode-%{version}.tar.xz
|
|
-Patch0: 0001-dmidecode-Fix-Redfish-Hostname-print-length.patch
|
|
+
|
|
-Patch1: 0002-dmidecode-Don-t-use-memcpy-on-dev-mem-on-arm64.patch
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-Patch2: 0003-dmidecode-Use-the-most-appropriate-unit-for-cache-si.patch
|
|
|
|
-Patch3: 0004-dmidecode-Use-dmi_cache_size_2-in-dmi_cache_size.patch
|
|
|
|
-Patch4: 0005-dmidecode-Add-Logical-non-volatile-device-to-the-mem.patch
|
|
|
|
-Patch5: 0006-dmidecode-Reformat-the-FILES-section-of-the-manual-p.patch
|
|
|
|
-Patch6: 0007-dmidecode-Document-how-the-UUID-fields-are-interpret.patch
|
|
|
|
-Patch7: 0008-Use-comments-to-separate-sections-in-manual-pages.patch
|
|
|
|
-Patch8: 0009-dmidecode-Add-missing-standard-include.patch
|
|
|
|
-Patch9: 0010-dmidecode-Only-scan-dev-mem-for-entry-point-on-x86.patch
|
|
|
|
-Patch10: 0011-Use-larger-units-for-memory-device-and-BIOS-size.patch
|
|
|
|
-Patch11: 0012-Fix-formatting-of-TPM-table-output.patch
|
|
|
|
-Patch12: 0013-dmidecode-Adding-bios-revision-to-s-option.patch
|
|
|
|
-Patch13: 0014-dmidecode-Adding-firmware-revision-support-to-s-opti.patch
|
|
|
|
-Patch14: 0015-dmidecode-Fix-System-Slot-Information-for-PCIe-SSD.patch
|
|
|
|
-Patch15: 0016-Typo.patch
|
|
|
|
-Patch16: 0017-dmidecode-Add-enumerated-values-from-SMBIOS-3.3.0.patch
|
|
|
|
-Patch17: 0018-dmidecode-Decode-system-slot-base-bus-width-and-peer.patch
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
BuildRequires: automake, autoconf
|
|
BuildRequires: automake, autoconf
|
|
ExclusiveArch: %{ix86} x86_64 ia64
|
|
ExclusiveArch: %{ix86} x86_64 ia64
|
|
Obsoletes: kernel-utils
|
|
Obsoletes: kernel-utils
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-Packager: shaolin, daisuke
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
dmidecode reports information about x86 & ia64 hardware as described in the
|
|
dmidecode reports information about x86 & ia64 hardware as described in the
|
|
system BIOS according to the SMBIOS/DMI standard. This information
|
|
system BIOS according to the SMBIOS/DMI standard. This information
|
|
@@ -55,26 +35,12 @@ x86 / ia64 ハードウェア情報を表示することができます。
|
|
BIOS のバージョンなど、数多くの詳細なハードウェア情報が含まれます。
|
|
BIOS のバージョンなど、数多くの詳細なハードウェア情報が含まれます。
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1
|
|
+
|
|
-%patch1 -p1
|
|
|
|
-%patch2 -p1
|
|
|
|
-%patch3 -p1
|
|
|
|
-%patch4 -p1
|
|
|
|
-%patch5 -p1
|
|
|
|
-%patch6 -p1
|
|
|
|
-%patch7 -p1
|
|
|
|
-%patch8 -p1
|
|
|
|
-%patch9 -p1
|
|
|
|
-%patch10 -p1
|
|
|
|
-%patch11 -p1
|
|
|
|
-%patch12 -p1
|
|
|
|
-%patch13 -p1
|
|
|
|
-%patch14 -p1
|
|
|
|
-%patch15 -p1
|
|
|
|
-%patch16 -p1
|
|
|
|
-%patch17 -p1
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%make_build CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}"
|
|
%make_build CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}"
|
|
@@ -92,7 +58,7 @@ rm -rf %{buildroot}
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%license LICENSE
|
|
%license LICENSE
|
|
-%doc AUTHORS CHANGELOG README
|
|
+%doc AUTHORS NEWS README
|
|
%{_sbindir}/dmidecode
|
|
%{_sbindir}/dmidecode
|
|
%ifnarch ia64
|
|
%ifnarch ia64
|
|
%{_sbindir}/vpddecode
|
|
%{_sbindir}/vpddecode
|
|
@@ -103,6 +69,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 22 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.5-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped all patches.
|
|
|
|
+
|
|
* Sat Mar 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.2-1
|
|
* Sat Mar 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.2-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- replaced all patches with rawhide's.
|
|
- replaced all patches with rawhide's.
|