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

Robert-André Mauchin <zebo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zebo...@gmail.com



--- Comment #1 from Robert-André Mauchin <zebo...@gmail.com> ---
 - You're missing %{?dist} in Release

 - Doesn't this service require its own user and group?

 - Don't use:

Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

   Use the provided macro instead:

%{?systemd_requires}
BuildRequires: systemd

 - Also building with vendored is a no go, you will need to unbundle each
dependency in vendor. Yes, it's gonna be a big task. Use gofed to do most of
the work.

-- 
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 -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to