import kabi-dw-0-0.23.20220110git543ed65.el9

This commit is contained in:
CentOS Sources 2022-02-01 13:00:01 -05:00 committed by Stepan Oksanichenko
parent aafc053c72
commit b03895a335
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/kabi-dw-9bc7003c12f15303d05e234e1fa884daeee700d4.tar.gz
SOURCES/kabi-dw-543ed656d009a4fc46a5a2b6ea60e0fd760865ec.tar.gz

View File

@ -1 +1 @@
d9cec7072079c2cf9606edc092d5ff2de9de74d5 SOURCES/kabi-dw-9bc7003c12f15303d05e234e1fa884daeee700d4.tar.gz
f75ac52f06b95222054f12a881707976057fcaea SOURCES/kabi-dw-543ed656d009a4fc46a5a2b6ea60e0fd760865ec.tar.gz

View File

@ -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