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 6 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
24 |
Smeserver addon panel to change password strength and password ageing |
Smeserver addon panel to change password strength and password ageing |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2.0-6 |
28 |
|
- fix password aging [SME: 8823] |
29 |
|
|
30 |
* 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 |
31 |
- Initial release to contribs9 |
- Initial release to contribs9 |
32 |
- Added locale smeserver-password-1.0.0-locale-2014-06-08.patch |
- Added locale smeserver-password-1.0.0-locale-2014-06-08.patch |
143 |
%prep |
%prep |
144 |
%setup |
%setup |
145 |
%patch0 -p1 |
%patch0 -p1 |
146 |
|
%patch1 -p1 |
147 |
%build |
%build |
148 |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
149 |
|
|