1 |
# $Id: smeserver-password.spec,v 1.5 2014/06/08 19:21:09 stephdl Exp $ |
# $Id: smeserver-password.spec,v 1.11 2016/03/09 07:17:35 unnilennium Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
5 |
%define name smeserver-password |
%define name smeserver-password |
6 |
%define version 1.0.0 |
%define version 1.0.0 |
7 |
%define release 34 |
%define release 40 |
8 |
|
|
9 |
Summary: SME Server password panel |
Summary: SME Server password panel |
10 |
Name: %{name} |
Name: %{name} |
39 |
Patch23: smeserver-password-1.0.0-locale-2013-07-14.patch |
Patch23: smeserver-password-1.0.0-locale-2013-07-14.patch |
40 |
Patch24: smeserver-password-1.0.0-locale-2014-06-08.patch |
Patch24: smeserver-password-1.0.0-locale-2014-06-08.patch |
41 |
Patch25: smeserver-password-1.0.0_uninitialized_value_passwordopt-pm.patch |
Patch25: smeserver-password-1.0.0_uninitialized_value_passwordopt-pm.patch |
42 |
|
Patch26: smeserver-password-1.0.0-fix-password-aging.patch |
43 |
|
Patch27: smeserver-password-1.0.0-fix_expire_field.patch |
44 |
|
Patch28: smeserver-password-1.0.0-locale-2015-07-01.patch |
45 |
|
Patch29: smeserver-password-1.0.0-locale-2016-03-09.patch |
46 |
|
|
47 |
|
|
48 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
49 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
50 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
54 |
Smeserver addon panel to change password strength and password ageing |
Smeserver addon panel to change password strength and password ageing |
55 |
|
|
56 |
%changelog |
%changelog |
57 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.0.0-40.sme |
58 |
|
- apply locale 2016-03-09 patch |
59 |
|
|
60 |
|
* Wed Jul 1 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-38 |
61 |
|
- add smeserver-password-1.0.0-locale-2015-07-01.patch [SME: 8968] |
62 |
|
|
63 |
|
* Tue Feb 10 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-36 |
64 |
|
- Fix the expire field error [SME: 8838] |
65 |
|
- code done by Stefano Zamboni <zamboni@mind-at-work.it> |
66 |
|
|
67 |
|
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-35.sme |
68 |
|
- Fix password aging [SME: 8838] |
69 |
|
|
70 |
* Mon Jun 16 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-34.sme |
* Mon Jun 16 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-34.sme |
71 |
- patch against unitialized values |
- patch against unitialized values |
72 |
- smeserver-password-1.0.0_uninitialized_value_passwordopt-pm.patch |
- smeserver-password-1.0.0_uninitialized_value_passwordopt-pm.patch |
208 |
%patch23 -p1 |
%patch23 -p1 |
209 |
%patch24 -p1 |
%patch24 -p1 |
210 |
%patch25 -p1 |
%patch25 -p1 |
211 |
|
%patch26 -p1 |
212 |
|
%patch27 -p1 |
213 |
|
%patch28 -p1 |
214 |
|
%patch29 -p1 |
215 |
|
|
216 |
|
|
217 |
%build |
%build |
218 |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |