Compare commits
10 Commits
1c78b93f4f
...
e76aa5c5fd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e76aa5c5fd | ||
|
|
28ea6938fd | ||
|
|
dac2eda974 | ||
|
|
8f64f637f9 | ||
|
|
28a2bbb333 | ||
|
|
9e54b94ee6 | ||
|
|
f366ee07d2 | ||
|
|
e7f1b8e7b1 | ||
|
|
6966dd613c | ||
|
|
402e202b21 |
BIN
0.36.tar.gz
BIN
0.36.tar.gz
Binary file not shown.
BIN
0.43.tar.gz
Normal file
BIN
0.43.tar.gz
Normal file
Binary file not shown.
31
satyr.spec
31
satyr.spec
@ -1,8 +1,8 @@
|
||||
%define with_python3 1
|
||||
|
||||
Name: satyr
|
||||
Version: 0.36
|
||||
Release: 2
|
||||
Version: 0.43
|
||||
Release: 1
|
||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||
License: GPLv2+
|
||||
URL: https://github.com/abrt/satyr
|
||||
@ -11,7 +11,9 @@ 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++ git libtool
|
||||
BuildRequires: pkgconfig(json-c) satyr nettle nettle-devel gperf glib2-devel
|
||||
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,28 @@ cp -a %{_libdir}/libsatyr.so.3* %{buildroot}%{_libdir}
|
||||
%{_mandir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 01 2024 wangqia <wangqia@uniontech.com> - 0.43-1
|
||||
- update to 0.43
|
||||
|
||||
* Mon Jul 17 2023 zhangpan <zhangpan103@h-partners.com> - 0.42-1
|
||||
- update to 0.42
|
||||
|
||||
* Fri Feb 03 2023 zhangpan <zhangpan@h-partners.com> - 0.40-1
|
||||
- update to 0.40
|
||||
|
||||
* 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user