* Mattia Verga:

> The `reg` package [1] is a Golang project needed by fedora-infra
> team. To prevent it from being retired due to FTB I've taken it [2],
> but I've found it's a real nightmare trying to fix it (I've got no
> experience at all with golang).  Is there someone from Go SIG that can
> help with this? I think it will also need to be renamed to follow
> current packaging policies... it also seems to have a lot of bundled
> stuff.

What kind of build failure do you see?  rawhide builds just fine for me
after applying this patch:

diff --git a/reg.spec b/reg.spec
index 50fdae2..3a32e06 100644
--- a/reg.spec
+++ b/reg.spec
@@ -190,7 +190,7 @@ cp -p LICENSE %{_builddir}/%{name}-%{version}/
 %systemd_preun %{name}-server.service
 
 %postun
-%systemd_postun
+%systemd_postun %{name}-server.service
 
 %files
 %doc README.md Dockerfile Makefile

But that's clearly not a Go issue, so you must be encountering something
else.

Thanks,
Florian
_______________________________________________
golang mailing list -- golang@lists.fedoraproject.org
To unsubscribe send an email to golang-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
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