Fixed FTBFS by adding gcc requirement
Resolves: rhbz#1606850
This commit is contained in:
parent
40e896a230
commit
9d385633d2
@ -8,7 +8,7 @@
|
||||
Summary: Mail processing program
|
||||
Name: procmail
|
||||
Version: 3.22
|
||||
Release: 47%{?dist}
|
||||
Release: 48%{?dist}
|
||||
License: GPLv2+ or Artistic
|
||||
Group: Applications/Internet
|
||||
# Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
||||
@ -27,6 +27,7 @@ Patch6: procmail-3.22-getline.patch
|
||||
Patch7: procmail-3.22-CVE-2014-3618.patch
|
||||
Patch8: procmail-3.22-crash-fix.patch
|
||||
Patch9: procmail-3.22-CVE-2017-16844.patch
|
||||
BuildRequires: gcc
|
||||
|
||||
%description
|
||||
Procmail can be used to create mail-servers, mailing lists, sort your
|
||||
@ -78,6 +79,10 @@ cp -p %{SOURCE2} telsas_procmailrc
|
||||
%{_mandir}/man[15]/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 20 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.22-48
|
||||
- Fixed FTBFS by adding gcc requirement
|
||||
Resolves: rhbz#1606850
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.22-47
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user