Commit Graph

59 Commits

Author SHA256 Message Date
Dominique Leuenberger
c1f95c154b Accepting request 742155 from Base:System
1 recommended fixe from upstream:
- dmidecode-fix-system-slot-information-for-pcie-ssd.patch: Fix
  System Slot Information for PCIe SSD.
Partial support for SMBIOS 3.3.0:
- dmidecode-add-enumerated-values-from-smbios-3.3.0.patch: Add
  enumerated values from SMBIOS 3.3.0 (bsc#1153533).

OBS-URL: https://build.opensuse.org/request/show/742155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=38
2019-10-28 15:45:27 +00:00
Jean Delvare
f308d382bd 1 recommended fixe from upstream:
- dmidecode-fix-system-slot-information-for-pcie-ssd.patch: Fix
  System Slot Information for PCIe SSD.
Partial support for SMBIOS 3.3.0:
- dmidecode-add-enumerated-values-from-smbios-3.3.0.patch: Add
  enumerated values from SMBIOS 3.3.0 (bsc#1153533).

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=54
2019-10-23 13:34:54 +00:00
Dominique Leuenberger
09f8bbf823 Accepting request 727769 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/727769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=37
2019-09-07 10:34:21 +00:00
Jean Delvare
533abc8563 2 recommended fixes from upstream:
- dmidecode-only-scan-dev-mem-for-entry-point-on-x86.patch: Only
  scan /dev/mem for entry point on x86 (fixes reboot on ARM64).
- dmidecode-fix-formatting-of-tpm-table-output.patch: Fix
  formatting of TPM table output (missing newlines).

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=52
2019-08-26 12:38:06 +00:00
Dominique Leuenberger
f470590878 Accepting request 666433 from Base:System
- Add "Logical non-volatile device" to the memory device types (bsc#1120149)
- Use %doc directly on files instead of installing them explicitly
- Don't overwrite the path of license (boo#1121851)

OBS-URL: https://build.opensuse.org/request/show/666433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=36
2019-01-29 13:44:55 +00:00
Jean Delvare
5864d6a83b - dmidecode-add-logical-non-volatile-device.patch: Add "Logical
non-volatile device" to the memory device types (bsc#1120149).
- Use %doc directly on files instead of installing them explicitly.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=50
2019-01-16 09:26:04 +00:00
Jean Delvare
44183134f1 - Don't overwrite the path of license (boo#1121851).
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=49
2019-01-14 15:33:32 +00:00
Dominique Leuenberger
f25a4277f3 Accepting request 643888 from Base:System
Fix potential buffer overrun when printing Redfish Hostname (bsc#1112755)

OBS-URL: https://build.opensuse.org/request/show/643888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=35
2018-11-06 12:57:42 +00:00
Jean Delvare
e0853bf1f3 - dmidecode-fix-redfish-hostname-print-length.patch: Fix Redfish
Hostname print length (bsc#1112755).

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=47
2018-10-22 12:52:52 +00:00
Yuchen Lin
e81209cc91 Accepting request 636168 from Base:System
- Update to upstream version 3.2:
  * [COMPATIBILITY] The UUID is now displayed using lowercase
    letters, per RFC 4122 (#53569). You must ensure that any code
    parsing it is case-insensitive.
  * Support for SMBIOS 3.2.0. This includes new processor names,
    new socket and port connector types, new system slot state and
    property, and support for non-volatile memory (NVDIMM).
  * Support for Redfish management controllers.
  * A new command line option to query a specific structure by its
    handle.
  * A new command line option to query the system family string.
  * Support for 3 ThinkPad-specific structures (patch #9642).
  * Support for HPE's new company name.
  * Support UEFI on FreeBSD.
  * Important bug fixes:
    Fix firmware version of TPM device
    Fix the HPE UEFI feature flag check
  * (biosdecode) A new command line option to fully decode PIR
    information (support request #109339).
  * Obsoletes dmioem-reflect-hpe-new-company-name.patch,
    dmidecode-fix-tpm-device-firmware-version.patch, and
    dmioem-fix-hpe-type-219-uefi-flag.patch.
  * CHANGELOG is gone, package more compact NEWS file instead.
- Reenable signature checking.
- Use %license for LICENSE file.

OBS-URL: https://build.opensuse.org/request/show/636168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=34
2018-09-20 09:38:29 +00:00
Jean Delvare
39692e203a - CHANGELOG is gone, package more compact NEWS file instead.
- Reenable signature checking.
- Use %license for LICENSE file.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=45
2018-09-17 11:29:18 +00:00
Jean Delvare
07cb0f1165 - Update to upstream version 3.2:
* [COMPATIBILITY] The UUID is now displayed using lowercase
    letters, per RFC 4122 (#53569). You must ensure that any code
    parsing it is case-insensitive.
  * Support for SMBIOS 3.2.0. This includes new processor names,
    new socket and port connector types, new system slot state and
    property, and support for non-volatile memory (NVDIMM).
  * Support for Redfish management controllers.
  * A new command line option to query a specific structure by its
    handle.
  * A new command line option to query the system family string.
  * Support for 3 ThinkPad-specific structures (patch #9642).
  * Support for HPE's new company name.
  * Support UEFI on FreeBSD.
  * Important bug fixes:
    Fix firmware version of TPM device
    Fix the HPE UEFI feature flag check
  * (biosdecode) A new command line option to fully decode PIR
    information (support request #109339).
  * Obsoletes dmioem-reflect-hpe-new-company-name.patch,
    dmidecode-fix-tpm-device-firmware-version.patch, and
    dmioem-fix-hpe-type-219-uefi-flag.patch.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=44
2018-09-17 11:17:57 +00:00
Dominique Leuenberger
e0efdc5825 Accepting request 597410 from Base:System
Backport 3 fixes recommended by upstream:
- dmioem-reflect-hpe-new-company-name.patch: Reflect HPE's new company name.
- dmidecode-fix-tpm-device-firmware-version.patch: Fix firmware version of TPM device.
- dmioem-fix-hpe-type-219-uefi-flag.patch: Fix the reporting of  HP/HPE UEFI feature.

OBS-URL: https://build.opensuse.org/request/show/597410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=33
2018-04-23 13:24:45 +00:00
Jean Delvare
da4b2bb7de - dmioem-reflect-hpe-new-company-name.patch: Reflect HPE's new
company name.
- dmidecode-fix-tpm-device-firmware-version.patch: Fix firmware
  version of TPM device.
- dmioem-fix-hpe-type-219-uefi-flag.patch: Fix the reporting of
  HP/HPE UEFI feature.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=42
2018-04-17 09:58:04 +00:00
Dominique Leuenberger
5768f7bccb Accepting request 511066 from Base:System
Add missing bug numbers and FATE references in changes file (bsc#1041670)

OBS-URL: https://build.opensuse.org/request/show/511066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=32
2017-07-19 09:22:05 +00:00
Jean Delvare
4336c0239b - Add missing bug numbers and FATE references in changes file
(bsc#1041670).

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=40
2017-07-17 12:53:15 +00:00
Dominique Leuenberger
b807a55f7b Accepting request 500183 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/500183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=31
2017-06-07 07:53:45 +00:00
Jean Delvare
4aebc28fb8 - Update to upstream version 3.1:
* Support for SMBIOS 3.1.0 and 3.1.1. This includes new chassis
    types, new processor family names, new processor family upgrade
    names, and new slot types, as well as support of larger BIOS
    ROM sizes and cache sizes, and a new structure type (43, TPM
    Device.)
  * A new command line option to query OEM strings.
  * All error messages are now printed on stderr (#47274, #48158.)
  * Fixes a crash with SIGBUS (#46066.)
  * Various minor fixes, improvements and cleanups.
  * Obsoletes dmidecode-01-add-no-sysfs-option-description-to-h-output.patch,
    dmidecode-02-fix-no-smbios-nor-dmi-entry-point-found-on-smbios3.patch,
    dmidecode-03-let-read_file-return-the-actual-data-size.patch,
    dmidecode-04-use-read_file-to-read-the-dmi-table-from-sysfs.patch,
    dmidecode-05-use-dword-for-structure-table-maximum-size-in-smbios3.patch,
    dmidecode-06-hide-irrelevant-fixup-message.patch, and
    dmidecode-07-only-decode-one-dmi-table.patch.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=38
2017-05-24 13:58:17 +00:00
Dominique Leuenberger
43974ae599 Accepting request 452108 from Base:System
Only decode one DMI table.

OBS-URL: https://build.opensuse.org/request/show/452108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=30
2017-01-25 21:40:06 +00:00
Jean Delvare
9c372773ea - dmidecode-07-only-decode-one-dmi-table.patch: Only decode one
DMI table.
  https://savannah.nongnu.org/bugs/?50022

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=36
2017-01-20 12:21:06 +00:00
Dominique Leuenberger
a9d707f686 Accepting request 393540 from Base:System
Backport 5 bug fixes from upstream.

OBS-URL: https://build.opensuse.org/request/show/393540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=29
2016-05-08 08:39:12 +00:00
Jean Delvare
925fc78f0a - dmidecode-01-add-no-sysfs-option-description-to-h-output.patch:
Add "--no-sysfs" option description to -h output.
- dmidecode-02-fix-no-smbios-nor-dmi-entry-point-found-on-smbios3.patch:
  Fix 'No SMBIOS nor DMI entry point found' on SMBIOS3.
- dmidecode-03-let-read_file-return-the-actual-data-size.patch:
  Let read_file return the actual data size.
- dmidecode-04-use-read_file-to-read-the-dmi-table-from-sysfs.patch:
  Use read_file() to read the DMI table from sysfs.
  https://savannah.nongnu.org/bugs/?46176
- dmidecode-05-use-dword-for-structure-table-maximum-size-in-smbios3.patch:
  Use DWORD for Structure table maximum size in SMBIOS3.
- dmidecode-06-hide-irrelevant-fixup-message.patch:
  Hide irrelevant fixup message.
  http://savannah.nongnu.org/support/?109024

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=35
2016-05-03 14:15:10 +00:00
Dominique Leuenberger
bc3cc6b1b4 Accepting request 330284 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/330284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=28
2015-09-13 07:44:47 +00:00
Jean Delvare
7f8fd4cbd5 Source is in tar.xz format now so BuildRequire xz.
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=33
2015-09-03 09:37:06 +00:00
Jean Delvare
a50e7366b5 - Update to upstream version 3.0:
* Adds support for SMBIOS 3.0. This includes a new (64-bit) entry
    point format and new enumerated values for recent hardware.
  * Adds support for the new kernel interface (as of Linux v4.2) as
    an alternative to relying on /dev/mem to access the entry point
    and DMI table.
  * Adds decoding of Acer-specific DMI type 170 and HP-specific DMI
    types 212, 219 and 233.
  * Obsoletes dmidecode-1.173-drop-cast.patch,
    dmidecode-1.175-fix-SMBIOS-2.8.0.patch,
    dmidecode-1.176-SMBIOS-2.8-is-supported.patch,
    dmidecode-1.177-decode-pcie3-slot-id.patch,
    dmidecode-1.181-decode-CPUID-recent-AMD.patch, and
    dmidecode-1.182-decode-ddr4-memory-type.patch.
  * Various minor fixes and clean-ups.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=32
2015-09-03 09:05:34 +00:00
Dominique Leuenberger
e8bb7e3272 Accepting request 287266 from Base:System
- dmidecode.keyring was empty, reference the savannah keyring.
  but the tarball is signed by someone unknown without gpg signatures,
  so no keyring for now.

- Cleanup spec file with spec-cleaner
- Add gpg signature

OBS-URL: https://build.opensuse.org/request/show/287266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=27
2015-02-27 10:03:35 +00:00
a619c4af30 OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=30 2015-02-22 09:18:49 +00:00
bcd34337f1 - dmidecode.keyring was empty, reference the savannah keyring.
but the tarball is signed by someone unknown without gpg signatures,
  so no keyring for now.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=29
2015-02-22 09:08:19 +00:00
80517088de Accepting request 287070 from home:pluskalm:branches:Base:System
- Cleanup spec file with spec-cleaner
- Add gpg signature

OBS-URL: https://build.opensuse.org/request/show/287070
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=28
2015-02-22 08:59:42 +00:00
Stephan Kulow
80a12b5939 Accepting request 255723 from Base:System
- dmidecode-1.181-decode-CPUID-recent-AMD.patch: Decode the CPUID
  of recent AMD processors (DMI type 4).
- dmidecode-1.182-decode-ddr4-memory-type.patch: Add support for
  DDR4 memory type (DMI type 17).
  https://savannah.nongnu.org/bugs/?43370

OBS-URL: https://build.opensuse.org/request/show/255723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=26
2014-10-14 05:10:06 +00:00
Jean Delvare
f9aebf59d7 - dmidecode-1.181-decode-CPUID-recent-AMD.patch: Decode the CPUID
of recent AMD processors (DMI type 4).
- dmidecode-1.182-decode-ddr4-memory-type.patch: Add support for
  DDR4 memory type (DMI type 17).
  https://savannah.nongnu.org/bugs/?43370

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=26
2014-10-13 12:01:46 +00:00
Stephan Kulow
dc4ba46f11 Accepting request 213766 from Base:System
- Bump SUPPORTED_SMBIOS_VER so that SMBIOS 2.8 implementations don't trigger a warning.
- Decode ID of PCI Express 3 slots (DMI type 9.)

OBS-URL: https://build.opensuse.org/request/show/213766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=24
2014-01-14 20:45:47 +00:00
Jean Delvare
8d21a50044 Fix format of bug reference.
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=24
2014-01-13 16:41:24 +00:00
Jean Delvare
2472535ddf - dmidecode-1.176-SMBIOS-2.8-is-supported.patch: Bump
SUPPORTED_SMBIOS_VER so that SMBIOS 2.8 implementations don't
  trigger a warning.
- dmidecode-1.177-decode-pcie3-slot-id.patch: Decode ID of PCI
  Express 3 slots (DMI type 9, savannah#40178.)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=23
2014-01-13 16:36:38 +00:00
Stephan Kulow
beff5fb388 Accepting request 173527 from Base:System
Enable build for ARM (forwarded request 173512 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/173527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=22
2013-04-26 17:20:25 +00:00
Jean Delvare
382d9c1e22 Accepting request 173512 from home:Guillaume_G:branches:Base:System
Enable build for ARM

OBS-URL: https://build.opensuse.org/request/show/173512
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=21
2013-04-26 14:52:33 +00:00
Stephan Kulow
abffed6838 Accepting request 173304 from Base:System
- Update to upstream version 2.12:
  * Adds support for SMBIOS 2.8. This includes new enumerated
    values for recent hardware.
  * Obsoletes dmidecode-add-SMBIOS-2_7_1-support.patch and
    dmidecode-fix-memory-array-location-overrun.patch.
  * Various minor fixes and clean-ups.
- dmidecode-1.173-drop-cast.patch: Drop unneeded and possibly
  dangerous cast.
- dmidecode-1.175-fix-SMBIOS-2.8.0.patch: Fix support for new
  processor upgrade types (DMI type 4) and new memory device type
  (DMI type 17.)

OBS-URL: https://build.opensuse.org/request/show/173304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=21
2013-04-26 05:13:36 +00:00
Jean Delvare
31748488d0 - Update to upstream version 2.12:
* Adds support for SMBIOS 2.8. This includes new enumerated
    values for recent hardware.
  * Obsoletes dmidecode-add-SMBIOS-2_7_1-support.patch and
    dmidecode-fix-memory-array-location-overrun.patch.
  * Various minor fixes and clean-ups.
- dmidecode-1.173-drop-cast.patch: Drop unneeded and possibly
  dangerous cast.
- dmidecode-1.175-fix-SMBIOS-2.8.0.patch: Fix support for new
  processor upgrade types (DMI type 4) and new memory device type
  (DMI type 17.)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=19
2013-04-24 20:15:20 +00:00
Stephan Kulow
9c447478f9 Accepting request 160998 from Base:System
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 160984 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/160998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=20
2013-03-26 05:59:47 +00:00
84cb98fee1 Accepting request 160984 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/160984
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=17
2013-03-25 15:30:46 +00:00
Stephan Kulow
b93f98746e replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=17
2011-12-06 17:06:31 +00:00
Stephan Kulow
d91302d4fb Accepting request 88922 from Base:System
OBS-URL: https://build.opensuse.org/request/show/88922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=16
2011-10-21 14:04:44 +00:00
Jean Delvare
d0de264d63 Accepting request 83266 from home:jengelh:bl-d
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/83266
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=15
2011-09-19 11:47:43 +00:00
Sascha Peilicke
31e6cbe8ca Autobuild autoformatter for 67217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=14
2011-04-14 07:10:22 +00:00
OBS User buildservice-autocommit
576a63c14a Updating link to change in openSUSE:Factory/dmidecode revision 14.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=120fb01506802ae8b895346dcd8b6f82
2011-04-14 07:10:22 +00:00
Sascha Peilicke
081d6ff3c3 Accepting request 67217 from Base:System
Accepted submit request 67217 from user coolo

OBS-URL: https://build.opensuse.org/request/show/67217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=13
2011-04-14 07:10:13 +00:00
Jean Delvare
de68c3db1e - dmidecode-add-SMBIOS-2_7_1-support.patch: Add enumerated values
from SMBIOS 2.7.1.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=13
2011-04-13 15:46:30 +00:00
Ruediger Oertel
c016b2edee Autobuild autoformatter for 59579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=11
2011-02-02 00:46:17 +00:00
Ruediger Oertel
f08bab682b Accepting request 59579 from Base:System
Accepted submit request 59579 from user jdelvare

OBS-URL: https://build.opensuse.org/request/show/59579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=10
2011-02-02 00:46:06 +00:00
Jean Delvare
c5ecd5769c Fix typo in spec file.
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=11
2011-01-25 17:11:47 +00:00