eclipseo reported a new issue against the project: `go-rpm-macros` that you are 
following:
``
Remember we said we want noarch packages? So we include *all* files whatever 
the arch with IgnoredGoFiles.
SFiles are similar as they can be specific to an arch, but we don't have a 
"IgnoredSFiles" option to include them in all builds, so we end up with 
packages which are not exactly the same on every arch:
 
 - https://koji.fedoraproject.org/koji/taskinfo?taskID=35534910
 - https://koji.fedoraproject.org/koji/taskinfo?taskID=35535838
 - https://koji.fedoraproject.org/koji/taskinfo?taskID=35536361
 - https://koji.fedoraproject.org/koji/taskinfo?taskID=35537198
 - https://koji.fedoraproject.org/koji/taskinfo?taskID=35537483
 - https://koji.fedoraproject.org/koji/taskinfo?taskID=35537702
 - https://koji.fedoraproject.org/koji/taskinfo?taskID=35539134

The immediate solution would be to include all files with the .s extension:

```golist --include-extension .s --to-install --package-path ${goipath} 
$(expandflags)```
``

To reply, visit the link below or just reply to this email
https://pagure.io/go-rpm-macros/issue/17
_______________________________________________
golang mailing list -- golang@lists.fedoraproject.org
To unsubscribe send an email to golang-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org

Reply via email to