From 8be81783877ee2db05e5db00d78118a37e1c1ca6ffa0b90089023864bfd8489a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 4 Jul 2024 18:10:47 +0000 Subject: [PATCH] - Stop using %%defattr, it seems to be breaking proper executable attributes on /usr/bin/ scripts (bsc#1227378). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=23 --- python313.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python313.changes b/python313.changes index bfbfd3a..223c779 100644 --- a/python313.changes +++ b/python313.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Thu Jul 4 16:04:05 UTC 2024 - Matej Cepl -- Stop using %%defattr. +- Stop using %%defattr, it seems to be breaking proper executable + attributes on /usr/bin/ scripts (bsc#1227378). ------------------------------------------------------------------- Sun Jun 30 19:20:56 UTC 2024 - Dirk Müller