Import from AlmaLinux stable repository
This commit is contained in:
parent
0d81295189
commit
e9f10843ae
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/kabi-dw-b52ac13.tar.gz
|
SOURCES/kabi-dw-eedfcbf.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
35321b09f07300958ccf1553851b5ad2d17958b2 SOURCES/kabi-dw-b52ac13.tar.gz
|
|
@ -1,20 +1,22 @@
|
|||||||
%global commitdate 20200515
|
%global commitdate 20230223
|
||||||
%global commit b52ac13b897e6a6696e2c059f5236f889e667a32
|
%global commit eedfcbf9c60feedb532ad3d4d111ca93f7c32a26
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: kabi-dw
|
Name: kabi-dw
|
||||||
Version: 0
|
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
|
Summary: Detect changes in the ABI between kernel builds
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/skozina/%{name}
|
URL: https://github.com/skozina/%{name}
|
||||||
Source0: %{name}-%{shortcommit}.tar.gz
|
Source0: %{name}-%{shortcommit}.tar.gz
|
||||||
|
|
||||||
BuildRequires: elfutils-devel
|
BuildRequires: elfutils-devel
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: redhat-rpm-config
|
BuildRequires: redhat-rpm-config
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The aim of kabi-dw is to detect any changes in the ABI between the successive
|
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
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 10 2020 Cestmir Kalina <ckalina@redhat.com> - 0-0.10.20200515gitb52ac13
|
||||||
- Upload Source0
|
- Upload Source0
|
||||||
- Resolves RHBZ#1778928
|
- Resolves RHBZ#1778928
|
||||||
|
Loading…
Reference in New Issue
Block a user