Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
3 changed files with 3 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -9,5 +9,3 @@
|
|||
/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.11.tar.gz) = e3102d241f59cad2a91ad2a8e1fa3fd373c638f1c45a48ced2e33611bac2d4ed2a93a221d41d239d4021869cea655cd3f2449fd607cdfb7834d1a0da26dc245f
|
||||
SHA512 (umr-1.0.9.tar.gz) = 17c39404eb6713b3801f38a923f8fb10688c1b2b5b51314a381660aa8ffa83c0c2e0776232c635bc7add897b85a94791149d3c6d2808a6b84fe7c3119a5ca286
|
||||
|
|
|
|||
6
umr.spec
6
umr.spec
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Summary: AMDGPU Userspace Register Debugger
|
||||
Name: umr
|
||||
Version: 1.0.11
|
||||
Version: 1.0.9
|
||||
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 riscv64
|
||||
ExclusiveArch: x86_64 aarch64 ppc64le
|
||||
|
||||
%description
|
||||
AMDGPU Userspace Register Debugger (UMR) is a tool to read and display, as well
|
||||
|
|
@ -68,8 +68,6 @@ 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