no longer includes libstatyr.so.3

This commit is contained in:
yangcheng1203 2022-01-10 10:19:38 +08:00
parent a568d3b9e8
commit ae037cfe48

View File

@ -2,7 +2,7 @@
Name: satyr Name: satyr
Version: 0.38 Version: 0.38
Release: 1 Release: 2
Summary: Tools to create anonymous, machine-friendly problem reports Summary: Tools to create anonymous, machine-friendly problem reports
License: GPLv2+ License: GPLv2+
URL: https://github.com/abrt/satyr URL: https://github.com/abrt/satyr
@ -11,7 +11,7 @@ Source0: https://github.com/abrt/%{name}/archive/%{version}.tar.gz
Requires: json-c nettle glib2 >= 2.43.4 Requires: json-c nettle glib2 >= 2.43.4
BuildRequires: elfutils-devel elfutils-libelf-devel binutils-devel rpm-devel BuildRequires: elfutils-devel elfutils-libelf-devel binutils-devel rpm-devel
BuildRequires: doxygen pkgconfig automake gcc-c++ git libtool BuildRequires: doxygen pkgconfig automake gcc-c++ git libtool
BuildRequires: pkgconfig(json-c) satyr nettle nettle-devel gperf glib2-devel BuildRequires: pkgconfig(json-c) nettle nettle-devel gperf glib2-devel
%if %{with_python3} %if %{with_python3}
BuildRequires: python3-devel python3-sphinx BuildRequires: python3-devel python3-sphinx
@ -76,7 +76,6 @@ make check|| {
exit 1 exit 1
} }
cp -a %{_libdir}/libsatyr.so.3* %{buildroot}%{_libdir}
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
@ -102,6 +101,9 @@ cp -a %{_libdir}/libsatyr.so.3* %{buildroot}%{_libdir}
%{_mandir}/* %{_mandir}/*
%changelog %changelog
* Mon Jan 10 2021 yangcheng <yangcheng87@huawei.com> - 0.38-2
- no longer includes libstatyr.so.3
* Mon Dec 06 2021 wuchaochao <wuchaochao4@huawei.com> - 0.38-1 * Mon Dec 06 2021 wuchaochao <wuchaochao4@huawei.com> - 0.38-1
- update version to 0.38 - update version to 0.38