- dmidecode: bump up to 3.3
Change-Id: I257eeeb28bc375ab81504832e1383147ed94f12b
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/12863
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Michelle Wang <michellew@vmware.com>
| ... | ... |
@@ -1,12 +1,12 @@ |
| 1 | 1 |
Summary: Tool to analyze BIOS DMI data |
| 2 | 2 |
Name: dmidecode |
| 3 |
-Version: 3.2 |
|
| 3 |
+Version: 3.3 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv2+ |
| 6 | 6 |
URL: http://www.nongnu.org/dmidecode/ |
| 7 | 7 |
Group: System Environment/Base |
| 8 | 8 |
Source0: http://download.savannah.gnu.org/releases/dmidecode/%{name}-%{version}.tar.xz
|
| 9 |
-%define sha1 dmidecode=acf4b5c6e757066453fd06aa9060fceb257849bf |
|
| 9 |
+%define sha1 dmidecode=99b8a9deaf0a003083a5a5fadcb8c016e4ebdaa4 |
|
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
Distribution: Photon |
| 12 | 12 |
%description |
| ... | ... |
@@ -25,6 +25,8 @@ 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 |
|
| 28 | 30 |
* Thu Jun 25 2020 Gerrit Photon <photon-checkins@vmware.com> 3.2-1 |
| 29 | 31 |
- Automatic Version Bump |
| 30 | 32 |
* Mon Sep 10 2018 Ajay Kaher <akaher@vmware.com> 3.1-1 |