#10 Fix Release spec to include hyperscale_rel
Merged a month ago by ngompa. Opened a month ago by rcolebaugh.
rpms/ rcolebaugh/openssh c10s-sig-hyperscale  into  c10s-sig-hyperscale

Fix Release spec to include hyperscale_rel
Raymond Colebaugh • a month ago  
file modified
+1 -1
@@ -50,7 +50,7 @@ 

  Summary: An open source implementation of SSH protocol version 2

  Name: openssh

  Version: %{openssh_ver}

- Release: %{openssh_rel}%{?dist}.1

+ Release: %{openssh_rel}.%{hyperscale_rel}%{?dist}

  URL: http://www.openssh.com/portable.html

  Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz

  Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc

When attempting a build from c10s-sig-hyperscale branch I received the error "GenericError: Build already exists" (https://cbs.centos.org/koji/taskinfo?taskID=4458328). Looking at the spec it seems we are missing the hyperscale_rel, causing a package name matching the last build to be produced and leading to this error.

Pull-Request has been merged by ngompa

a month ago
Metadata