https://bugzilla.redhat.com/show_bug.cgi?id=1290523



--- Comment #17 from Jan Chaloupka <[email protected]> ---
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}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to