import vsftpd-3.0.3-33.el8

This commit is contained in:
CentOS Sources 2021-03-30 14:07:26 -04:00 committed by Stepan Oksanichenko
parent ad354ab0f1
commit 1b8c6f9a46
4 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=Vsftpd ftp daemon
After=network.target
After=network-online.target
[Service]
Type=forking

View File

@ -1,6 +1,6 @@
[Unit]
Description=FTP daemon
After=network.target
After=network-online.target
[Install]
WantedBy=multi-user.target

View File

@ -1,6 +1,6 @@
[Unit]
Description=Vsftpd ftp daemon
After=network.target
After=network-online.target
PartOf=vsftpd.target
[Service]

View File

@ -2,7 +2,7 @@
Name: vsftpd
Version: 3.0.3
Release: 32%{?dist}
Release: 33%{?dist}
Summary: Very Secure Ftp Daemon
Group: System Environment/Daemons
@ -163,6 +163,10 @@ mkdir -p $RPM_BUILD_ROOT/%{_var}/ftp/pub
%{_var}/ftp
%changelog
* Mon Nov 02 2020 Artem Egorenkov <aegorenk@redhat.com> - 3.0.3-33
- Unit files fixed "After=network-online.target"
- Resolves: rhbz#1893636
* Tue Mar 17 2020 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-32
- Removed a hint about the ftp_home_dir SELinux boolean from the config file
- Resolves: rhbz#1623424