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

Subject: repocop NMU

- NMU (by repocop). See http://www.altlinux.org/Tools/Repocop
- applied repocop fixes:
  * macos-ds-store-file-in-package for python3-module-django-grappelli

--- a/python3-module-django-grappelli.spec	2026-03-06 02:25:13.441674596 +0300
+++ b/python3-module-django-grappelli.spec	2026-03-06 02:25:13.441674596 +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/*
