This is an automated change & the command used is:
find -name '*.signatures.json' -exec sh -c '[ -n "$(tail -c1 {})" ] && echo >> {}' \;
Reference: https://stackoverflow.com/a/729795
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
fping code uses getprotobyname() library call
which rely on /etc/protocols as protocols database.
https://linux.die.net/man/3/getprotobyname
/etc/protocols is provided by iana-etc pkg.
https://docs.fedoraproject.org/en-US/packaging-guidelines/
Note also that files installed in %{_mandir}
are automatically marked by RPM as documentation.
Thus it is not necessary to use %doc.
Signed-off-by: Eric Desrochers <edesrochers@microsoft.com>