import libtevent-0.10.2-2.el8

This commit is contained in:
CentOS Sources 2020-11-03 06:50:56 -05:00 committed by Andrew Lukoshko
parent a6a2aec9a2
commit 81955407a3
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/tevent-0.10.0.tar.gz
SOURCES/tevent-0.10.2.tar.gz

View File

@ -1 +1 @@
28a19f00d270f4f6009b4ae29eee3df0de6270b6 SOURCES/tevent-0.10.0.tar.gz
2b42026f3a949aebdd8860f32b90f65c5ff1f405 SOURCES/tevent-0.10.2.tar.gz

View File

@ -1,7 +1,7 @@
%global talloc_version 2.2.0
%global talloc_version 2.3.1
Name: libtevent
Version: 0.10.0
Version: 0.10.2
Release: 2%{?dist}
Summary: The tevent library
License: LGPLv3+
@ -112,6 +112,9 @@ cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir}
%{python3_sitearch}/_tevent.cpython*.so
%changelog
* Tue Jun 2 2020 Isaac Boukris <iboukris@redhat.com> - 0.10.2-2
- Resolves: #1817563 - Upgrade tevent to 0.10.2 version for samba
* Tue Nov 26 2019 Isaac Boukris <iboukris@redhat.com> - 0.10.0-2
- Resolves: #1754421 - Upgrade tevent to 0.10.0 version for samba
- Related: #1754421 - Fix sssd tests (tevent)