Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c9a26ad4c4
!19 【轻量级 PR】:Rebuild for next release
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-26 12:11:19 +00:00
zhouwenpei
9adf935756
Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
2022-10-26 07:31:50 +00:00
openeuler-ci-bot
472d94e234
!16 [sync] PR-15: Test fix: add gdb buildrequires for fix core_stacktrace fail;fix changelog
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-02-23 01:49:55 +00:00
dongyuzhen
9416376fc4 Test fix: add gdb buildrequires for fix core_stacktrace
fix changelog

(cherry picked from commit 2fe3a956e0b8af4fabecd724d374e4bd2d994d1a)
2022-02-23 09:25:49 +08:00
openeuler-ci-bot
2724ec2c28
!14 Remove self-dependency and no longer include libsatyr.so.3
Merge pull request !14 from yangcheng1203/openEuler-22.03-LTS-Next
2022-01-10 07:21:13 +00:00
yangcheng1203
ae037cfe48 no longer includes libstatyr.so.3 2022-01-10 10:19:38 +08:00
openeuler-ci-bot
a568d3b9e8 !12 update version to 0.38
Merge pull request !12 from 吴超超/openEuler-22.03-LTS-Next
2021-12-25 08:19:47 +00:00
19909236985
196146a298 1 2021-12-06 09:45:38 +08:00
openeuler-ci-bot
1c78b93f4f !10 Delete a BuildRequires for gdb
From: @yu-shaogui
Reviewed-by: @zzm_567,@yanan-rock
Signed-off-by: @yanan-rock
2021-07-24 07:58:16 +00:00
yushaogui
c7c453511a Delete a buildrequires for gdb 2021-07-21 14:33:59 +08:00
3 changed files with 22 additions and 5 deletions

Binary file not shown.

BIN
0.38.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%define with_python3 1
Name: satyr
Version: 0.36
Release: 1
Version: 0.38
Release: 4
Summary: Tools to create anonymous, machine-friendly problem reports
License: GPLv2+
URL: https://github.com/abrt/satyr
@ -10,8 +10,10 @@ Source0: https://github.com/abrt/%{name}/archive/%{version}.tar.gz
Requires: json-c nettle glib2 >= 2.43.4
BuildRequires: elfutils-devel elfutils-libelf-devel binutils-devel rpm-devel
BuildRequires: doxygen pkgconfig automake gcc-c++ gdb git libtool
BuildRequires: pkgconfig(json-c) satyr nettle nettle-devel gperf glib2-devel
BuildRequires: doxygen pkgconfig automake gcc-c++ git libtool
BuildRequires: pkgconfig(json-c) nettle nettle-devel gperf glib2-devel
# we should require gdb for test suite
BuildRequires: gdb
%if %{with_python3}
BuildRequires: python3-devel python3-sphinx
@ -76,7 +78,6 @@ make check|| {
exit 1
}
cp -a %{_libdir}/libsatyr.so.3* %{buildroot}%{_libdir}
%ldconfig_scriptlets
%files
@ -102,6 +103,22 @@ cp -a %{_libdir}/libsatyr.so.3* %{buildroot}%{_libdir}
%{_mandir}/*
%changelog
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.38-4
- Rebuild for next release
* Tue Feb 22 2022 dongyuzhen <dongyuzhen@h-partners.com> - 0.38-3
- Test fix: add gdb buildrequires for fix core_stacktrace fail
- fix changelog
* Mon Jan 10 2022 yangcheng <yangcheng87@huawei.com> - 0.38-2
- no longer includes libstatyr.so.3
* Mon Dec 06 2021 wuchaochao <wuchaochao4@huawei.com> - 0.38-1
- update version to 0.38
* Wed Jul 21 2021 yushaogui <yushaogui@huawei.com> - 0.36-2
- Delete a buildrequires for gdb
* Fri Jan 29 2021 jinzhimin <jinzhimin2@huawei.com> - 0.36-1
- Upgrade to 0.36