1 |
|
# $Id: e-smith-proftpd.spec,v 1.6 2008/10/07 19:13:44 slords 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 1.12.0 |
%define version 2.2.0 |
7 |
%define release 9 |
%define release 2 |
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.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-proftpd-1.12.0-LogDirPerms.patch |
Patch1: e-smith-proftpd-2.2.0-persistent_passwd.patch |
|
Patch1: e-smith-proftpd-1.12.0-ftpusersfix.patch |
|
|
Patch2: e-smith-proftpd-1.12.0-chroot.patch |
|
|
Patch3: e-smith-proftpd-1.12.0-globalroot.patch |
|
|
Patch4: e-smith-proftpd-1.12.0-logdir.patch |
|
|
Patch5: e-smith-proftpd-1.12.0-ftpuser_perm.patch |
|
|
Patch6: e-smith-proftpd-1-12-0-MovePam_d_ftpTemplates.patch |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-2.sme |
24 |
|
- Add PersistentPasswd directive to force proftpd to use pam |
25 |
|
|
26 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
27 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
28 |
|
|
29 |
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-11 |
30 |
|
- ShowSymlinks off [SME: 993] |
31 |
|
|
32 |
|
* Wed Oct 31 2007 Gavin Weight <gweight@gmail.com> 1.12.0-10 |
33 |
|
- Rename DisplayFirstChdir to DisplayChdir. [SME: 3479] |
34 |
|
|
35 |
* Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 1.12.0-9 |
* Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 1.12.0-9 |
36 |
- Create pam.d directory and move ftp/proftpd templates into pam.d. |
- Create pam.d directory and move ftp/proftpd templates into pam.d. |
37 |
[SME: 2762] |
[SME: 2762] |
508 |
|
|
509 |
%prep |
%prep |
510 |
%setup |
%setup |
|
%patch0 -p1 |
|
511 |
%patch1 -p1 |
%patch1 -p1 |
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
512 |
|
|
513 |
%build |
%build |
514 |
perl createlinks |
perl createlinks |