diff --git a/.gitignore b/.gitignore index 29dde8d..59acbc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/kabi-dw-9bc7003c12f15303d05e234e1fa884daeee700d4.tar.gz +SOURCES/kabi-dw-543ed656d009a4fc46a5a2b6ea60e0fd760865ec.tar.gz diff --git a/.kabi-dw.metadata b/.kabi-dw.metadata index 5cba7fa..5d07be7 100644 --- a/.kabi-dw.metadata +++ b/.kabi-dw.metadata @@ -1 +1 @@ -d9cec7072079c2cf9606edc092d5ff2de9de74d5 SOURCES/kabi-dw-9bc7003c12f15303d05e234e1fa884daeee700d4.tar.gz +f75ac52f06b95222054f12a881707976057fcaea SOURCES/kabi-dw-543ed656d009a4fc46a5a2b6ea60e0fd760865ec.tar.gz diff --git a/SPECS/kabi-dw.spec b/SPECS/kabi-dw.spec index 59806b4..547d2ed 100644 --- a/SPECS/kabi-dw.spec +++ b/SPECS/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 - 0.23 +- Add support for ET_EXEC +- Add support for DW_TAG_restrict_type +- Resolves: rhbz#1761409 + * Mon Nov 22 2021 Cestmir Kalina - 0.22 - Add support for symbol namespaces - Resolves: rhbz#1761409