Update to upstream 545535ab2d5ea093074f5df5723901756d22f298
And fixes RHBZ#1538977
This commit is contained in:
parent
d3ea8c9a66
commit
0462cec7aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/kabi-dw-2ef3f81.tar.gz
|
||||
/kabi-dw-e6af311.tar.gz
|
||||
/kabi-dw-a6bced6.tar.gz
|
||||
/kabi-dw-545535a.tar.gz
|
||||
|
16
kabi-dw.spec
16
kabi-dw.spec
@ -1,10 +1,10 @@
|
||||
%global commitdate 20171201
|
||||
%global commit a6bced6ef7b263380ac0309bdbd4a98c6f9055eb
|
||||
%global commitdate 20180130
|
||||
%global commit 545535ab2d5ea093074f5df5723901756d22f298
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: kabi-dw
|
||||
Version: 0
|
||||
Release: 0.4.%{commitdate}git%{shortcommit}%{?dist}
|
||||
Release: 0.5.%{commitdate}git%{shortcommit}%{?dist}
|
||||
Summary: Detect changes in the ABI between kernel builds
|
||||
License: GPLv3+
|
||||
URL: https://github.com/skozina/%{name}
|
||||
@ -13,14 +13,8 @@ Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
BuildRequires: elfutils-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: libasan
|
||||
BuildRequires: glib2-devel
|
||||
|
||||
%if 0%{?rhel} > 7
|
||||
BuildRequires: libasan-devel
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
The aim of kabi-dw is to detect any changes in the ABI between the successive
|
||||
builds of the Linux kernel. This is done by dumping the DWARF type information
|
||||
@ -43,6 +37,10 @@ install -m 0755 %{name} %{buildroot}%{_bindir}/
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Jan 31 2018 Zamir SUN <zsun@fedoraproject.org> - 0-0.5-20180130git545535a
|
||||
- Update to upstream 545535ab2d5ea093074f5df5723901756d22f298
|
||||
- Fixes RHBZ#1538977
|
||||
|
||||
* Wed Jan 24 2018 Zamir SUN <zsun@fedoraproject.org> - 0-0.4.20171201gita6bced6
|
||||
- Update do upstream a6bced6ef7b263380ac0309bdbd4a98c6f9055eb
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kabi-dw-a6bced6.tar.gz) = 99358d219d7d5b4c86442e2219419b451282e0ba3c5f733bd73cb87f7559a82eeb88a9b94c375886b698fe38a565d769362e1351d75a53dbda09c1967081fbb9
|
||||
SHA512 (kabi-dw-545535a.tar.gz) = 85381e2acee7588265713a3dd50953c46f23652c6d478f6aa24c1c5c98b12ad6a2439164b9dd42f9d3d63ed76a91015a4c129df63c18f4baada4d69a6db2c35e
|
||||
|
Loading…
Reference in New Issue
Block a user