From 81955407a33acf1b997e973a5ec343843508eb4a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 3 Nov 2020 06:50:56 -0500 Subject: [PATCH] import libtevent-0.10.2-2.el8 --- .gitignore | 2 +- .libtevent.metadata | 2 +- SPECS/libtevent.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index df1cb0f..4077bbf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tevent-0.10.0.tar.gz +SOURCES/tevent-0.10.2.tar.gz diff --git a/.libtevent.metadata b/.libtevent.metadata index 1670b48..3c70627 100644 --- a/.libtevent.metadata +++ b/.libtevent.metadata @@ -1 +1 @@ -28a19f00d270f4f6009b4ae29eee3df0de6270b6 SOURCES/tevent-0.10.0.tar.gz +2b42026f3a949aebdd8860f32b90f65c5ff1f405 SOURCES/tevent-0.10.2.tar.gz diff --git a/SPECS/libtevent.spec b/SPECS/libtevent.spec index 3850eb8..069fb4d 100644 --- a/SPECS/libtevent.spec +++ b/SPECS/libtevent.spec @@ -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 - 0.10.2-2 +- Resolves: #1817563 - Upgrade tevent to 0.10.2 version for samba + * Tue Nov 26 2019 Isaac Boukris - 0.10.0-2 - Resolves: #1754421 - Upgrade tevent to 0.10.0 version for samba - Related: #1754421 - Fix sssd tests (tevent)