From repocop@altlinux.org Fri Mar  6 02:25:13 MSK 2026
From: "Repocop Q. A. Robot" <repocop@altlinux.org>

Subject: repocop fix for macos-ds-store-file-in-package

(message skipped)
--- a/python3-module-django-grappelli.spec	2026-03-06 02:25:13.425674587 +0300
+++ b/python3-module-django-grappelli.spec	2026-03-06 02:25:13.427674588 +0300
@@ -32,6 +32,12 @@
 %install
 %pyproject_install
 
+# There is a file in the package named .DS_Store or .DS_Store.gz, 
+# the file name used by Mac OS X to store folder attributes.  
+# Such files are generally useless in packages and were usually accidentally 
+# included by copying complete directories from the source tarball.
+find $RPM_BUILD_ROOT \( -name '*.DS_Store' -o -name '*.DS_Store.gz' \) -print -delete
+
 %files
 
 %python3_sitelibdir/*
