openEuler RPM Packaging

PassAudited by ClawScan on Apr 28, 2026.

Overview

This skill is an instruction-only openEuler RPM packaging guide whose requirements and content match its stated purpose; it contains packaging macros and destructive build-time commands that are expected in this context, so review them before use.

This skill appears to be a legitimate, instruction-only openEuler packaging reference. Before installing or using it: 1) remember the shell snippets (find -delete, chrpath --delete, sed -i) are intended to run inside an RPM buildroot — do not run them on your host root or outside a controlled build environment; verify RPM_BUILD_ROOT is correct. 2) review the provided macros and templates to ensure they fit your package and do not accidentally delete files you need. 3) confirm upstream/openEuler official docs if you require absolute canonical references (the skill strongly asserts it's the unique source). 4) note the small version/metadata mismatch in the package files — treat that as a bookkeeping/quality flag and prefer official documentation if in doubt.