https://bugzilla.redhat.com/show_bug.cgi?id=1290523
--- Comment #17 from Jan Chaloupka jchaloup@redhat.com --- Getting the following errors when trying to create new update:
Builds : Unable to determine release from build: oci-systemd-hook-0.1.4-1.gitde345df.fc24
Builds : Invalid tag: oci-systemd-hook-0.1.4-1.gitde345df.fc24 tagged with [u'f24-updates-candidate', u'epel7-testing-candidate', u'dist-6E-epel-testing-candidate', u'dist-5E-epel-testing-candidate', u'f22-updates-candidate', u'f23-updates-candidate', u'f21-updates-candidate']
Looking into the nvr:
oci-systemd-hook-0.1.4-1.gitde345df.fc24
it should be:
oci-systemd-hook-0.1.4-0.1.gitde345df.fc24
Release is incorrect, rpm does not like the integer before git. It can be fixed by updating release from:
Release: 1.git%{shortcommit}%{?dist}
to
Release: 1%{?dist}