From repocop@altlinux.org Thu Apr 30 02:25:28 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 opennebula-sunstone
  * macos-ds-store-file-in-package for opennebula-fireedge

--- a/opennebula.spec	2026-04-30 02:25:28.681524673 +0300
+++ b/opennebula.spec	2026-04-30 02:25:28.681524673 +0300
@@ -665,6 +665,12 @@
 sed -i 's|/usr/bin/env python|%__python3|' \
     %buildroot/usr/lib/one/sunstone/public/bower_components/no-vnc/utils/*.py
 
+# 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 common
 groupadd -r -f -g %oneadmin_gid oneadmin 2>/dev/null ||:
 useradd -r -M -g oneadmin -G disk,wheel -c 'Opennebula Daemon User' \
