Add libasan-devel per request
Signed-off-by: Zamir SUN <sztsian@gmail.com>
This commit is contained in:
parent
3550ecb6ca
commit
fd74c83bd9
10
kabi-dw.spec
10
kabi-dw.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: kabi-dw
|
Name: kabi-dw
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.2.20171018git%{shortcommit}%{?dist}
|
Release: 0.3.20171018git%{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}
|
||||||
@ -15,6 +15,11 @@ BuildRequires: flex
|
|||||||
BuildRequires: libasan
|
BuildRequires: libasan
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
|
|
||||||
|
%if 0%{?rhel} > 7
|
||||||
|
BuildRequires: libasan-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%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
|
||||||
builds of the Linux kernel. This is done by dumping the DWARF type information
|
builds of the Linux kernel. This is done by dumping the DWARF type information
|
||||||
@ -37,6 +42,9 @@ install -m 0755 %{name} %{buildroot}%{_bindir}/
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 24 2018 Zamir SUN <zsun@fedoraproject.org> - 0-0.3.20171018gite6af311
|
||||||
|
- Add libasan-devel per request
|
||||||
|
|
||||||
* Fri Oct 27 2017 Zamir SUN <zsun@fedoraproject.org> - 0-0.2.20171018gite6af311
|
* Fri Oct 27 2017 Zamir SUN <zsun@fedoraproject.org> - 0-0.2.20171018gite6af311
|
||||||
- Update to upstream e6af311e3182417f86742a5b1a78e488593f975a
|
- Update to upstream e6af311e3182417f86742a5b1a78e488593f975a
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user