diff --git a/libisal.spec b/libisal.spec index 8e601f4..c2ba097 100644 --- a/libisal.spec +++ b/libisal.spec @@ -2,7 +2,7 @@ Name: libisal Version: 2.29.0 -Release: 3 +Release: 4 Summary: Intel(R) Intelligent Storage Acceleration Library License: BSD @@ -56,7 +56,8 @@ make install DESTDIR=%{buildroot} %files -%doc +%doc README.md +%license LICENSE %{_bindir}/* %{_libdir}/* %{_mandir}/* @@ -66,6 +67,9 @@ make install DESTDIR=%{buildroot} %changelog +* Sun Feb 18 2024 lvgenggeng - 2.29.0-4 +- add license and readme file to prefered dir + * Tue Sep 19 2023 zhoujing zhoujing106@huawei.com - 2.29.0-3 - Backport upstream code which fixed clang build fail