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 18 |
%define release 27 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: Artistic |
License: Artistic |
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 |
Patch15: e-smith-lib-1.18.0-generic_template_expand.patch2 |
26 |
Patch16: e-smith-lib-1.18.0-FixFileDescriptorLeak.patch |
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 |
|
Patch21: e-smith-lib-1.18.0-pamlocalfix.patch |
32 |
|
Patch22: e-smith-lib-1.18.0-utf8-encoding.patch |
33 |
|
Patch23: e-smith-lib-1.18.0-i18n.patch |
34 |
|
Patch24: e-smith-lib-1.18.0-binmode.patch |
35 |
|
Patch25: e-smith-lib-1.18.0-navigationdb.patch |
36 |
|
Patch26: e-smith-lib-1.18.0-dialogstderr.patch |
37 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
38 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
39 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
40 |
Obsoletes: %{name}-Tai64n |
Obsoletes: %{name}-Tai64n |
41 |
|
Obsoletes: whiptail |
42 |
Requires: dialog |
Requires: dialog |
|
Requires: whiptail |
|
43 |
Requires: perl, perl(Text::Template) |
Requires: perl, perl(Text::Template) |
44 |
Requires: perl(Time::HiRes), perl(MIME::Base64) |
Requires: perl(Time::HiRes), perl(MIME::Base64) |
45 |
Requires: perl(Authen::PAM), perl(I18N::AcceptLanguage) |
Requires: perl(Authen::PAM), perl(I18N::AcceptLanguage) |
50 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
51 |
|
|
52 |
%changelog |
%changelog |
53 |
|
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 1.18.0-27 |
54 |
|
- Make dialog not use STDERR for return values [SME: 3663] |
55 |
|
- Remove requires for whiptail. No longer needed [SME: 4491] |
56 |
|
|
57 |
|
* Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.18.0-26 |
58 |
|
- Make binmode properties of db class [SME: 4317] |
59 |
|
- Add new navigation db & utf8 classes [SME: 4317] |
60 |
|
|
61 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 1.18.0-25 |
62 |
|
- Add .utf8 to locale unless server-console [SME: 4162] |
63 |
|
- Add new languages to langtag2locale [SME: 4163] |
64 |
|
|
65 |
|
* Sun Mar 30 2008 Shad L. Lords <slords@mail.com> 1.18.0-24 |
66 |
|
- Gracefully handle encoding errors in navigation dbs [SME: 4147] |
67 |
|
|
68 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.18.0-23 |
69 |
|
- Make PAM conv routine not look for english strings [SME: 4117] |
70 |
|
|
71 |
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.18.0-22 |
72 |
|
- Fix wide output to syslog and allow navigations db to be utf8 [SME: 4101] |
73 |
|
|
74 |
|
* Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.18.0-21 |
75 |
|
- Output navigation in UTF-8 [SME: 3858] |
76 |
|
|
77 |
|
* Sun Jan 20 2008 Gavin Weight <gweight@gmail.com> 1.18.0-20 |
78 |
|
- Call smbpasswd -e - to reset user correctly. [SME: 3755] |
79 |
|
|
80 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.18.0-19 |
81 |
|
- modify validate password strong match for console [SME: 2173] |
82 |
|
|
83 |
* Thu Nov 01 2007 Gavin Weight <gweight@gmail.com> 1.18.0-18 |
* Thu Nov 01 2007 Gavin Weight <gweight@gmail.com> 1.18.0-18 |
84 |
- Fix I18N.pm file descriptor leak. [SME: 3509] |
- Fix I18N.pm file descriptor leak. [SME: 3509] |
85 |
|
|
752 |
%patch14 -p1 |
%patch14 -p1 |
753 |
%patch15 -p1 |
%patch15 -p1 |
754 |
%patch16 -p1 |
%patch16 -p1 |
755 |
|
%patch17 -p1 |
756 |
|
%patch18 -p1 |
757 |
|
%patch19 -p1 |
758 |
|
%patch20 -p1 |
759 |
|
%patch21 -p1 |
760 |
|
%patch22 -p1 |
761 |
|
%patch23 -p1 |
762 |
|
%patch24 -p1 |
763 |
|
%patch25 -p1 |
764 |
|
%patch26 -p1 |
765 |
|
|
766 |
%pre |
%pre |
767 |
# Remove legacy symlink if one exists |
# Remove legacy symlink if one exists |