From 4e6773440bf246fcddb500f3fef3428e4f3cb866 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:14:34 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- samba.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 5fee109..43701f8 100644 --- a/samba.spec +++ b/samba.spec @@ -108,7 +108,7 @@ %define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") -%global baserelease 0 +%global baserelease 1 %global samba_version 4.14.5 %global talloc_version 2.3.2 @@ -3893,6 +3893,9 @@ fi %endif %changelog +* Fri Jun 04 2021 Python Maint - 2:4.14.5-1 +- Rebuilt for Python 3.10 + * Tue Jun 01 2021 Guenther Deschner - 4.14.5-0 - Update to Samba 4.14.5 - resolves: #1966456