diff --git a/glusterfs.changes b/glusterfs.changes index 2edc9e5..b33fd48 100644 --- a/glusterfs.changes +++ b/glusterfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 24 08:00:04 UTC 2025 - Daniel Garcia + +- Fix build with python 3.13, remove distributed python.m4 to use the + system one that's up to date. + ------------------------------------------------------------------- Thu Aug 22 18:11:49 UTC 2024 - pgajdos@suse.com diff --git a/glusterfs.spec b/glusterfs.spec index e73728b..5c3bc82 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -147,6 +147,8 @@ links. %prep %autosetup -p1 +# Remove old python.m4 to use system default. Makes it compatible with python3.13 +rm contrib/aclocal/python.m4 %build %define _lto_cflags %nil