- Update to release 20200211
OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=26
This commit is contained in:
parent
7883dce670
commit
65bd5eb928
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ad8966484bc23dbdd8c0f25721daf3d879961f73ec8b90c356648e37924b1bf
|
|
||||||
size 94906
|
|
3
cpuid-20200211.src.tar.gz
Normal file
3
cpuid-20200211.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a570ca23ce5543fb6974abcbbde0261ea7dbfea40f4e7335b4870274315e521b
|
||||||
|
size 114939
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 6 08:24:45 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20200211
|
||||||
|
* Zhaoxin decoding
|
||||||
|
* Name enhancements for models from AMD, VIA, Intel, NSC
|
||||||
|
* Added SEV cpuid bit.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 17 13:06:18 UTC 2020 - Josef Möllers <josef.moellers@suse.com>
|
Fri Jan 17 13:06:18 UTC 2020 - Josef Möllers <josef.moellers@suse.com>
|
||||||
|
|
||||||
|
14
cpuid.spec
14
cpuid.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cpuid
|
# spec file for package cpuid
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,15 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cpuid
|
Name: cpuid
|
||||||
Version: 20200116
|
Version: 20200211
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: x86 CPU identification tool
|
Summary: x86 CPU identification tool
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Management
|
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
|
Source: http://etallen.com/cpuid/%name-%version.src.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -42,8 +41,7 @@ Cyrix CPUs, and is fairly complete.
|
|||||||
%build
|
%build
|
||||||
# remove -Werror=format-security which is used on Mandriva, as it produces
|
# remove -Werror=format-security which is used on Mandriva, as it produces
|
||||||
# a false positive compiler error on several printf calls:
|
# a false positive compiler error on several printf calls:
|
||||||
CFLAGS=$(echo "%optflags -Wall"| sed 's/-Werror=format-security//g')
|
CFLAGS=$(echo "%optflags -Wall" | sed 's/-Werror=format-security//g')
|
||||||
|
|
||||||
make CFLAGS="$CFLAGS"
|
make CFLAGS="$CFLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -52,8 +50,8 @@ install -pm0755 cpuid cpuinfo2cpuid "%buildroot/%_bindir/"
|
|||||||
install -pm0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1"
|
install -pm0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%doc ChangeLog
|
||||||
%doc ChangeLog FUTURE LICENSE
|
%license LICENSE
|
||||||
%_bindir/cpu*
|
%_bindir/cpu*
|
||||||
%_mandir/man1/cpuid.1*
|
%_mandir/man1/cpuid.1*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user