1 |
# $Id: e-smith-proftpd.spec,v 1.1 2013/02/14 16:16:50 slords Exp $ |
# $Id: e-smith-proftpd.spec,v 1.2 2013/06/07 16:02:52 vip-ire 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.4.0 |
%define version 2.4.0 |
7 |
%define release 2 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Fri Jun 7 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme |
24 |
|
- Also remove the empty template-begin file in pam.d/proftpd templates [SME: 7660] |
25 |
|
|
26 |
* Fri Jun 7 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
* Fri Jun 7 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
27 |
- Remove unused pam templates [SME: 7660] |
- Remove unused pam templates [SME: 7660] |
28 |
|
|
533 |
%setup |
%setup |
534 |
%patch0 -p1 |
%patch0 -p1 |
535 |
|
|
536 |
|
# Remove the empty template-begin and the directory |
537 |
|
rm -rf root/etc/e-smith/templates/etc/pam.d/proftpd/ |
538 |
|
|
539 |
%build |
%build |
540 |
perl createlinks |
perl createlinks |
541 |
|
|