Commit Graph

3 Commits

Author SHA1 Message Date
HATAYAMA Daisuke
c75489c8e3 Makefile: set DT_SONAME to trace.so
commit 153629a96b07a8ae96b0b28cce100fde9ea1398d (origin/master, origin/HEAD)
    Author: HATAYAMA Daisuke <d.hatayama@fujitsu.com>
    Date:   Thu Jan 28 00:08:35 2021 -0500

	Makefile: set DT_SONAME to trace.so

	Fedora never requires SONAME versioning for plugins according to the
	Packaging Guidelines:

	    https://docs.fedoraproject.org/en-US/packaging-guidelines/#_downstream_so_name_versioning

	    In cases where upstream ships unversioned .so library (so this is
	    not needed for plugins, drivers, etc.), the packager MUST try to
	    convince upstream to start versioning it.

	On the other hand, fedpkg lint still prints warning if the shared
	library doesn't have DT_SONAME. To surpress this, we set DT_SONAME
	field to trace.so for in case.

	Signed-off-by: HATAYAMA Daisuke <d.hatayama@fujitsu.com>

Signed-off-by: HATAYAMA Daisuke <d.hatayama@fujitsu.com>
2021-02-19 17:11:44 +09:00
HATAYAMA Daisuke
468bcf71fb Initial import (#1919349). 2021-02-18 20:00:52 +09:00
Mohan Boddu
ccaaac77ab Added the README 2021-02-17 14:38:20 +00:00