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

Robert-André Mauchin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Robert-André Mauchin <[email protected]> ---

make %{?_smp_mflags} → %make_build

make install DESTDIR=%{buildroot} → %make_install

 - License seems to be MIT in the headers:
https://github.com/brocade/bsn-fc-txptd/blob/master/fpin_main.c

Not GPL. Please ask upstream for a separate license file

 - No:

%dir /%{_sysdir}/systemd/system
/%{_sysdir}/systemd/system/fctxpd.service

 Use:

%{_unitdir}/fctxpd.service

 You also need to add the SystemD scriptlets, see
https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#Systemd

BuildRequires: systemd-rpm-macros

[…]

%post
%systemd_post fctxpd.service

%preun
%systemd_preun fctxpd.service

%postun
%systemd_postun_with_restart fctxpd.service

 - /sbin/fctxpd → %{_sbindir}/fctxpd

-- 
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]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to