Add gcc into BuildRequires
Resolves: bz1604811 Singed-off-by: Xiao Ni <xni@redhat.com>
This commit is contained in:
parent
2d59c92026
commit
9aa4b640d2
@ -1,7 +1,7 @@
|
||||
Name: mdadm
|
||||
Version: 4.1
|
||||
%define subversion rc1
|
||||
Release: rc1_1%{?dist}.1
|
||||
Release: rc1_1%{?dist}.2
|
||||
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
||||
URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/
|
||||
License: GPLv2+
|
||||
@ -47,7 +47,7 @@ Patch26: 0026-gcc-8-coverity-hack.patch
|
||||
Patch97: mdadm-3.3-udev.patch
|
||||
Patch98: mdadm-2.5.2-static.patch
|
||||
|
||||
BuildRequires: systemd binutils-devel
|
||||
BuildRequires: systemd binutils-devel gcc
|
||||
Requires: libreport-filesystem
|
||||
Requires(post): systemd coreutils
|
||||
Requires(preun): systemd
|
||||
@ -146,6 +146,10 @@ install -m644 %{SOURCE8} %{buildroot}/etc/libreport/events.d
|
||||
/etc/libreport/events.d/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 20 2018 Xiao Ni <xni@redhat.com> - 4.1-rc1_1.2
|
||||
- Add gcc into BuildRequires
|
||||
- Resolves bz1604811
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-rc1_1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user