!47 Adjust patch number

From: @wk333 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2024-01-02 07:17:07 +00:00 committed by Gitee
commit c91b647900
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -22,7 +22,7 @@
Name: proftpd
Version: 1.3.8b
Release: 1
Release: 2
Summary: Flexible, stable and highly-configurable FTP server
License: GPLv2+
URL: http://www.proftpd.org/
@ -44,7 +44,7 @@ Patch3: proftpd-1.3.4rc1-mod_vroot-test.patch
Patch4: proftpd-1.3.6-no-mod-wrap.patch
Patch5: proftpd-1.3.6-no-mod-geoip.patch
Patch6: proftpd-1.3.7rc3-logging-not-systemd.patch
Patch8: proftpd-1.3.8-fix-environment-sensitive-tests-failure.patch
Patch7: proftpd-1.3.8-fix-environment-sensitive-tests-failure.patch
BuildRequires: coreutils
BuildRequires: gcc
@ -249,7 +249,7 @@ sed -i -e '/killall/s/test.*/systemctl reload proftpd.service/' \
%patch6
%endif
%patch8 -p1
%patch7 -p1
# Avoid docfile dependencies
chmod -c -x contrib/xferstats.holger-preiss
@ -535,6 +535,9 @@ fi
%{_mandir}/man1/ftpwho.1*
%changelog
* Fri Dec 29 2023 wangkai <13474090681@163.com> - 1.3.8b-2
- Adjust patch number
* Tue Dec 26 2023 wangkai <13474090681@163.com> - 1.3.8b-1
- Update to 1.3.8b for fix CVE-2023-51713,CVE-2023-48795