fix: jellyfin-ffmpeg-bin version tag contains dash (7.1.3-6) #120
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
tools/update-ghreports forjellyfin-ffmpeg-bin:The upstream release tag is
7.1.3-6. RPM version strings cannot contain dashes — dashes separate version from release in RPM spec (Version: 7.1.3,Release: 6).Options
update-ghto split dash-versioned tags into version + releasebuilds[].version: 7.1.3andbuilds[].release: 6version_transformfield to metadata.yaml for non-standard tag formatsCurrent state
Package is at
7.1.3— upstream is7.1.3patch release6.