Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe6d343f53 | ||
|
|
a841d98075 | ||
|
|
80e4efaf43 | ||
|
|
e467a0a7e0 | ||
|
|
9a656ce36f | ||
|
|
534af2b49b | ||
|
|
bd0c7d3b12 | ||
|
|
4b3fd0a04e | ||
|
|
c96cc3732d | ||
|
|
457733fd51 | ||
|
|
f95976b8b1 |
3 changed files with 7 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -9,3 +9,5 @@
|
|||
/umr-1.0.7.tar.gz
|
||||
/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.9.tar.gz) = 17c39404eb6713b3801f38a923f8fb10688c1b2b5b51314a381660aa8ffa83c0c2e0776232c635bc7add897b85a94791149d3c6d2808a6b84fe7c3119a5ca286
|
||||
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.9
|
||||
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