Add symbol namespace support for ET_EXEC, add DW_TAG_restrict_type
Resolves: rhbz#1761409 Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
This commit is contained in:
parent
2ac7fb665a
commit
4f041929f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/kabi-dw-6fbd644.tar.gz
|
||||
/kabi-dw-bd56a6004d5d409d7d03c386400da3f49a8c4c03.tar.gz
|
||||
/kabi-dw-9bc7003c12f15303d05e234e1fa884daeee700d4.tar.gz
|
||||
/kabi-dw-543ed656d009a4fc46a5a2b6ea60e0fd760865ec.tar.gz
|
||||
|
11
kabi-dw.spec
11
kabi-dw.spec
@ -1,13 +1,13 @@
|
||||
%global forgeurl https://github.com/skozina/kabi-dw
|
||||
%global commitdate 20211122
|
||||
%global commit 9bc7003c12f15303d05e234e1fa884daeee700d4
|
||||
%global commitdate 20220110
|
||||
%global commit 543ed656d009a4fc46a5a2b6ea60e0fd760865ec
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%forgemeta -i
|
||||
|
||||
Name: kabi-dw
|
||||
Version: 0
|
||||
Release: 0.22%{?dist}
|
||||
Release: 0.23%{?dist}
|
||||
Summary: Detect changes in the ABI between kernel builds
|
||||
License: GPLv3+
|
||||
URL: %{forgeurl}
|
||||
@ -50,6 +50,11 @@ install -m 0755 %{name} %{buildroot}%{_bindir}/
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Jan 10 2022 Cestmir Kalina <ckalina@redhat.com> - 0.23
|
||||
- Add support for ET_EXEC
|
||||
- Add support for DW_TAG_restrict_type
|
||||
- Resolves: rhbz#1761409
|
||||
|
||||
* Mon Nov 22 2021 Cestmir Kalina <ckalina@redhat.com> - 0.22
|
||||
- Add support for symbol namespaces
|
||||
- Resolves: rhbz#1761409
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kabi-dw-9bc7003c12f15303d05e234e1fa884daeee700d4.tar.gz) = b90a255189bc97870fef94f4019deedc091300127577dac216cdfef0ff4968361a80a4986c92689df306cf5a173113ae5c712f3f0d1067e531c6409cf00b91a4
|
||||
SHA512 (kabi-dw-543ed656d009a4fc46a5a2b6ea60e0fd760865ec.tar.gz) = 65083a080d46f630647c1bc68f354b01ac3ce4a12a90eb57f9a2fd8c921f6920a84e74ba6686ad2c6a0a0cb46efd9a6bca486e69ad63a132dbe45f7ea5c8b7ef
|
||||
|
Loading…
Reference in New Issue
Block a user