1 |
# $Id: e-smith-proftpd.spec,v 1.1 2016/02/05 21:57:24 stephdl Exp $ |
# $Id: e-smith-proftpd.spec,v 1.4 2016/08/03 05:08:58 unnilennium Exp $ |
2 |
|
|
3 |
Summary: e-smith specific proftpd configuration files and templates |
Summary: e-smith specific proftpd configuration files and templates |
4 |
%define name e-smith-proftpd |
%define name e-smith-proftpd |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 2 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-proftpd-2.6.0-TLS.patch |
Patch0: e-smith-proftpd-2.6.0-TLS.patch |
14 |
|
Patch1: e-smith-proftpd-2.6.0-bz11106_11150_systemd_update_event.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Wed Nov 25 2020 Michel Begue <mab974@gmail.com> 2.6.0-5.sme |
25 |
|
- Move ftp service to systemd [SME: 11106] |
26 |
|
- Create e-smith-proftpd-update event [SME: 11150] |
27 |
|
|
28 |
|
* Wed Aug 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
29 |
|
- fix typos [SME: 6804] |
30 |
|
- set default as required |
31 |
|
- NB: client must be set as active connection, not passive |
32 |
|
|
33 |
|
* Fri Jun 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
34 |
|
- updated patch for certificate chain |
35 |
|
- Thanks to Daniel Berteaud |
36 |
|
|
37 |
* Fri Jun 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
* Fri Jun 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
38 |
- Adding TLS support to proftp configuration [SME: 6804] |
- Adding TLS support to proftp configuration [SME: 6804] |
39 |
- default is enabled but not required, only TLSv1.1 and v1.2 |
- default is enabled but not required, only TLSv1.1 and v1.2 |
553 |
%prep |
%prep |
554 |
%setup |
%setup |
555 |
%patch0 -p1 |
%patch0 -p1 |
556 |
|
%patch1 -p1 |
557 |
|
|
558 |
# Remove the empty template-begin and the directory |
# Remove the empty template-begin and the directory |
559 |
rm -rf root/etc/e-smith/templates/etc/pam.d/proftpd/ |
rm -rf root/etc/e-smith/templates/etc/pam.d/proftpd/ |