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 <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)