From repocop@altlinux.org Thu Mar 12 02:28:59 MSK 2026
From: "Repocop Q. A. Robot" <repocop@altlinux.org>

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

(message skipped)
--- a/azure-sdk-for-node.spec	2026-03-12 02:28:59.848154352 +0300
+++ b/azure-sdk-for-node.spec	2026-03-12 02:28:59.852154356 +0300
@@ -42,6 +42,12 @@
 rm -f %buildroot/%node_modules/azure/node_modules/streamline/examples/misc/shebang.sh
 rm -rf %buildroot/%node_modules/azure/node_modules/adal-node/test/
 
+# 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
+
 #ln -s "../lib/node_modules/azure/bin/azure" %buildroot/%_bindir/azure
 
 %files
