2 |
%define name e-smith-lib |
%define name e-smith-lib |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.18.0 |
%define version 1.18.0 |
5 |
%define release 16 |
%define release 22 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: Artistic |
License: Artistic |
22 |
Patch12: e-smith-lib-1.18.0-gauge.patch2 |
Patch12: e-smith-lib-1.18.0-gauge.patch2 |
23 |
Patch13: e-smith-lib-1.18.0-shift64.patch |
Patch13: e-smith-lib-1.18.0-shift64.patch |
24 |
Patch14: e-smith-lib-1.18.0-passlength.patch |
Patch14: e-smith-lib-1.18.0-passlength.patch |
25 |
|
Patch15: e-smith-lib-1.18.0-generic_template_expand.patch2 |
26 |
|
Patch16: e-smith-lib-1.18.0-FixFileDescriptorLeak.patch |
27 |
|
Patch17: e-smith-lib-1.18.0-validatePassword.patch |
28 |
|
Patch18: e-smith-lib-1.18.0-re_enable_locked_user.patch |
29 |
|
Patch19: e-smith-lib-1.18.0-UTF8.patch |
30 |
|
Patch20: e-smith-lib-1.18.0-UTF8.patch2 |
31 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
33 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
44 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
45 |
|
|
46 |
%changelog |
%changelog |
47 |
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.18.0-22 |
48 |
|
- Fix wide output to syslog and allow navigations db to be utf8 [SME: 4101] |
49 |
|
|
50 |
|
* Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.18.0-21 |
51 |
|
- Output navigation in UTF-8 [SME: 3858] |
52 |
|
|
53 |
|
* Sun Jan 20 2008 Gavin Weight <gweight@gmail.com> 1.18.0-20 |
54 |
|
- Call smbpasswd -e - to reset user correctly. [SME: 3755] |
55 |
|
|
56 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.18.0-19 |
57 |
|
- modify validate password strong match for console [SME: 2173] |
58 |
|
|
59 |
|
* Thu Nov 01 2007 Gavin Weight <gweight@gmail.com> 1.18.0-18 |
60 |
|
- Fix I18N.pm file descriptor leak. [SME: 3509] |
61 |
|
|
62 |
|
* Wed Oct 31 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-17 |
63 |
|
- Remove undocumented and unused template metadata handling from |
64 |
|
generic_template_expand action (Take II). [SME: 2798] |
65 |
|
|
66 |
* Fri Jun 1 2007 Shad L. Lords <slords@mail.com> 1.18.0-16 |
* Fri Jun 1 2007 Shad L. Lords <slords@mail.com> 1.18.0-16 |
67 |
- pam_unix requires passwords >= 6 [SME: 3039] |
- pam_unix requires passwords >= 6 [SME: 3039] |
68 |
|
|
726 |
%patch12 -p1 |
%patch12 -p1 |
727 |
%patch13 -p1 |
%patch13 -p1 |
728 |
%patch14 -p1 |
%patch14 -p1 |
729 |
|
%patch15 -p1 |
730 |
|
%patch16 -p1 |
731 |
|
%patch17 -p1 |
732 |
|
%patch18 -p1 |
733 |
|
%patch19 -p1 |
734 |
|
%patch20 -p1 |
735 |
|
|
736 |
%pre |
%pre |
737 |
# Remove legacy symlink if one exists |
# Remove legacy symlink if one exists |