Fix gcc dependency

This commit is contained in:
Josef Ridky 2018-03-08 12:26:24 +01:00
parent 9b41543ac6
commit f3abc80911

View File

@ -3,7 +3,7 @@
Name: freeipmi Name: freeipmi
Version: 1.5.7 Version: 1.5.7
Release: 3%{?dist} Release: 4%{?dist}
Summary: IPMI remote console and system management software Summary: IPMI remote console and system management software
License: GPLv3+ License: GPLv3+
URL: http://www.gnu.org/software/freeipmi/ URL: http://www.gnu.org/software/freeipmi/
@ -13,7 +13,7 @@ Source2: ipmidetectd.service
Source3: ipmiseld.service Source3: ipmiseld.service
BuildRequires: libgcrypt-devel texinfo systemd BuildRequires: libgcrypt-devel texinfo systemd
%{?systemd_requires} %{?systemd_requires}
Requires: gcc BuildRequires: gcc
Requires(post): /sbin/ldconfig Requires(post): /sbin/ldconfig
Patch1: freeipmi-1.5.6-manpage.patch Patch1: freeipmi-1.5.6-manpage.patch
@ -354,6 +354,9 @@ fi
%dir %{_localstatedir}/cache/ipmiseld %dir %{_localstatedir}/cache/ipmiseld
%changelog %changelog
* Thu Mar 08 2018 Josef Ridky <jridky@redhat.com> - 1.5.7-4
- Fix gcc dependency
* Wed Feb 21 2018 Josef Ridky <jridky@redhat.com> - 1.5.7-3 * Wed Feb 21 2018 Josef Ridky <jridky@redhat.com> - 1.5.7-3
- Spec clean up (remove Group tag, add new macros and gcc dependency) - Spec clean up (remove Group tag, add new macros and gcc dependency)