Update to eedfcbf
Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
This commit is contained in:
parent
bd659d518b
commit
2ff5dd9022
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/kabi-dw-b8863d0.tar.gz
|
||||
/kabi-dw-6fbd644.tar.gz
|
||||
/kabi-dw-b52ac13.tar.gz
|
||||
/kabi-dw-eedfcbf.tar.gz
|
||||
|
12
kabi-dw.spec
12
kabi-dw.spec
@ -1,20 +1,22 @@
|
||||
%global commitdate 20200515
|
||||
%global commit b52ac13b897e6a6696e2c059f5236f889e667a32
|
||||
%global commitdate 20230223
|
||||
%global commit eedfcbf9c60feedb532ad3d4d111ca93f7c32a26
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: kabi-dw
|
||||
Version: 0
|
||||
Release: 0.10.%{commitdate}git%{shortcommit}%{?dist}
|
||||
Release: 0.25.%{commitdate}git%{shortcommit}%{?dist}
|
||||
Summary: Detect changes in the ABI between kernel builds
|
||||
License: GPLv3+
|
||||
URL: https://github.com/skozina/%{name}
|
||||
Source0: %{name}-%{shortcommit}.tar.gz
|
||||
|
||||
BuildRequires: elfutils-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: redhat-rpm-config
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
The aim of kabi-dw is to detect any changes in the ABI between the successive
|
||||
@ -40,6 +42,10 @@ install -m 0755 %{name} %{buildroot}%{_bindir}/
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Jul 03 2023 Čestmír Kalina <ckalina@redhat.com> - 0-0.25.20230223giteedfcbf
|
||||
- Update to eedfcbf
|
||||
- Resolves: rhbz#2213162
|
||||
|
||||
* Wed Jun 10 2020 Cestmir Kalina <ckalina@redhat.com> - 0-0.10.20200515gitb52ac13
|
||||
- Upload Source0
|
||||
- Resolves RHBZ#1778928
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kabi-dw-b52ac13.tar.gz) = e6344d9eb5fb951bf3060adabef20614e5fae4f64a6c81a7203cab5ee74704b63e4e5ad7464c8a85be0882be7756e972e881f83eb9e76abeb473a17e59ddda1d
|
||||
SHA512 (kabi-dw-eedfcbf.tar.gz) = 36dd80bb2400bbaaa5cd0acd3951cd14cf1e64a8566498cd6aeb30268a4cd8aad313277f5d8c2c72e9ed96ef7c581f74f69d25f7df32531820faf8c9b0e7d090
|
||||
|
Loading…
Reference in New Issue
Block a user