From d6295e8d84850d274beb8cd9945bb03231389098 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 7 Aug 2025 11:10:13 +0800 Subject: [PATCH] disable automatic byte compile for python scripts --- glusterfs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glusterfs.spec b/glusterfs.spec index 440950b..c7bb3a6 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -2,6 +2,8 @@ %global _for_fedora_koji_builds 0 +%global py_auto_byte_compile 0 + # uncomment and add '%' to use the prereltag for pre-releases # %%global prereltag qa3 @@ -224,7 +226,7 @@ Summary: Distributed File System Name: glusterfs Version: 11.1 -Release: 5 +Release: 6 License: GPLv3 or GPLv2+ or LGPLv3+ URL: http://docs.gluster.org/ %if ( 0%{_for_fedora_koji_builds} ) @@ -1505,6 +1507,9 @@ exit 0 %{_mandir}/man8/*gluster*.8* %changelog +* Thu Aug 07 2025 Funda Wang - 11.1-6 +- disable automatic byte compile for python scripts + * Mon Jul 22 2024 cenhuilin - 11.1-5 - glusterd: fix memory leak in glusterd -- Gitee