diff --git a/SPECS/qatlib.spec b/SPECS/qatlib.spec index a3686e7..823b2f6 100644 --- a/SPECS/qatlib.spec +++ b/SPECS/qatlib.spec @@ -4,7 +4,7 @@ %global libusdm_soversion 0 Name: qatlib Version: 21.05.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Intel QuickAssist user space library # The entire source code is released under BSD. # For a breakdown of inbound licenses see the INSTALL file. @@ -71,6 +71,7 @@ exit 0 %systemd_postun_with_restart qat.service %files +%doc INSTALL README.md %license LICENSE* %{_libdir}/libqat.so.%{libqat_soversion}* %{_libdir}/libusdm.so.%{libusdm_soversion}* @@ -86,6 +87,9 @@ exit 0 %{_includedir}/qat %changelog +* Fri Aug 27 2021 Vladis Dronov - 21.05.0-2 +- Add documentation files to the main package + * Tue Jun 8 2021 Vladis Dronov - 21.05.0-1 - Update to qatlib 21.05 (bz 1920237)