4 |
|
|
5 |
%define name smeserver-password |
%define name smeserver-password |
6 |
%define version 1.2.0 |
%define version 1.2.0 |
7 |
%define release 6 |
%define release 8 |
8 |
|
|
9 |
Summary: SME Server password panel |
Summary: SME Server password panel |
10 |
Name: %{name} |
Name: %{name} |
15 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
16 |
Patch0: smeserver-password-1.0.0-locale-2014-06-08.patch |
Patch0: smeserver-password-1.0.0-locale-2014-06-08.patch |
17 |
Patch1: smeserver-password-1.2.0-fix-password-aging.patch |
Patch1: smeserver-password-1.2.0-fix-password-aging.patch |
18 |
|
Patch2: smeserver-password-1.2.0-fix_expire_field.patch |
19 |
|
Patch3: smeserver-password-1.2.0-locale-2015-07-01.patch |
20 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
27 |
Smeserver addon panel to change password strength and password ageing |
Smeserver addon panel to change password strength and password ageing |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Wed Jul 1 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2.0-8 |
31 |
|
- add smeserver-password-1.2.0-locale-2015-07-01.patch [SME: 8968] |
32 |
|
|
33 |
|
* Tue Feb 10 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2.0-7 |
34 |
|
- Fix the expire field error [SME: 8823] |
35 |
|
- code done by Stefano Zamboni <zamboni@mind-at-work.it> |
36 |
|
|
37 |
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2.0-6 |
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2.0-6 |
38 |
- fix password aging [SME: 8823] |
- fix password aging [SME: 8823] |
39 |
|
|
154 |
%setup |
%setup |
155 |
%patch0 -p1 |
%patch0 -p1 |
156 |
%patch1 -p1 |
%patch1 -p1 |
157 |
|
%patch2 -p1 |
158 |
|
%patch3 -p1 |
159 |
|
|
160 |
%build |
%build |
161 |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
162 |
|
|