1 |
|
# $Id: e-smith-manager.spec,v 1.25 2014/02/18 17:29:26 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith manager navigation module |
Summary: e-smith manager navigation module |
4 |
%define name e-smith-manager |
%define name e-smith-manager |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.14.0 |
%define version 2.2.0 |
7 |
%define release 12 |
%define release 12 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: e-smith-manager-2.2.0.11.tar.gz |
13 |
Patch0: e-smith-manager-1.14.0.module_list.patch |
Patch0: e-smith-manager-2.2.0-bz9923-badredirection.patch |
|
Patch1: e-smith-manager-1.14.0.tktdomain.patch |
|
|
Patch2: e-smith-manager-1.14.0.tktdomain.patch2 |
|
|
Patch3: e-smith-manager-1.14.0-formrestyling.patch |
|
|
Patch4: e-smith-manager-1.14.0-tktport80.patch |
|
|
Patch5: e-smith-manager-1.14.0-lib64.patch |
|
|
Patch6: e-smith-manager-1.14.0-nowarnings.patch |
|
|
Patch7: e-smith-manager-1.14.0-lexiconSpaces.patch2 |
|
|
Patch8: e-smith-manager-1.14.0-utf8.patch |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
BuildRequires: gettext |
BuildRequires: gettext |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-lib >= 1.14.0 |
Requires: e-smith-lib >= 1.18.0-26 |
19 |
Requires: mod_auth_tkt |
Requires: mod_auth_tkt |
20 |
Provides: server-manager |
Provides: server-manager |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2.0-12.sme |
25 |
|
- fix bad redirection parameter that might reveal session information to remote site [SME: 9923] |
26 |
|
|
27 |
|
* Tue Feb 18 2014 Ian Wells <esmith@wellsi.com> 2.2.0-11.sme |
28 |
|
- Remove old images and roll new tarball [SME: 8213] |
29 |
|
|
30 |
|
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-10.sme |
31 |
|
- Correct distro name from SME to SME Server on login page [SME: 7879] |
32 |
|
|
33 |
|
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme |
34 |
|
- Add donation text to login page, by John Crisp [SME: 7879] |
35 |
|
|
36 |
|
* Sat Jun 8 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-8.sme |
37 |
|
- Do not load mod_ssl [SME: 7663] |
38 |
|
|
39 |
|
* Wed Feb 27 2013 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme |
40 |
|
- Correct processing of server-manager URL [SME: 7037] |
41 |
|
|
42 |
|
* Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme |
43 |
|
- Remove empty <p> tag from /etc/e-smith/web/common/foot.tmpl, by Daniel [SME: 5905] |
44 |
|
|
45 |
|
* Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
46 |
|
- Only display error messages intended for admin in server-manager [SME: 5700] |
47 |
|
|
48 |
|
* Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-4.sme |
49 |
|
- Fix css validation errors. [SME: 5656] |
50 |
|
|
51 |
|
* Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-4.sme |
52 |
|
- display reconfigure warning once if UnsavedChanges=yes [SME: 5475] |
53 |
|
|
54 |
|
* Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-3.sme |
55 |
|
- display reconfigure warning if UnsavedChanges=yes [SME: 5475] |
56 |
|
|
57 |
|
* Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
58 |
|
- Fix misinterpretation of display string [SME: 5022] |
59 |
|
|
60 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
61 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
62 |
|
|
63 |
|
* Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20 |
64 |
|
- Make navigation use new db class for navigation [SME: 4619] |
65 |
|
|
66 |
|
* Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19 |
67 |
|
- Make binmode properties of db class [SME: 4317] |
68 |
|
- Add new navigation db & utf8 classes [SME: 4317] |
69 |
|
|
70 |
|
* Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18 |
71 |
|
- Fix open of database to create if necessary [SME: 4147] |
72 |
|
|
73 |
|
* Tue May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17 |
74 |
|
- No longer remove navigation dbs. [SME: 4147] |
75 |
|
- Deal a little more gracefully with non UTF-8 lexicons [SME: 4229] |
76 |
|
|
77 |
|
* Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16 |
78 |
|
- Remove navigation dbs and create new [SME: 4147] |
79 |
|
|
80 |
|
* Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15 |
81 |
|
- Remove last remnant of pleasewait [SME: 4130] |
82 |
|
|
83 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14 |
84 |
|
- Include general lexicons in nav-config [SME: 4113] |
85 |
|
|
86 |
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13 |
87 |
|
- Fix wide output to print in navigation and allow navigations db to |
88 |
|
be utf8 [SME: 4101] |
89 |
|
|
90 |
* Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12 |
* Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12 |
91 |
- Fix UTF-8 encoding in header and nav-conf [SME: 4072] |
- Fix UTF-8 encoding in header and nav-conf [SME: 4072] |
92 |
|
|
644 |
%prep |
%prep |
645 |
%setup |
%setup |
646 |
%patch0 -p1 |
%patch0 -p1 |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
647 |
|
|
648 |
%build |
%build |
649 |
perl createlinks |
perl createlinks |