import kabi-dw-0-0.23.20220110git543ed65.el9
This commit is contained in:
parent
aafc053c72
commit
b03895a335
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/kabi-dw-9bc7003c12f15303d05e234e1fa884daeee700d4.tar.gz
|
SOURCES/kabi-dw-543ed656d009a4fc46a5a2b6ea60e0fd760865ec.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
d9cec7072079c2cf9606edc092d5ff2de9de74d5 SOURCES/kabi-dw-9bc7003c12f15303d05e234e1fa884daeee700d4.tar.gz
|
f75ac52f06b95222054f12a881707976057fcaea SOURCES/kabi-dw-543ed656d009a4fc46a5a2b6ea60e0fd760865ec.tar.gz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
%global forgeurl https://github.com/skozina/kabi-dw
|
%global forgeurl https://github.com/skozina/kabi-dw
|
||||||
%global commitdate 20211122
|
%global commitdate 20220110
|
||||||
%global commit 9bc7003c12f15303d05e234e1fa884daeee700d4
|
%global commit 543ed656d009a4fc46a5a2b6ea60e0fd760865ec
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
%forgemeta -i
|
%forgemeta -i
|
||||||
|
|
||||||
Name: kabi-dw
|
Name: kabi-dw
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.22%{?dist}
|
Release: 0.23%{?dist}
|
||||||
Summary: Detect changes in the ABI between kernel builds
|
Summary: Detect changes in the ABI between kernel builds
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: %{forgeurl}
|
URL: %{forgeurl}
|
||||||
@ -50,6 +50,11 @@ install -m 0755 %{name} %{buildroot}%{_bindir}/
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 22 2021 Cestmir Kalina <ckalina@redhat.com> - 0.22
|
||||||
- Add support for symbol namespaces
|
- Add support for symbol namespaces
|
||||||
- Resolves: rhbz#1761409
|
- Resolves: rhbz#1761409
|
||||||
|
Loading…
Reference in New Issue
Block a user