From f3b66c42cad2c923c84fe9144f5e7148b0f70188 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 26 Jun 2023 12:27:58 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- samba.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index f53f676..65003fc 100644 --- a/samba.spec +++ b/samba.spec @@ -138,7 +138,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 samba_version 4.18.3 -%global baserelease 4 +%global baserelease 5 # This should be rc1 or %%nil %global pre_release %nil @@ -4333,6 +4333,9 @@ fi %endif %changelog +* Mon Jun 26 2023 Python Maint - 2:4.18.3-5 +- Rebuilt for Python 3.12 + * Mon Jun 26 2023 Adam Williamson - 4.18.3-4 - Only run libwbclient %pre on upgrade, not fresh install