2009-01-28 13:25:25 +00:00
|
|
|
Summary: Tool to analyse BIOS DMI data
|
2005-01-07 05:57:42 +00:00
|
|
|
Name: dmidecode
|
2018-09-18 14:24:59 +00:00
|
|
|
Version: 3.2
|
2020-01-28 15:59:50 +00:00
|
|
|
Release: 5%{?dist}
|
2009-12-18 15:41:14 +00:00
|
|
|
Epoch: 1
|
2008-07-16 21:16:30 +00:00
|
|
|
License: GPLv2+
|
2017-11-08 08:10:42 +00:00
|
|
|
Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz
|
2019-11-18 11:02:48 +00:00
|
|
|
Patch0: 0001-dmidecode-Fix-Redfish-Hostname-print-length.patch
|
|
|
|
Patch1: 0002-dmidecode-Don-t-use-memcpy-on-dev-mem-on-arm64.patch
|
|
|
|
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
|
2009-12-18 15:41:14 +00:00
|
|
|
URL: http://www.nongnu.org/dmidecode/
|
2017-11-08 08:37:17 +00:00
|
|
|
BuildRequires: gcc make
|
2014-10-25 13:08:54 +00:00
|
|
|
ExclusiveArch: %{ix86} x86_64 ia64 aarch64
|
2005-01-07 05:57:42 +00:00
|
|
|
|
|
|
|
%description
|
2007-10-22 20:36:47 +00:00
|
|
|
dmidecode reports information about x86 & ia64 hardware as described in the
|
2005-11-28 19:18:09 +00:00
|
|
|
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).
|
2005-01-07 05:57:42 +00:00
|
|
|
|
|
|
|
%prep
|
2005-11-28 19:18:09 +00:00
|
|
|
%setup -q
|
2019-11-18 11:02:48 +00:00
|
|
|
%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
|
2005-01-07 05:57:42 +00:00
|
|
|
|
|
|
|
%build
|
2017-11-08 08:33:20 +00:00
|
|
|
make %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}"
|
2005-01-07 05:57:42 +00:00
|
|
|
|
|
|
|
%install
|
2010-11-10 15:50:28 +00:00
|
|
|
make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} install-bin install-man
|
2005-11-28 19:18:09 +00:00
|
|
|
|
2005-01-07 05:57:42 +00:00
|
|
|
%files
|
2018-08-02 08:41:36 +00:00
|
|
|
%doc AUTHORS NEWS README
|
2014-07-11 21:48:34 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license LICENSE
|
2005-11-28 19:18:09 +00:00
|
|
|
%{_sbindir}/dmidecode
|
2014-10-25 13:08:54 +00:00
|
|
|
%ifnarch ia64 aarch64
|
2005-11-28 19:18:09 +00:00
|
|
|
%{_sbindir}/vpddecode
|
|
|
|
%{_sbindir}/ownership
|
|
|
|
%{_sbindir}/biosdecode
|
2008-03-14 19:05:33 +00:00
|
|
|
%endif
|
2005-11-28 19:18:09 +00:00
|
|
|
%{_mandir}/man8/*
|
2005-01-07 05:57:42 +00:00
|
|
|
|
|
|
|
%changelog
|
2020-01-28 15:59:50 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-18 11:02:48 +00:00
|
|
|
* Mon Nov 18 2019 Anton Arapov <aarapov@redhat.com> - 1:3.2-4
|
|
|
|
- v3.2 patched up to upstream commit 62bce59f
|
|
|
|
|
2019-07-24 22:08:22 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-01-31 17:21:08 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-09-18 14:24:59 +00:00
|
|
|
* Tue Sep 18 2018 Anton Arapov <aarapov@redhat.com> - 1:3.2-1
|
|
|
|
- updated to upstream v3.2
|
|
|
|
- Supported SMBIOS spec up to v3.2.0
|
|
|
|
|
2018-08-02 08:36:27 +00:00
|
|
|
* Thu Aug 02 2018 Anton Arapov <aarapov@redhat.com> - 1:3.1-7
|
|
|
|
- patched up to upstream commit bd78a5dfd4
|
|
|
|
|
2018-07-12 22:58:16 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 07:00:24 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 19:39:28 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 06:19:32 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-07 23:06:05 +00:00
|
|
|
* Thu Jun 08 2017 Anton Arapov <aarapov@redhat.com> - 1:3.1-2
|
|
|
|
- patched up to upstream commit aad65d8a53
|
|
|
|
|
2017-05-24 11:03:44 +00:00
|
|
|
* Wed May 24 2017 Anton Arapov <aarapov@redhat.com> - 1:3.1-1
|
|
|
|
- updated to upstream v3.1
|
|
|
|
- Supported SMBIOS spec up to v3.1.1
|
|
|
|
|
2017-02-10 08:28:07 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-02-02 13:33:11 +00:00
|
|
|
* Thu Feb 02 2017 Anton Arapov <aarapov@redhat.com> - 1:3.0-7
|
2017-02-02 13:10:06 +00:00
|
|
|
- patched up to commit adbd050d70b
|
|
|
|
|
2016-10-18 11:38:39 +00:00
|
|
|
* Tue Oct 18 2016 Anton Arapov <aarapov@redhat.com> - 1:3.0-6
|
|
|
|
- patched up to commit df9ebd5ffbe
|
|
|
|
|
2016-07-07 09:06:34 +00:00
|
|
|
* Thu Jul 07 2016 Anton Arapov <arapov@gmail.com> - 1:3.0-5
|
|
|
|
- patched up to commit a50565a65c9
|
|
|
|
|
2016-06-29 11:48:08 +00:00
|
|
|
* Wed Jun 29 2016 Anton Arapov <arapov@gmail.com> - 1:3.0-4
|
|
|
|
- Applied out-a-tree patch from Petr Oros: dmidecode: Unmask LRDIMM in memory type detail
|
|
|
|
|
2016-05-30 13:27:11 +00:00
|
|
|
* Mon May 30 2016 Anton Arapov <arapov@gmail.com> - 1:3.0-3
|
|
|
|
- Hide irrelevant fixup message
|
|
|
|
- patched up to commit cff11afa886
|
|
|
|
|
2016-02-02 13:25:58 +00:00
|
|
|
* Tue Feb 02 2016 Anton Arapov <arapov@gmail.com> - 1:3.0-2
|
|
|
|
- Use DWORD for Structure table maximum size in SMBIOS3
|
|
|
|
- patched up to commit ab02b117511
|
|
|
|
|
2016-01-21 19:13:52 +00:00
|
|
|
* Thu Jan 21 2016 Anton Arapov <arapov@gmail.com> - 1:3.0-1
|
|
|
|
- dmidecode v3 patched up to commit e5c73239404
|
|
|
|
|
2015-06-17 04:10:51 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.12-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-10-25 13:08:54 +00:00
|
|
|
* Sat Oct 25 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1:2.12-8
|
|
|
|
- dmidecode supported on aarch64
|
|
|
|
|
2014-08-16 03:02:49 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.12-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-11 21:48:34 +00:00
|
|
|
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> 1:2.12-6
|
|
|
|
- fix license handling
|
|
|
|
|
2014-06-07 07:37:20 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.12-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 07:27:40 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.12-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-09 07:16:39 +00:00
|
|
|
* Thu May 09 2013 Anton Arapov <anton@redhat.com> - 1:2.12-3
|
2013-05-09 07:15:35 +00:00
|
|
|
- Accomodate few more necesary, to enable SMBIOS v2.8, changes from upstream.
|
|
|
|
|
2013-04-26 07:02:07 +00:00
|
|
|
* Fri Apr 26 2013 Anton Arapov <anton@redhat.com> - 1:2.12-2
|
|
|
|
- Fixup, so that it actually read SMBIOS 2.8.0 table.
|
|
|
|
|
|
|
|
* Wed Apr 17 2013 Anton Arapov <anton@redhat.com> - 1:2.12-1
|
2013-04-17 12:44:43 +00:00
|
|
|
- Update to upstream 2.12 release.
|
|
|
|
|
2013-02-13 19:50:26 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.11-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-18 20:57:15 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.11-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-26 10:58:50 +00:00
|
|
|
* Mon Mar 26 2012 Anton Arapov <anton@redhat.com> - 1:2.11-8
|
|
|
|
- Update dmidecode.8 manpage
|
|
|
|
|
2012-03-12 09:29:34 +00:00
|
|
|
* Mon Mar 12 2012 Anton Arapov <anton@redhat.com> - 1:2.11-7
|
|
|
|
- Add "PXE" to HP OEM Type 209 record output
|
|
|
|
- Properly print the hexadecimal value of invalid string characters
|
|
|
|
|
2012-01-13 00:49:48 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.11-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-14 14:03:35 +00:00
|
|
|
* Mon Nov 14 2011 Anton Arapov <anton@redhat.com> - 1:2.11-5
|
|
|
|
- Fix the wrong call of the dmi_chassis_type function call. Thus fix
|
|
|
|
an issue on the systems with the chassis lock available, application
|
|
|
|
doesn't fall out with the out of spec error anymore.
|
|
|
|
|
2011-05-03 12:47:45 +00:00
|
|
|
* Tue May 03 2011 Anton Arapov <anton@redhat.com> - 1:2.11-4
|
2011-11-14 14:03:35 +00:00
|
|
|
- Update to SMBIOS 2.7.1
|
|
|
|
- Fix the boundaries check in type16
|
2011-05-03 12:47:45 +00:00
|
|
|
|
2011-02-08 14:23:10 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-19 15:12:27 +00:00
|
|
|
* Wed Jan 19 2011 Anton Arapov <anton@redhat.com> - 1:2.11-2
|
2011-01-19 14:25:22 +00:00
|
|
|
- Update to upstream 2.11 release. (#623047)
|
2011-01-19 15:12:27 +00:00
|
|
|
|
|
|
|
* Wed Jan 19 2011 Anton Arapov <anton@redhat.com> - 1:2.11-1
|
2011-01-19 14:25:22 +00:00
|
|
|
- Fix the changelog's NVR.
|
|
|
|
|
|
|
|
* Mon Nov 08 2010 Prarit Bhargava <prarit@redhat.com> - 1:2.10-3
|
2010-11-10 15:50:28 +00:00
|
|
|
- updated kernel.spec for review [BZ 225698]
|
|
|
|
|
2011-01-19 14:25:22 +00:00
|
|
|
* Fri Oct 15 2010 Anton Arapov <aarapov@redhat.com> - 1:2.10-2
|
2010-10-15 10:32:00 +00:00
|
|
|
- Does not build with gnu make v3.82+ (#631407)
|
|
|
|
|
2011-01-19 14:25:22 +00:00
|
|
|
* Fri Dec 18 2009 Prarit Bhargava <prarit@redhat.com> - 1:2.10-1.40
|
2009-12-18 15:41:14 +00:00
|
|
|
- Fix rpmlint errors in specfile
|
|
|
|
|
2009-08-28 20:41:44 +00:00
|
|
|
* Fri Aug 28 2009 Jarod Wilson <jarod@redhat.com> - 1:2.10-1.39
|
|
|
|
- Fix cache associativity mapping (was missing some commas)
|
|
|
|
|
2009-08-24 21:33:36 +00:00
|
|
|
* Mon Aug 24 2009 Jarod Wilson <jarod@redhat.com> - 1:2.10-1.38
|
|
|
|
- Add support for newer sockets, processors and pcie slot types
|
|
|
|
|
2009-07-24 20:22:52 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.10-1.36.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-27 19:31:15 +00:00
|
|
|
* Fri Feb 27 2009 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
- Build for i586
|
|
|
|
|
2009-02-24 12:08:32 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.10-1.34.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-09 18:42:45 +00:00
|
|
|
* Mon Feb 09 2009 Prarit Bhargava <prarit@redhat.com> 1:2.10
|
|
|
|
- rebuild with version 2.10
|
|
|
|
|
2009-01-28 13:25:25 +00:00
|
|
|
* Wed Jan 28 2009 Prarit Bhargava <prarit@redhat.com> 1:2.9-1.32
|
|
|
|
- fix Summary field (BZ 225698)
|
2009-02-09 18:42:45 +00:00
|
|
|
|
2008-07-16 21:16:30 +00:00
|
|
|
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1:2.9-1.30
|
|
|
|
- fix license tag
|
|
|
|
|
2008-03-14 19:13:40 +00:00
|
|
|
* Fri Mar 14 2008 Doug Chapman <doug.chapman@hp.com> 1:2.9-1.29.1
|
|
|
|
- Do not package vpddecode, ownership and biosdecode on ia64 since those are x86 only
|
|
|
|
|
2008-02-19 20:05:16 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:2.9-1.27.1
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-10-22 20:36:47 +00:00
|
|
|
* Mon Oct 22 2007 Prarit Bhargava <prarit@redhat.com> - 1:2.9
|
|
|
|
- rebuild with version 2.9
|
2006-07-12 05:39:44 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:2.7-1.25.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-09 06:22:32 +00:00
|
|
|
* Thu Feb 09 2006 Dave Jones <davej@redhat.com>
|
|
|
|
- rebuild.
|
|
|
|
|
2005-12-09 22:40:13 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-28 19:18:09 +00:00
|
|
|
* Mon Nov 28 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Integrate several specfile cleanups from Robert Scheck. (#172543)
|
|
|
|
|
2005-09-24 18:13:32 +00:00
|
|
|
* Sat Sep 24 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Revert yesterdays patch, its unneeded in 2.7
|
|
|
|
|
2005-09-23 21:45:11 +00:00
|
|
|
* Fri Sep 23 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Don't try to modify areas mmap'd read-only.
|
2005-09-23 21:48:56 +00:00
|
|
|
- Don't build on ia64 any more.
|
|
|
|
(It breaks on some boxes very badly, and works on very few).
|
2005-09-23 21:45:11 +00:00
|
|
|
|
2005-09-12 07:16:39 +00:00
|
|
|
* Mon Sep 12 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Update to upstream 2.7
|
|
|
|
|
2005-04-15 08:13:46 +00:00
|
|
|
* Fri Apr 15 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- remove empty scripts
|
|
|
|
|
2005-03-02 19:59:25 +00:00
|
|
|
* Wed Mar 2 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Update to upstream 2.6
|
|
|
|
|
2005-03-02 03:51:03 +00:00
|
|
|
* Tue Mar 1 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Rebuild for gcc4
|
|
|
|
|
2005-02-09 02:02:34 +00:00
|
|
|
* Tue Feb 8 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Rebuild with -D_FORTIFY_SOURCE=2
|
|
|
|
|
2005-01-11 21:42:20 +00:00
|
|
|
* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Add missing Obsoletes: kernel-utils
|
|
|
|
|
2005-01-10 23:29:11 +00:00
|
|
|
* Mon Jan 10 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Update to upstream 2.5 release.
|
|
|
|
|
|
|
|
* Sat Dec 18 2004 Dave Jones <davej@redhat.com>
|
2005-01-07 05:57:42 +00:00
|
|
|
- Initial packaging, based upon kernel-utils package.
|
|
|
|
|