Add gcc as BuildRequire
Signed-off-by: Zamir SUN <sztsian@gmail.com>
This commit is contained in:
parent
1831cb746c
commit
72735c84f6
@ -4,13 +4,14 @@
|
|||||||
|
|
||||||
Name: kabi-dw
|
Name: kabi-dw
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.8.%{commitdate}git%{shortcommit}%{?dist}
|
Release: 0.9.%{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: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
Source0: %{url}/archive/%{commit}/%{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
|
||||||
@ -40,6 +41,9 @@ install -m 0755 %{name} %{buildroot}%{_bindir}/
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 22 2018 Zamir SUN <zsun@fedoraproject.org> - 0-0.9.20180308gitb8863d0
|
||||||
|
- Add gcc as BR.
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.8.20180308gitb8863d0
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.8.20180308gitb8863d0
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user