app_prefix: >-
{{ rpm_filename | regex_replace('^(.+)-([0-9][^.]*\\.[^.]+)\\.([^.]+)\\.rpm$', '\\1') }}
app_version: >-
{{ rpm_filename | regex_replace('^(.+)-([0-9][^.]*\\.[^.]+)\\.([^.]+)\\.rpm$', '\\2') }}
app_architecture: >-
{{ rpm_filename | regex_replace('^(.+)-([0-9][^.]*\\.[^.]+)\\.([^.]+)\\.rpm$', '\\3') }}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)