1 |
# $Id: smeserver-password.spec,v 1.1 2013/03/03 21:18:20 unnilennium Exp $ |
# $Id: smeserver-password.spec,v 1.8 2015/02/11 08:34:09 stephdl 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 30 |
%define release 37 |
8 |
|
|
9 |
Summary: SME Server password panel |
Summary: SME Server password panel |
10 |
Name: %{name} |
Name: %{name} |
35 |
Patch19: smeserver-password-1.0.0-locale-2010-03-02.patch |
Patch19: smeserver-password-1.0.0-locale-2010-03-02.patch |
36 |
Patch20: smeserver-password-1.0.0-locale-2011-03-06.patch |
Patch20: smeserver-password-1.0.0-locale-2011-03-06.patch |
37 |
Patch21: smeserver-password-1.0.0-sme8update.patch |
Patch21: smeserver-password-1.0.0-sme8update.patch |
38 |
|
Patch22: smeserver-password-1.0.0-epoch.patch |
39 |
|
Patch23: smeserver-password-1.0.0-locale-2013-07-14.patch |
40 |
|
Patch24: smeserver-password-1.0.0-locale-2014-06-08.patch |
41 |
|
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 |
|
|
46 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
47 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
48 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
52 |
Smeserver addon panel to change password strength and password ageing |
Smeserver addon panel to change password strength and password ageing |
53 |
|
|
54 |
%changelog |
%changelog |
55 |
|
* Wed Jul 1 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-37 |
56 |
|
- add smeserver-password-1.0.0-locale-2015-07-01.patch [SME: 8968] |
57 |
|
|
58 |
|
* Tue Feb 10 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-36 |
59 |
|
- Fix the expire field error [SME: 8838] |
60 |
|
- code done by Stefano Zamboni <zamboni@mind-at-work.it> |
61 |
|
|
62 |
|
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-35.sme |
63 |
|
- Fix password aging [SME: 8838] |
64 |
|
|
65 |
|
* Mon Jun 16 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-34.sme |
66 |
|
- patch against unitialized values |
67 |
|
- smeserver-password-1.0.0_uninitialized_value_passwordopt-pm.patch |
68 |
|
|
69 |
|
* Sun Jun 08 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-33.sme |
70 |
|
* added locale smeserver-password-1.0.0-locale-2014-06-08.patch |
71 |
|
|
72 |
|
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.0.0-32.sme |
73 |
|
- apply locale 2013-07-14 patch |
74 |
|
- also fix for some languages [SME: 4920] |
75 |
|
|
76 |
|
* Sat Jun 22 2013 JP Pialasse <tests@pialasse.com> 1.0.0-31.sme |
77 |
|
- workaround for fixing [SME: 5915] |
78 |
|
|
79 |
* Thu Jun 20 2013 JP Pialasse <tests@pialasse.com> 1.0.0-30.sme |
* Thu Jun 20 2013 JP Pialasse <tests@pialasse.com> 1.0.0-30.sme |
80 |
- fix englsih translation of panel [SME: 4920] |
- fix english translation of panel [SME: 4920] |
81 |
- fix Error saving password properties [SME: 7038] |
- fix Error saving password properties [SME: 7038] |
82 |
- fix deselecting a user and saving has not effect [SME: 5915] |
- fix deselecting a user and saving has not effect [SME: 5915] |
83 |
- porting to sme8 |
- porting to sme8 |
199 |
%patch19 -p1 |
%patch19 -p1 |
200 |
%patch20 -p1 |
%patch20 -p1 |
201 |
%patch21 -p1 |
%patch21 -p1 |
202 |
|
%patch22 -p1 |
203 |
|
%patch23 -p1 |
204 |
|
%patch24 -p1 |
205 |
|
%patch25 -p1 |
206 |
|
%patch26 -p1 |
207 |
|
%patch27 -p1 |
208 |
|
%patch28 -p1 |
209 |
|
|
210 |
%build |
%build |
211 |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |