mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-10 11:25:04 -05:00
Illegal char '-' (0x2d) in: Release: universal-jdk8
This commit is contained in:
parent
3632a4ab07
commit
088676ef23
@ -688,7 +688,7 @@
|
|||||||
<exec executable="docker" failonerror="yes">
|
<exec executable="docker" failonerror="yes">
|
||||||
<arg line="run -v ${dir.staging}:/src -v ${dir.staging}/build:/rpm --rm rednoah/rpm-build -bb filebot.spec" />
|
<arg line="run -v ${dir.staging}:/src -v ${dir.staging}/build:/rpm --rm rednoah/rpm-build -bb filebot.spec" />
|
||||||
</exec>
|
</exec>
|
||||||
<copy file="${dir.staging}/build/RPMS/noarch/${package.name}-${application.version}-universal-jdk8.noarch.rpm" tofile="${dir.dist}/${release}_universal-jdk8.rpm" />
|
<copy file="${dir.staging}/build/RPMS/noarch/${package.name}-${application.version}-universal.jdk8.noarch.rpm" tofile="${dir.dist}/${release}_universal-jdk8.rpm" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: @{package.name}
|
Name: @{package.name}
|
||||||
Version: @{application.version}
|
Version: @{application.version}
|
||||||
Release: universal-jdk8
|
Release: universal.jdk8
|
||||||
Summary: @{package.synopsis}
|
Summary: @{package.synopsis}
|
||||||
License: Proprietary
|
License: Proprietary
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user