Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71b03f4fc3 | ||
|
|
8b03c7942b |
3 changed files with 13 additions and 6 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
|||
clog
|
||||
x86info-1.27
|
||||
x86info-1.27.tgz
|
||||
x86info-1.*
|
||||
x86info-1.*.tgz
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1 +1,2 @@
|
|||
a618e4ac1b0aba44ee26aacad3611f1a x86info-1.27.tgz
|
||||
5cb1ea312c021c047f42a017ac17eac0 x86info-1.28.tgz
|
||||
a44ed09926eeba8844524d489f8e4aeb x86info-1.29.tgz
|
||||
|
|
|
|||
12
x86info.spec
12
x86info.spec
|
|
@ -1,14 +1,14 @@
|
|||
Summary: x86 processor information tool.
|
||||
Name: x86info
|
||||
Version: 1.27
|
||||
Release: 4%{?dist}
|
||||
Version: 1.29
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Group: System Environment/Base
|
||||
License: GPLv2
|
||||
Source0: http://www.codemonkey.org.uk/projects/x86info/x86info-%{version}.tgz
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
Url: http://www.codemonkey.org.uk/projects/x86info
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-devel pciutils-devel
|
||||
|
||||
%description
|
||||
x86info displays diagnostic information about x86 processors, such
|
||||
|
|
@ -36,6 +36,12 @@ install -p -m 0755 lsmsr %{buildroot}%{_sbindir}/lsmsr
|
|||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 05 2011 Dave Jones <davej@redhat.com>
|
||||
- Update to new upstream 1.29 (fixes lsmsr)
|
||||
|
||||
* Mon Mar 14 2011 Dave Jones <davej@redhat.com>
|
||||
- Update to new upstream 1.28
|
||||
|
||||
* Tue Feb 08 2011 Dave Jones <davej@redhat.com>
|
||||
- Correct license tag in spec. (It's explicitly GPLv2).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue