diff --git a/pure-ftpd.spec b/pure-ftpd.spec index 2d3fbcd..eecef77 100644 --- a/pure-ftpd.spec +++ b/pure-ftpd.spec @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.47 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -32,6 +32,7 @@ BuildRequires: pam-devel, libcap-devel BuildRequires: checkpolicy, selinux-policy-devel BuildRequires: systemd-units BuildRequires: git +BuildRequires: gcc Requires(post): systemd-sysv Requires(post): systemd-units Requires(preun): systemd-units @@ -252,6 +253,9 @@ fi %changelog +* Mon Feb 19 2018 Ondřej Lysoněk - 1.0.47-2 +- Add gcc to BuildRequires + * Tue Feb 13 2018 Ondřej Lysoněk - 1.0.47-1 - New version - Dropped patch 0003-Allow-having-both-options-and-config-file-on-command.patch