From repocop@altlinux.org Sun Mar  8 02:18:21 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 wiki-js

--- a/wiki-js.spec	2026-03-08 02:18:21.276703841 +0300
+++ b/wiki-js.spec	2026-03-08 02:18:21.276703841 +0300
@@ -49,6 +49,12 @@
 install -m 0644 config.sample.yml %buildroot%_sysconfdir/%name/config.yml
 cp -r server assets node_modules package.json %buildroot%_libexecdir/%name
 
+# 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
+
 %pre
 %_sbindir/groupadd -r -f %name
 %_sbindir/useradd -r -g %name -s /sbin/nologin %name 2>/dev/null ||:
