Handle Qt 6 packages in `apply-versions-spec.sh`

This commit is contained in:
Martchus 2024-02-16 19:40:47 +01:00
parent 104c057737
commit c4fcc897eb
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ fi
for spec_file in "$OSC_DIR"/*/*/*.spec; do
trimmed_path=${spec_file#$OSC_DIR/*/*/}
project_name=${trimmed_path%*.spec}
project_name=${project_name%-qt6}
spec_dir=${spec_file%/*}
# skip packages with unknown version