Tao Liu
bf79170d6b
add gating.yaml
...
Signed-off-by: Tao Liu <ltao@redhat.com>
2024-04-22 18:02:05 +08:00
Fedora Release Engineering
190965e80b
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-24 08:22:58 +00:00
Fedora Release Engineering
0a6378c798
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-19 16:20:25 +00:00
HATAYAMA Daisuke
29cdd76a12
Release 3.0-8
...
Signed-off-by: HATAYAMA Daisuke <d.hatayama@fujitsu.com>
2023-09-13 16:54:35 +09:00
Lianbo Jiang
7e94eb6e3e
Migrate to SPDX license format
...
$ license-fedora2spdx GPLv2
GPL-2.0-only
Link: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
2023-09-13 16:54:35 +09:00
Fedora Release Engineering
a97cc575ca
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 16:33:48 +00:00
Fedora Release Engineering
4cf1c6b705
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 00:38:55 +00:00
Fedora Release Engineering
232e47e708
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 23:43:41 +00:00
Fedora Release Engineering
a50174501e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-19 23:58:35 +00:00
Fedora Release Engineering
d5d35461c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 20:05:53 +00:00
HATAYAMA Daisuke
dc890da863
Release 3.0-2
...
Signed-off-by: HATAYAMA Daisuke <d.hatayama@fujitsu.com>
2021-02-19 17:12:14 +09:00
HATAYAMA Daisuke
36ab175159
Makefile: fix build failure on aarch64 and ppc64le
...
commit 17c35d075f067d80fee112ae18365b8defa2ca5a (HEAD -> devel, origin/devel)
Author: HATAYAMA Daisuke <d.hatayama@fujitsu.com>
Date: Fri Feb 19 11:38:59 2021 +0900
Makefile: fix build failure on aarch64 and ppc64le
Currently, there is build failure on aarch64 and ppc64le as follows:
gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -I/usr/include/crash -nostartfiles -shared -rdynamic -o trace.so trace.c -fPIC -D
gcc: error: macro name missing after '-D'
The failure is caused by missing arguments for -D option because
TARGET variable is empty.
This commit fixes the issue by defining TARGET variable properly
according to aarch64 and ppc64le.
Signed-off-by: HATAYAMA Daisuke <d.hatayama@fujitsu.com>
Signed-off-by: HATAYAMA Daisuke <d.hatayama@fujitsu.com>
2021-02-19 17:12:12 +09:00
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