Compare commits

..

No commits in common. "e2b2a5bace1228e8480595438adafb40ba330a4b" and "5c6c800aa9d3dcac10ca33a0731ea033c177cf99" have entirely different histories.

4 changed files with 4 additions and 15 deletions

View File

@ -1,20 +1,18 @@
%{!?python3_sitearch: %define python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%global talloc_version 2.3.1
Name: libtevent
Version: 0.10.2
Version: 0.10.1
Release: 1
Summary: Tevent is an event system based on the talloc memory management library.
License: LGPLv3+
URL: http://tevent.samba.org
Source0: http://samba.org/ftp/tevent/tevent-%{version}.tar.gz
Patch1: 0001-tevent-fix-CID-1437974-dereference-after-null-check.patch
Patch0: tevent-fix-CID-1437974-dereference-after-null-check.patch
BuildRequires: gcc libtirpc-devel docbook-style-xsl doxygen libxslt git
BuildRequires: libtalloc-devel >= %{talloc_version}
BuildRequires: python3-devel python3-talloc-devel >= %{talloc_version}
BuildRequires: libtalloc-devel >= 2.2.0
BuildRequires: python3-devel python3-talloc-devel >= 2.2.0
Provides: bundled(libreplace)
@ -85,15 +83,6 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/
%changelog
* Wed Aug 26 2020 yanglongkang <yanglongkang@huawei.com> - 0.10.2-1
- update to 0.10.2 version
* Fri Aug 21 2020 fanjiachen <fanjiachen3@huawei.com> - 0.10.1-2
- Type:rebuild
- ID:NA
- SUG:NA
- DESC:rebuild for requirement package update
* Mon Feb 17 2020 sunshihao <sunshihao@huawei.com> - 0.10.1-1
- Type:enhancement
- ID:NA

BIN
tevent-0.10.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.