1 |
|
# $Id: e-smith-lib.spec,v 1.26 2013/06/29 17:45:52 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - library module |
Summary: e-smith server and gateway - library module |
4 |
%define name e-smith-lib |
%define name e-smith-lib |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.18.0 |
%define version 2.2.0 |
7 |
%define release 25 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch1: e-smith-lib-1.18.0-backtitle.patch |
Patch1: e-smith-lib-2.2.0-sambaRole.patch |
14 |
Patch2: e-smith-lib-1.18.0-infobox.patch |
Patch2: e-smith-lib-2.2.0-UniqueUid.patch |
15 |
Patch3: e-smith-lib-1.18.0-password_page.patch |
Patch3: e-smith-lib-2.2.0-lib64.patch |
16 |
Patch4: e-smith-lib-1.18.0-clear.patch |
Patch4: e-smith-lib-2.2.0-hwaddr.patch |
17 |
Patch5: e-smith-lib-1.18.0-clear.patch2 |
Patch5: e-smith-lib-2.2.0-serialize_peers.patch |
18 |
Patch6: e-smith-lib-1.18.0-infobox.patch2 |
Patch6: e-smith-lib-2.2.0-ipv4check.patch |
19 |
Patch7: e-smith-lib-1.18.0-gauge.patch |
Patch7: e-smith-lib-2.2.0-consoleUTF8.patch |
|
Patch8: e-smith-lib-1.18.0-templates.metadata.patch |
|
|
Patch9: e-smith-lib-1.18.0-templates.metadata.patch2 |
|
|
Patch10: e-smith-lib-1.18.0-logfile_rotation.patch |
|
|
Patch11: e-smith-lib-1.18.0-generic_template_expand.patch |
|
|
Patch12: e-smith-lib-1.18.0-gauge.patch2 |
|
|
Patch13: e-smith-lib-1.18.0-shift64.patch |
|
|
Patch14: e-smith-lib-1.18.0-passlength.patch |
|
|
Patch15: e-smith-lib-1.18.0-generic_template_expand.patch2 |
|
|
Patch16: e-smith-lib-1.18.0-FixFileDescriptorLeak.patch |
|
|
Patch17: e-smith-lib-1.18.0-validatePassword.patch |
|
|
Patch18: e-smith-lib-1.18.0-re_enable_locked_user.patch |
|
|
Patch19: e-smith-lib-1.18.0-UTF8.patch |
|
|
Patch20: e-smith-lib-1.18.0-UTF8.patch2 |
|
|
Patch21: e-smith-lib-1.18.0-pamlocalfix.patch |
|
|
Patch22: e-smith-lib-1.18.0-utf8-encoding.patch |
|
|
Patch23: e-smith-lib-1.18.0-i18n.patch |
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
23 |
Obsoletes: %{name}-Tai64n |
Obsoletes: %{name}-Tai64n |
24 |
|
Obsoletes: whiptail |
25 |
Requires: dialog |
Requires: dialog |
|
Requires: whiptail |
|
26 |
Requires: perl, perl(Text::Template) |
Requires: perl, perl(Text::Template) |
27 |
Requires: perl(Time::HiRes), perl(MIME::Base64) |
Requires: perl(Time::HiRes), perl(MIME::Base64) |
28 |
Requires: perl(Authen::PAM), perl(I18N::AcceptLanguage) |
Requires: perl(Authen::PAM), perl(I18N::AcceptLanguage) |
33 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme |
37 |
|
- Correctly display accented letters in the console [SME: 7699] |
38 |
|
by Filippo Carletti |
39 |
|
|
40 |
|
* Fri Feb 22 2013 Ian Wells <esmith@wellsi.com> 2.2.0-8.sme |
41 |
|
- Improve error checking in isValidIP [SME: 7364] |
42 |
|
|
43 |
|
* Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 2.2.0-7.sme |
44 |
|
- Serialize configure_peers to prevent errors [SME: 5831] |
45 |
|
|
46 |
|
* Fri Feb 5 2010 Stephen Noble <support@dungog.net> 2.2.0-6.sme |
47 |
|
- adds the hwaddr parameter to probeAdapters() [SME: 4528] |
48 |
|
|
49 |
|
* Thu Feb 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme |
50 |
|
- Update path for 64-bit compatibility [SME: 5756] |
51 |
|
|
52 |
|
* Tue Dec 22 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme |
53 |
|
- Really apply previous patch in the spec file. [SME: 5659] |
54 |
|
|
55 |
|
* Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-3.sme |
56 |
|
- Add patch (Federico Simoncelli) to prevent re-use of uids. [SME: 5659] |
57 |
|
|
58 |
|
* Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
59 |
|
- Add patch to support multiple samba roles [SME: 4172] |
60 |
|
|
61 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
62 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
63 |
|
|
64 |
|
* Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 1.19.0-1 |
65 |
|
- Roll new dev stream. |
66 |
|
|
67 |
|
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 1.18.0-28 |
68 |
|
- Read /dev/urandmon instead of /dev/random [SME: 4492] |
69 |
|
|
70 |
|
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 1.18.0-27 |
71 |
|
- Make dialog not use STDERR for return values [SME: 3663] |
72 |
|
- Remove requires for whiptail. No longer needed [SME: 4491] |
73 |
|
|
74 |
|
* Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.18.0-26 |
75 |
|
- Make binmode properties of db class [SME: 4317] |
76 |
|
- Add new navigation db & utf8 classes [SME: 4317] |
77 |
|
|
78 |
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 1.18.0-25 |
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 1.18.0-25 |
79 |
- Add .utf8 to locale unless server-console [SME: 4162] |
- Add .utf8 to locale unless server-console [SME: 4162] |
80 |
- Add new languages to langtag2locale [SME: 4163] |
- Add new languages to langtag2locale [SME: 4163] |
760 |
%patch5 -p1 |
%patch5 -p1 |
761 |
%patch6 -p1 |
%patch6 -p1 |
762 |
%patch7 -p1 |
%patch7 -p1 |
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
#%patch11 -p1 |
|
|
%patch12 -p1 |
|
|
%patch13 -p1 |
|
|
%patch14 -p1 |
|
|
%patch15 -p1 |
|
|
%patch16 -p1 |
|
|
%patch17 -p1 |
|
|
%patch18 -p1 |
|
|
%patch19 -p1 |
|
|
%patch20 -p1 |
|
|
%patch21 -p1 |
|
|
%patch22 -p1 |
|
|
%patch23 -p1 |
|
763 |
|
|
764 |
%pre |
%pre |
765 |
# Remove legacy symlink if one exists |
# Remove legacy symlink if one exists |