fix #I6I3EM and #I6I31E

This commit is contained in:
liweiganga 2023-02-28 16:26:42 +08:00
parent 2709c92934
commit dd8afdb6de

View File

@ -1,7 +1,7 @@
Summary : An open source CoreSight(tm) Trace Decode library Summary : An open source CoreSight(tm) Trace Decode library
Name : OpenCSD Name : OpenCSD
Version : 1.3.3 Version : 1.3.3
Release : 1 Release : 2
License : BSD License : BSD
Source : %{name}-%{version}.tar.gz Source : %{name}-%{version}.tar.gz
BuildRoot : %{_tmppath}/%{name}-%{version}-${release}-root BuildRoot : %{_tmppath}/%{name}-%{version}-${release}-root
@ -37,11 +37,15 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root,0644) %defattr(-,root,root,0644)
%doc README.md LICENSE %doc README.md LICENSE
%{_prefix} %{_includedir}/opencsd
%{_libdir}/libopencsd*
%exclude %{_bindir} %exclude %{_bindir}
%exclude %{_libdir}/*.a* %exclude %{_libdir}/*.a*
%changelog %changelog
* Tue Feb 28 2023 liweiganga <liweiganga@uniontech.com> - 1.3.3-2
- fix #I6I3EM and #I6I31E
* Tue Jan 03 2023 Junhao He <hejunhao3@hauwei.com> - 1.3.3-1 * Tue Jan 03 2023 Junhao He <hejunhao3@hauwei.com> - 1.3.3-1
- Package init - Package init