Change-Id: Ic5ab56dca39e921742ea4f61016d0df367768356
Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/16845
Tested-by: gerrit-photon <photon-checkins@vmware.com>
| ... | ... |
@@ -1,23 +1,36 @@ |
| 1 |
-Summary: Tool to analyze BIOS DMI data |
|
| 2 |
-Name: dmidecode |
|
| 3 |
-Version: 3.3 |
|
| 4 |
-Release: 1%{?dist}
|
|
| 5 |
-License: GPLv2+ |
|
| 6 |
-URL: http://www.nongnu.org/dmidecode/ |
|
| 7 |
-Group: System Environment/Base |
|
| 8 |
-Source0: http://download.savannah.gnu.org/releases/dmidecode/%{name}-%{version}.tar.xz
|
|
| 9 |
-%define sha1 dmidecode=99b8a9deaf0a003083a5a5fadcb8c016e4ebdaa4 |
|
| 10 |
-Vendor: VMware, Inc. |
|
| 11 |
-Distribution: Photon |
|
| 1 |
+Summary: Tool to analyze BIOS DMI data |
|
| 2 |
+Name: dmidecode |
|
| 3 |
+Version: 3.4 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 |
+License: GPLv2+ |
|
| 6 |
+URL: http://www.nongnu.org/dmidecode |
|
| 7 |
+Group: System Environment/Base |
|
| 8 |
+Vendor: VMware, Inc. |
|
| 9 |
+Distribution: Photon |
|
| 10 |
+ |
|
| 11 |
+Source0: http://download.savannah.gnu.org/releases/dmidecode/%{name}-%{version}.tar.xz
|
|
| 12 |
+%define sha512 %{name}=62990b6159e5a7c8688d37e44957e7948391d2c6afeabaa4514ba9dad2d08b020297676e2dbbfcb6471efc6fb6f3682750422931a953f78f358bb3dd3745e95b
|
|
| 13 |
+ |
|
| 12 | 14 |
%description |
| 13 |
-Dmidecode reports information about your system's hardware as described in your 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. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB). |
|
| 15 |
+Dmidecode reports information about your system's hardware as described in |
|
| 16 |
+your system BIOS according to the SMBIOS/DMI standard. This information |
|
| 17 |
+typically includes system manufacturer, model name, serial number, |
|
| 18 |
+BIOS version, asset tag as well as a lot of other details of varying |
|
| 19 |
+level of interest and reliability depending on the manufacturer. |
|
| 20 |
+ |
|
| 21 |
+This will often include usage status for the CPU sockets, expansion |
|
| 22 |
+slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of |
|
| 23 |
+I/O ports (e.g. serial, parallel, USB). |
|
| 14 | 24 |
|
| 15 | 25 |
%prep |
| 16 |
-%setup -q |
|
| 26 |
+%autosetup -p1 |
|
| 27 |
+ |
|
| 17 | 28 |
%build |
| 18 |
-make %{?_smp_mflags}
|
|
| 29 |
+%make_build |
|
| 30 |
+ |
|
| 19 | 31 |
%install |
| 20 |
-make DESTDIR=%{buildroot} prefix=%{_prefix} install
|
|
| 32 |
+%make_install prefix=%{_prefix} %{?_smp_mflags}
|
|
| 33 |
+ |
|
| 21 | 34 |
%files |
| 22 | 35 |
%defattr(-,root,root) |
| 23 | 36 |
%{_sbindir}/*
|
| ... | ... |
@@ -25,13 +38,15 @@ make DESTDIR=%{buildroot} prefix=%{_prefix} install
|
| 25 | 25 |
%{_mandir}/man8/*
|
| 26 | 26 |
|
| 27 | 27 |
%changelog |
| 28 |
-* Mon Apr 12 2021 Gerrit Photon <photon-checkins@vmware.com> 3.3-1 |
|
| 29 |
-- Automatic Version Bump |
|
| 30 |
-* Thu Jun 25 2020 Gerrit Photon <photon-checkins@vmware.com> 3.2-1 |
|
| 31 |
-- Automatic Version Bump |
|
| 32 |
-* Mon Sep 10 2018 Ajay Kaher <akaher@vmware.com> 3.1-1 |
|
| 33 |
-- Upgraded to version 3.1 |
|
| 34 |
-* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.0-2 |
|
| 35 |
-- GA - Bump release of all rpms |
|
| 36 |
-* Mon Nov 02 2015 Divya Thaluru <dthaluru@vmware.com> 3.0-1 |
|
| 37 |
-- Initial build. First version |
|
| 28 |
+* Wed Aug 17 2022 Shreenidhi Shedi <sshedi@vmware.com> 3.4-1 |
|
| 29 |
+- Upgrade to v3.4 |
|
| 30 |
+* Mon Apr 12 2021 Gerrit Photon <photon-checkins@vmware.com> 3.3-1 |
|
| 31 |
+- Automatic Version Bump |
|
| 32 |
+* Thu Jun 25 2020 Gerrit Photon <photon-checkins@vmware.com> 3.2-1 |
|
| 33 |
+- Automatic Version Bump |
|
| 34 |
+* Mon Sep 10 2018 Ajay Kaher <akaher@vmware.com> 3.1-1 |
|
| 35 |
+- Upgraded to version 3.1 |
|
| 36 |
+* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.0-2 |
|
| 37 |
+- GA - Bump release of all rpms |
|
| 38 |
+* Mon Nov 02 2015 Divya Thaluru <dthaluru@vmware.com> 3.0-1 |
|
| 39 |
+- Initial build. First version |