|
Prarit Bhargava |
af958a |
Summary: Tool to analyse BIOS DMI data
|
|
Dave Jones |
a09c31 |
Name: dmidecode
|
|
Prarit Bhargava |
472fe5 |
Version: 2.10
|
|
Anton Arapov |
8e4de9 |
Release: 2%{?dist}
|
|
Anton Arapov |
5c614b |
Epoch: 1
|
|
Dave Jones |
a09c31 |
Group: System Environment/Base
|
|
Tom Callaway |
d8e057 |
License: GPLv2+
|
|
Anton Arapov |
5c614b |
Source0: dmidecode-%{version}.tar.bz2
|
|
Jarod Wilson |
68313a |
Patch0: dmidecode-add-hewlett-packard-to-dmioem.patch
|
|
Jarod Wilson |
68313a |
Patch1: dmidecode-recognize-more-memory.patch
|
|
Jarod Wilson |
68313a |
Patch2: dmidecode-add-socket-lga1366.patch
|
|
Jarod Wilson |
68313a |
Patch3: dmidecode-warn-on-unsupported-smbios-version.patch
|
|
Jarod Wilson |
3aad21 |
Patch4: dmidecode-smbios-2.6.1-updates.patch
|
|
Anton Arapov |
8e4de9 |
Patch5: dmidecode-makefile-fix.patch
|
|
Anton Arapov |
5c614b |
URL: http://www.nongnu.org/dmidecode/
|
|
Dave Jones |
a09c31 |
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Anton Arapov |
5c614b |
BuildRequires: /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
|
|
Anton Arapov |
5c614b |
ExclusiveArch: %{ix86} x86_64 ia64
|
|
Dave Jones |
a09c31 |
|
|
Dave Jones |
a09c31 |
%description
|
|
Prarit Bhargava |
65e3e7 |
dmidecode reports information about x86 & ia64 hardware as described in the
|
|
Dave Jones |
6b3e14 |
system BIOS according to the SMBIOS/DMI standard. This information
|
|
Dave Jones |
6b3e14 |
typically includes system manufacturer, model name, serial number,
|
|
Dave Jones |
6b3e14 |
BIOS version, asset tag as well as a lot of other details of varying
|
|
Dave Jones |
6b3e14 |
level of interest and reliability depending on the manufacturer.
|
|
Dave Jones |
6b3e14 |
|
|
Dave Jones |
6b3e14 |
This will often include usage status for the CPU sockets, expansion
|
|
Dave Jones |
6b3e14 |
slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of
|
|
Dave Jones |
6b3e14 |
I/O ports (e.g. serial, parallel, USB).
|
|
Dave Jones |
a09c31 |
|
|
Dave Jones |
a09c31 |
%prep
|
|
Dave Jones |
6b3e14 |
%setup -q
|
|
Jarod Wilson |
68313a |
%patch0 -p1
|
|
Jarod Wilson |
68313a |
%patch1 -p1
|
|
Jarod Wilson |
68313a |
%patch2 -p1
|
|
Jarod Wilson |
68313a |
%patch3 -p1
|
|
Jarod Wilson |
68313a |
%patch4 -p1
|
|
Anton Arapov |
8e4de9 |
%patch5 -p1
|
|
Dave Jones |
a09c31 |
|
|
Dave Jones |
a09c31 |
%build
|
|
Dave Jones |
1c988e |
make CFLAGS="$RPM_OPT_FLAGS"
|
|
Dave Jones |
a09c31 |
|
|
Dave Jones |
a09c31 |
%install
|
|
Dave Jones |
6b3e14 |
rm -rf $RPM_BUILD_ROOT
|
|
Dave Jones |
6b3e14 |
make DESTDIR=%{buildroot} prefix=%{_prefix} install-bin install-man
|
|
Dave Jones |
6b3e14 |
|
|
Dave Jones |
a09c31 |
%clean
|
|
Dave Jones |
6b3e14 |
rm -rf $RPM_BUILD_ROOT
|
|
Dave Jones |
a09c31 |
|
|
Dave Jones |
a09c31 |
%files
|
|
Dave Jones |
a09c31 |
%defattr(-,root,root)
|
|
Dave Jones |
6b3e14 |
%doc AUTHORS CHANGELOG LICENSE README
|
|
Dave Jones |
6b3e14 |
%{_sbindir}/dmidecode
|
|
Doug Chapman |
9ebfca |
%ifnarch ia64
|
|
Dave Jones |
6b3e14 |
%{_sbindir}/vpddecode
|
|
Dave Jones |
6b3e14 |
%{_sbindir}/ownership
|
|
Dave Jones |
6b3e14 |
%{_sbindir}/biosdecode
|
|
Doug Chapman |
9ebfca |
%endif
|
|
Dave Jones |
6b3e14 |
%{_mandir}/man8/*
|
|
Dave Jones |
a09c31 |
|
|
Dave Jones |
a09c31 |
%changelog
|
|
Anton Arapov |
8e4de9 |
* Fri Oct 15 2010 Anton Arapov <aarapov@redhat.com> - 1:2.1.0-2
|
|
Anton Arapov |
8e4de9 |
- Does not build with gnu make v3.82+ (#631407)
|
|
Anton Arapov |
8e4de9 |
|
|
Anton Arapov |
5c614b |
* Fri Dec 18 2009 Prarit Bhargava <prarit@redhat.com> - 1:2.1.0-1.40
|
|
Anton Arapov |
5c614b |
- Fix rpmlint errors in specfile
|
|
Anton Arapov |
5c614b |
|
|
Jarod Wilson |
3aad21 |
* Fri Aug 28 2009 Jarod Wilson <jarod@redhat.com> - 1:2.10-1.39
|
|
Jarod Wilson |
3aad21 |
- Fix cache associativity mapping (was missing some commas)
|
|
Jarod Wilson |
3aad21 |
|
|
Jarod Wilson |
68313a |
* Mon Aug 24 2009 Jarod Wilson <jarod@redhat.com> - 1:2.10-1.38
|
|
Jarod Wilson |
68313a |
- Add support for newer sockets, processors and pcie slot types
|
|
Jarod Wilson |
68313a |
|
|
Jesse Keating |
bef1b0 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.10-1.36.2
|
|
Jesse Keating |
bef1b0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
Jesse Keating |
bef1b0 |
|
|
Matthias Clasen |
02ad71 |
* Fri Feb 27 2009 Matthias Clasen <mclasen@redhat.com>
|
|
Matthias Clasen |
02ad71 |
- Build for i586
|
|
Matthias Clasen |
02ad71 |
|
|
Jesse Keating |
1c1bc8 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.10-1.34.1
|
|
Jesse Keating |
1c1bc8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
Jesse Keating |
1c1bc8 |
|
|
Prarit Bhargava |
472fe5 |
* Mon Feb 09 2009 Prarit Bhargava <prarit@redhat.com> 1:2.10
|
|
Prarit Bhargava |
472fe5 |
- rebuild with version 2.10
|
|
Prarit Bhargava |
472fe5 |
|
|
Prarit Bhargava |
af958a |
* Wed Jan 28 2009 Prarit Bhargava <prarit@redhat.com> 1:2.9-1.32
|
|
Prarit Bhargava |
af958a |
- fix Summary field (BZ 225698)
|
|
Prarit Bhargava |
472fe5 |
|
|
Tom Callaway |
d8e057 |
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1:2.9-1.30
|
|
Tom Callaway |
d8e057 |
- fix license tag
|
|
Tom Callaway |
d8e057 |
|
|
Doug Chapman |
8b2779 |
* Fri Mar 14 2008 Doug Chapman <doug.chapman@hp.com> 1:2.9-1.29.1
|
|
Doug Chapman |
8b2779 |
- Do not package vpddecode, ownership and biosdecode on ia64 since those are x86 only
|
|
Doug Chapman |
8b2779 |
|
|
Jesse Keating |
1289cb |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:2.9-1.27.1
|
|
Jesse Keating |
1289cb |
- Autorebuild for GCC 4.3
|
|
Jesse Keating |
1289cb |
|
|
Prarit Bhargava |
65e3e7 |
* Mon Oct 22 2007 Prarit Bhargava <prarit@redhat.com> - 1:2.9
|
|
Prarit Bhargava |
65e3e7 |
- rebuild with version 2.9
|
|
Jesse Keating |
e9891d |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:2.7-1.25.1
|
|
Jesse Keating |
e9891d |
- rebuild
|
|
Jesse Keating |
e9891d |
|
|
Dave Jones |
d2048b |
* Thu Feb 09 2006 Dave Jones <davej@redhat.com>
|
|
Dave Jones |
d2048b |
- rebuild.
|
|
Dave Jones |
d2048b |
|
|
Jesse Keating |
178cdc |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
Jesse Keating |
178cdc |
- rebuilt
|
|
Jesse Keating |
178cdc |
|
|
Dave Jones |
6b3e14 |
* Mon Nov 28 2005 Dave Jones <davej@redhat.com>
|
|
Dave Jones |
6b3e14 |
- Integrate several specfile cleanups from Robert Scheck. (#172543)
|
|
Dave Jones |
6b3e14 |
|
|
Dave Jones |
953b5a |
* Sat Sep 24 2005 Dave Jones <davej@redhat.com>
|
|
Dave Jones |
953b5a |
- Revert yesterdays patch, its unneeded in 2.7
|
|
Dave Jones |
953b5a |
|
|
Dave Jones |
568e06 |
* Fri Sep 23 2005 Dave Jones <davej@redhat.com>
|
|
Dave Jones |
568e06 |
- Don't try to modify areas mmap'd read-only.
|
|
Dave Jones |
991ade |
- Don't build on ia64 any more.
|
|
Dave Jones |
991ade |
(It breaks on some boxes very badly, and works on very few).
|
|
Dave Jones |
568e06 |
|
|
Dave Jones |
861475 |
* Mon Sep 12 2005 Dave Jones <davej@redhat.com>
|
|
Dave Jones |
861475 |
- Update to upstream 2.7
|
|
Dave Jones |
861475 |
|
|
Florian La Roche |
8fc957 |
* Fri Apr 15 2005 Florian La Roche <laroche@redhat.com>
|
|
Florian La Roche |
8fc957 |
- remove empty scripts
|
|
Florian La Roche |
8fc957 |
|
|
Dave Jones |
3372fd |
* Wed Mar 2 2005 Dave Jones <davej@redhat.com>
|
|
Dave Jones |
3372fd |
- Update to upstream 2.6
|
|
Dave Jones |
3372fd |
|
|
Dave Jones |
3505d6 |
* Tue Mar 1 2005 Dave Jones <davej@redhat.com>
|
|
Dave Jones |
3505d6 |
- Rebuild for gcc4
|
|
Dave Jones |
3505d6 |
|
|
Dave Jones |
b64467 |
* Tue Feb 8 2005 Dave Jones <davej@redhat.com>
|
|
Dave Jones |
b64467 |
- Rebuild with -D_FORTIFY_SOURCE=2
|
|
Dave Jones |
b64467 |
|
|
Dave Jones |
6b1ed8 |
* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
|
|
Dave Jones |
6b1ed8 |
- Add missing Obsoletes: kernel-utils
|
|
Dave Jones |
6b1ed8 |
|
|
Dave Jones |
8e813c |
* Mon Jan 10 2005 Dave Jones <davej@redhat.com>
|
|
Dave Jones |
8e813c |
- Update to upstream 2.5 release.
|
|
Dave Jones |
8e813c |
|
|
Dave Jones |
8e813c |
* Sat Dec 18 2004 Dave Jones <davej@redhat.com>
|
|
Dave Jones |
a09c31 |
- Initial packaging, based upon kernel-utils package.
|
|
Dave Jones |
a09c31 |
|