import kabi-dw-0-0.10.20200515gitb52ac13.el8

This commit is contained in:
CentOS Sources 2020-11-03 06:50:57 -05:00 committed by Andrew Lukoshko
parent c4118ed014
commit 0d81295189
3 changed files with 14 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/kabi-dw-6fbd644.tar.gz
SOURCES/kabi-dw-b52ac13.tar.gz

View File

@ -1 +1 @@
e7e1e1668200aae6ea7328f80934308c70325888 SOURCES/kabi-dw-6fbd644.tar.gz
35321b09f07300958ccf1553851b5ad2d17958b2 SOURCES/kabi-dw-b52ac13.tar.gz

View File

@ -1,14 +1,14 @@
%global commitdate 20181112
%global commit 6fbd644f618ca73b910fe7661b0198382ad45b9b
%global commitdate 20200515
%global commit b52ac13b897e6a6696e2c059f5236f889e667a32
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: kabi-dw
Version: 0
Release: 0.8.%{commitdate}git%{shortcommit}%{?dist}
Release: 0.10.%{commitdate}git%{shortcommit}%{?dist}
Summary: Detect changes in the ABI between kernel builds
License: GPLv3+
URL: https://github.com/skozina/%{name}
Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
Source0: %{name}-%{shortcommit}.tar.gz
BuildRequires: elfutils-devel
BuildRequires: bison
@ -40,6 +40,14 @@ install -m 0755 %{name} %{buildroot}%{_bindir}/
%license COPYING
%changelog
* Wed Jun 10 2020 Cestmir Kalina <ckalina@redhat.com> - 0-0.10.20200515gitb52ac13
- Upload Source0
- Resolves RHBZ#1778928
* Tue Jun 09 2020 Cestmir Kalina <ckalina@redhat.com> - 0-0.9.20200515gitb52ac13
- Update to b52ac13 to include latest upstream changes
- Resolves RHBZ#1778928
* Wed Nov 21 2018 Jerome Marchand <jmarchan@redhat.com> - 0-0.8.20181112git6fbd644
- Update to 6fbd644 to fix RHBZ 1642806