Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe6d343f53 | ||
| a841d98075 | |||
|
|
80e4efaf43 | ||
|
|
e467a0a7e0 | ||
|
|
9a656ce36f | ||
|
|
534af2b49b | ||
|
|
bd0c7d3b12 | ||
|
|
4b3fd0a04e | ||
|
|
c96cc3732d |
3 changed files with 6 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@
|
|||
/umr-1.0.8.tar.gz
|
||||
/umr-1.0.9.tar.gz
|
||||
/umr-1.0.10.tar.gz
|
||||
/umr-1.0.11.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (umr-1.0.10.tar.gz) = 647f6ff4c700fb99279321a2543c9bffe9d7adabb07924bf4d19313765c8402a52666dfc83c9040a08d7fdc02e0cbbbd9508f557cfb2d82785d9f99d9ee1a3c8
|
||||
SHA512 (umr-1.0.11.tar.gz) = e3102d241f59cad2a91ad2a8e1fa3fd373c638f1c45a48ced2e33611bac2d4ed2a93a221d41d239d4021869cea655cd3f2449fd607cdfb7834d1a0da26dc245f
|
||||
|
|
|
|||
6
umr.spec
6
umr.spec
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Summary: AMDGPU Userspace Register Debugger
|
||||
Name: umr
|
||||
Version: 1.0.10
|
||||
Version: 1.0.11
|
||||
Release: %autorelease
|
||||
License: MIT
|
||||
URL: https://gitlab.freedesktop.org/tomstdenis/umr
|
||||
|
|
@ -39,7 +39,7 @@ BuildRequires: SDL2-devel
|
|||
BuildRequires: zlib-devel
|
||||
Requires: bash-completion
|
||||
#Disable unnecessary arches, as umr requires the amdgpu kernel module:
|
||||
ExclusiveArch: x86_64 aarch64 ppc64le
|
||||
ExclusiveArch: x86_64 aarch64 ppc64le riscv64
|
||||
|
||||
%description
|
||||
AMDGPU Userspace Register Debugger (UMR) is a tool to read and display, as well
|
||||
|
|
@ -68,6 +68,8 @@ as write to AMDGPU device MMIO, PCIE, SMC, and DIDT registers via userspace.
|
|||
%{_mandir}/man1/*
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
#Not including static libs right now
|
||||
%exclude %{_libdir}/lib*.a
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue