diff --git a/spec_files/steamdeck-dsp/steamdeck-dsp.spec b/spec_files/steamdeck-dsp/steamdeck-dsp.spec index 8f66bc2e..a137b53f 100644 --- a/spec_files/steamdeck-dsp/steamdeck-dsp.spec +++ b/spec_files/steamdeck-dsp/steamdeck-dsp.spec @@ -19,6 +19,7 @@ BuildRequires: boost-devel BuildRequires: lv2-devel BuildRequires: g++ BuildRequires: ladspa-devel +BuildRequires: xz %description Steamdeck Audio Processing @@ -37,6 +38,8 @@ Steamdeck Audio Processing %make_install DEST_DIR="%{buildroot}" LIB_DIR="%{buildroot}%{_libdir}" mkdir -p %{buildroot}%{_datadir}/licenses/%{name}/ cp LICENSE %{buildroot}%{_datadir}/licenses/%{name}/LICENSE +xz --check=crc32 %{buildroot}%{_prefix}/lib/firmware/amd/sof/* +xz --check=crc32 %{buildroot}%{_prefix}/lib/firmware/amd/sof-tplg/* # This lists all the files that are included in the rpm package and that # are going to be installed into target system where the rpm is installed.