diff --git a/procmail.spec b/procmail.spec index 6ad8a76..78e2d21 100644 --- a/procmail.spec +++ b/procmail.spec @@ -7,7 +7,7 @@ Name: procmail Version: 3.22 -Release: 51 +Release: 52 Summary: A program for filtering, sorting and storing email License: GPLv2+ or Artistic URL: https://www.procmail.org @@ -22,7 +22,7 @@ Patch5: procmail-3.22-getline.patch Patch6: procmail-3.22-CVE-2014-3618.patch Patch7: procmail-3.22-crash-fix.patch Patch8: procmail-3.22-CVE-2017-16844.patch -BuildRequires: gcc git +BuildRequires: gcc %description %{summary},It can be used both on mail clients and mail servers. It can be @@ -31,7 +31,7 @@ used to filter out spam, checking for viruses, to send automatic replies, etc. %package_help %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 find examples -type f | xargs chmod 644 @@ -63,6 +63,9 @@ cp -p %{SOURCE1} telsas_procmailrc %{_mandir}/man5/*.5.gz %changelog +* Fri Jul 30 2021 chenyanpanHW - 3.22-52 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Sep 10 2020 hanzhijun - 3.22-51 - fix source url problem