Compare commits

..

No commits in common. "rawhide" and "f41" have entirely different histories.

3 changed files with 3 additions and 6 deletions

1
.gitignore vendored
View file

@ -10,4 +10,3 @@
/umr-1.0.8.tar.gz
/umr-1.0.9.tar.gz
/umr-1.0.10.tar.gz
/umr-1.0.11.tar.gz

View file

@ -1 +1 @@
SHA512 (umr-1.0.11.tar.gz) = e3102d241f59cad2a91ad2a8e1fa3fd373c638f1c45a48ced2e33611bac2d4ed2a93a221d41d239d4021869cea655cd3f2449fd607cdfb7834d1a0da26dc245f
SHA512 (umr-1.0.10.tar.gz) = 647f6ff4c700fb99279321a2543c9bffe9d7adabb07924bf4d19313765c8402a52666dfc83c9040a08d7fdc02e0cbbbd9508f557cfb2d82785d9f99d9ee1a3c8

View file

@ -3,7 +3,7 @@
Summary: AMDGPU Userspace Register Debugger
Name: umr
Version: 1.0.11
Version: 1.0.10
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