* Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
- disable anonymous by default [SME: 931] - add passive port [SME: 12454] - TLSv1.3 filtered out as not supported by 1.3.6 branch [SME: 12925] - fix wrong group defined for ibays [SME: 7914] - drop runit for full systemd service unit [SME: 12874]
This commit is contained in:
@@ -4,7 +4,7 @@ Summary: smeserver specific proftpd configuration files and templates
|
||||
%define name smeserver-proftpd
|
||||
Name: %{name}
|
||||
%define version 11.0.0
|
||||
%define release 6
|
||||
%define release 7
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@@ -26,6 +26,13 @@ Provides: e-smith-proftpd
|
||||
AutoReqProv: no
|
||||
|
||||
%changelog
|
||||
* Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
|
||||
- disable anonymous by default [SME: 931]
|
||||
- add passive port [SME: 12454]
|
||||
- TLSv1.3 filtered out as not supported by 1.3.6 branch [SME: 12925]
|
||||
- fix wrong group defined for ibays [SME: 7914]
|
||||
- drop runit for full systemd service unit [SME: 12874]
|
||||
|
||||
* Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme
|
||||
- adding requirement for deamontools bin [SME: 12566]
|
||||
|
||||
@@ -630,14 +637,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
rm -f %{name}-%{version}-%{release}-filelist
|
||||
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
|
||||
--dir /var/service/proftpd 'attr(01755,root,root)' \
|
||||
--file /var/service/proftpd/down 'attr(0644,root,root)' \
|
||||
--file /var/service/proftpd/run 'attr(0755,root,root)' \
|
||||
--file /var/service/proftpd/control/1 'attr(0755,root,root)' \
|
||||
--dir /var/service/proftpd/log 'attr(0755,root,root)' \
|
||||
--dir /var/service/proftpd/log/supervise 'attr(0700,root,root)' \
|
||||
--dir /var/service/proftpd/supervise 'attr(0700,root,root)' \
|
||||
--file /var/service/proftpd/log/run 'attr(0755,root,root)' \
|
||||
--dir /var/log/ftp 'attr(2750,smelog,smelog)' \
|
||||
--dir /var/log/ftp 'attr(2750,root,root)' \
|
||||
--file /sbin/e-smith/systemd/ftp-tcpsvd 'attr(0554,root,root)' \
|
||||
> %{name}-%{version}-%{release}-filelist
|
||||
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
|
||||
|
||||
@@ -645,8 +646,6 @@ echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre
|
||||
/sbin/e-smith/create-system-user smelog 1002 \
|
||||
'sme log user' /var/log/smelog /bin/false
|
||||
|
||||
%files -f %{name}-%{version}-%{release}-filelist
|
||||
%defattr(-,root,root)
|
||||
|
Reference in New Issue
Block a user