diff --git a/.gitignore b/.gitignore index a6732ca..1b34680 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/kabi-dw-6fbd644.tar.gz +SOURCES/kabi-dw-b52ac13.tar.gz diff --git a/.kabi-dw.metadata b/.kabi-dw.metadata index bf66bb3..c9e83ed 100644 --- a/.kabi-dw.metadata +++ b/.kabi-dw.metadata @@ -1 +1 @@ -e7e1e1668200aae6ea7328f80934308c70325888 SOURCES/kabi-dw-6fbd644.tar.gz +35321b09f07300958ccf1553851b5ad2d17958b2 SOURCES/kabi-dw-b52ac13.tar.gz diff --git a/SPECS/kabi-dw.spec b/SPECS/kabi-dw.spec index 11dbd67..726e2a4 100644 --- a/SPECS/kabi-dw.spec +++ b/SPECS/kabi-dw.spec @@ -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 - 0-0.10.20200515gitb52ac13 +- Upload Source0 +- Resolves RHBZ#1778928 + +* Tue Jun 09 2020 Cestmir Kalina - 0-0.9.20200515gitb52ac13 +- Update to b52ac13 to include latest upstream changes +- Resolves RHBZ#1778928 + * Wed Nov 21 2018 Jerome Marchand - 0-0.8.20181112git6fbd644 - Update to 6fbd644 to fix RHBZ 1642806