4 |
|
|
5 |
%define name smeserver-password |
%define name smeserver-password |
6 |
%define version 1.2.0 |
%define version 1.2.0 |
7 |
%define release 2 |
%define release 10 |
8 |
|
|
9 |
Summary: SME Server password panel |
Summary: SME Server password panel |
10 |
Name: %{name} |
Name: %{name} |
14 |
Group: Networking/Daemons |
Group: Networking/Daemons |
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 |
18 |
|
Patch2: smeserver-password-1.2.0-fix_expire_field.patch |
19 |
|
Patch3: smeserver-password-1.2.0-locale-2015-07-01.patch |
20 |
|
Patch4: smeserver-password-1.2.0-locale-2016-03-09.patch |
21 |
|
|
22 |
|
|
23 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
29 |
Smeserver addon panel to change password strength and password ageing |
Smeserver addon panel to change password strength and password ageing |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.2.0-10.sme |
33 |
|
- apply locale 2016-03-09 patch |
34 |
|
|
35 |
|
* Wed Jul 1 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2.0-9 |
36 |
|
- add smeserver-password-1.2.0-locale-2015-07-01.patch [SME: 8968] |
37 |
|
|
38 |
|
* Tue Feb 10 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2.0-7 |
39 |
|
- Fix the expire field error [SME: 8823] |
40 |
|
- code done by Stefano Zamboni <zamboni@mind-at-work.it> |
41 |
|
|
42 |
|
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2.0-6 |
43 |
|
- fix password aging [SME: 8823] |
44 |
|
|
45 |
* Sun Jun 08 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2.0-2 |
* Sun Jun 08 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2.0-2 |
46 |
- Initial release to contribs9 |
- Initial release to contribs9 |
47 |
- Added locale smeserver-password-1.0.0-locale-2014-06-08.patch |
- Added locale smeserver-password-1.0.0-locale-2014-06-08.patch |
158 |
%prep |
%prep |
159 |
%setup |
%setup |
160 |
%patch0 -p1 |
%patch0 -p1 |
161 |
|
%patch1 -p1 |
162 |
|
%patch2 -p1 |
163 |
|
%patch3 -p1 |
164 |
|
%patch4 -p1 |
165 |
|
|
166 |
|
|
167 |
%build |
%build |
168 |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |