delete -S git from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:17:41 +08:00
parent 0698039792
commit 33124b6d78
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -7,7 +7,7 @@
Name: procmail Name: procmail
Version: 3.22 Version: 3.22
Release: 51 Release: 52
Summary: A program for filtering, sorting and storing email Summary: A program for filtering, sorting and storing email
License: GPLv2+ or Artistic License: GPLv2+ or Artistic
URL: https://www.procmail.org URL: https://www.procmail.org
@ -22,7 +22,7 @@ Patch5: procmail-3.22-getline.patch
Patch6: procmail-3.22-CVE-2014-3618.patch Patch6: procmail-3.22-CVE-2014-3618.patch
Patch7: procmail-3.22-crash-fix.patch Patch7: procmail-3.22-crash-fix.patch
Patch8: procmail-3.22-CVE-2017-16844.patch Patch8: procmail-3.22-CVE-2017-16844.patch
BuildRequires: gcc git BuildRequires: gcc
%description %description
%{summary},It can be used both on mail clients and mail servers. It can be %{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 %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 -S git %autosetup -n %{name}-%{version} -p1
find examples -type f | xargs chmod 644 find examples -type f | xargs chmod 644
@ -63,6 +63,9 @@ cp -p %{SOURCE1} telsas_procmailrc
%{_mandir}/man5/*.5.gz %{_mandir}/man5/*.5.gz
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 3.22-52
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Thu Sep 10 2020 hanzhijun<hanzhijun1@huawei.com> - 3.22-51 * Thu Sep 10 2020 hanzhijun<hanzhijun1@huawei.com> - 3.22-51
- fix source url problem - fix source url problem