Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9f02a15ffe | |||
| ae7096fac4 | |||
| 6fd3b79b47 | |||
| 4d01d8cf04 | |||
| 5fe291dfdd | |||
| f9b64978e5 |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Nov 6 12:48:09 UTC 2025 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
|
||||||
|
|
||||||
- Use ExclusiveArch to avoid build failures on unsupported architectures.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 4 08:14:20 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
Wed Dec 4 08:14:20 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcpuid
|
# spec file for package libcpuid
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2024 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
|
||||||
@@ -27,7 +27,6 @@ Source0: https://github.com/anrieff/libcpuid/releases/download/v%{version
|
|||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
ExclusiveArch: %arm64 %arm32 %ix86 %x86_64
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libcpuid provides CPU identification for the x86 (and x86_64) architectures.
|
Libcpuid provides CPU identification for the x86 (and x86_64) architectures.
|
||||||
|
|||||||
Reference in New Issue
Block a user