--- rpms/smeserver-password/contribs7/smeserver-password.spec 2008/04/21 17:25:59 1.1 +++ rpms/smeserver-password/contribs7/smeserver-password.spec 2008/04/22 15:48:14 1.2 @@ -1,10 +1,10 @@ -# $Id: smeserver-password-1.0.0.spec,v 1.6 2008/04/02 15:03:58 slords Exp $ +# $Id: smeserver-password.spec,v 1.1 2008/04/21 17:25:59 slords Exp $ # Authority: dungog # Name: Stephen Noble %define name smeserver-password %define version 1.0.0 -%define release 8 +%define release 9 Summary: SME Server password panel Name: %{name} @@ -15,6 +15,8 @@ Group: Networking/Daemons Source: %{name}-%{version}.tar.gz Patch0: smeserver-password-1.0.0-locale-2008-03-11.patch Patch1: smeserver-password-1.0.0-locale-2008-04-01.patch +Patch2: smeserver-password-1.0.0-initdb.patch +Patch3: smeserver-password-1.0.0-locale-2008-04-22.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch BuildRequires: e-smith-devtools @@ -24,6 +26,10 @@ Requires: e-smith-formmagick >= 1.4.0-10 Smeserver addon panel to change password strength and password ageing %changelog +* Tue Apr 22 2008 Jonathan Martens 1.0.0-9 +- Added 22 April 2008 locale patch +- Moved db defaults out of spec file + * Tue Apr 1 2008 Shad L. Lords 1.0.0-8 - Update to UTF-8 translations @@ -60,6 +66,8 @@ Smeserver addon panel to change password %setup %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build LEXICONS=$(find root/etc/e-smith/locale/ -type f ) @@ -70,12 +78,7 @@ do done perl createlinks -DEFAULTS=root/etc/e-smith/db/configuration/defaults/passwordaging -mkdir -p $DEFAULTS -echo "configuration" > $DEFAULTS/type -echo "no" > $DEFAULTS/Active -echo "180" > $DEFAULTS/PwdAge -echo "7" > $DEFAULTS/PwdWarn + %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)