From de6d19d874a62c0b9904a3d5f0c0c7e44c33881a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:15:04 +0100 Subject: [PATCH] fixed permissions of egg-info files [release 2.7-2mamba;Sun Jun 17 2018] --- python-idna.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-idna.spec b/python-idna.spec index 496166c..2abf2c7 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -1,6 +1,6 @@ Name: python-idna -Version: 2.6 -Release: 1mamba +Version: 2.7 +Release: 2mamba Summary: Internationalized Domain Names in Applications (IDNA) Group: System/Libraries Vendor: openmamba @@ -34,11 +34,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build --record=%{name}.filelist #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +chmod -R +r %{buildroot}%{python_sitearch}/idna-*.egg-info %files -f %{name}.filelist %defattr(-,root,root) %changelog +* Sun Jun 17 2018 Silvan Calarco 2.7-2mamba +- fixed permissions of egg-info files + +* Sun Jun 17 2018 Automatic Build System 2.7-1mamba +- automatic version update by autodist + * Sun Aug 20 2017 Automatic Build System 2.6-1mamba - automatic version update by autodist