forked from pool/cpuid
Accepting request 425068 from utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/425068 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpuid?expand=0&rev=2
This commit is contained in:
commit
0fd10963cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34d35ddd7dab7c9f8b071b7b318d4f99fe112caaa28b6c8571e2ecdaa855db78
|
||||
size 72787
|
3
cpuid-20160814.src.tar.gz
Normal file
3
cpuid-20160814.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd4e2b2d88f417ae32f47a92d29351de395a36578fde8aedc228e2e131f38ecd
|
||||
size 77160
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:28 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 20160814
|
||||
* cpuinfo2cpuid: Added a script that takes input from a
|
||||
/proc/cpuinfo file and converts it into suitable input to
|
||||
cpuid. The information that cpuid is capable of producing based
|
||||
on this very limited input information is slight, but
|
||||
apparently there is interest in getting the synthesized (synth)
|
||||
leaf from this.
|
||||
* Support SGX, MPX, BNDLDX/BNDSTX, RDPID, and IA32_XSS PT state.
|
||||
* Add information for Skylake, Broadwell, Broadwell-E and -EX
|
||||
processors, Atom C2000 (Avoton) with A0/A1 steppings, Atom
|
||||
Z3n00 (Bay Trail) stepping 1, Xeon D-1500 (Broadwell-DE) V2
|
||||
stepping, corrected Atom Z8000 (Cherry Trail), added Atom S1200
|
||||
(Centerton) and VIA Eden.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 11:37:43 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
17
cpuid.spec
17
cpuid.spec
@ -2,7 +2,7 @@
|
||||
#
|
||||
# spec file for package cpuid
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,19 +18,19 @@
|
||||
|
||||
|
||||
Name: cpuid
|
||||
Version: 20151017
|
||||
Version: 20160814
|
||||
Release: 0
|
||||
Summary: x86 CPU identification tool
|
||||
License: GPL-2.0+
|
||||
Group: System/Management
|
||||
URL: http://etallen.com/cpuid.html
|
||||
Url: http://etallen.com/cpuid.html
|
||||
|
||||
Source: http://etallen.com/cpuid/%name-%version.src.tar.gz
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: make
|
||||
Exclusivearch: %ix86 x86_64
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
|
||||
%description
|
||||
cpuid executes the CPUID instruction on x86-family CPUs and decodes
|
||||
@ -48,13 +48,14 @@ CFLAGS=$(echo "%optflags -Wall"| sed 's/-Werror=format-security//g')
|
||||
make CFLAGS="$CFLAGS"
|
||||
|
||||
%install
|
||||
install -Dm 0755 cpuid "%buildroot/%_bindir/cpuid"
|
||||
install -Dm 0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1"
|
||||
mkdir -p "%buildroot/%_bindir" "%buildroot/%_mandir/man1"
|
||||
install -pm0755 cpuid cpuinfo2cpuid "%buildroot/%_bindir/"
|
||||
install -pm0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog FUTURE LICENSE
|
||||
%_bindir/cpuid
|
||||
%_bindir/cpu*
|
||||
%_mandir/man1/cpuid.1*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user