/[smeserver]/rpms/e-smith-manager/sme8/e-smith-manager.spec
ViewVC logotype

Diff of /rpms/e-smith-manager/sme8/e-smith-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Tue Jun 12 19:07:38 2007 UTC Revision 1.28 by unnilennium, Sun Mar 26 00:01:26 2017 UTC
# Line 1  Line 1 
1    # $Id: e-smith-manager.spec,v 1.27 2017/01/19 23:40:56 unnilennium 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 7  %define release 14
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
14  Patch1: e-smith-manager-1.14.0.tktdomain.patch  Patch1: e-smith-manager-2.2.0-bz10172-SME8eol.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  
15  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
16  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
17  BuildRequires: gettext  BuildRequires: gettext
18  BuildArchitectures: noarch  BuildArchitectures: noarch
19  Requires: e-smith-lib >= 1.14.0  Requires: e-smith-lib >= 1.18.0-26
20  Requires: mod_auth_tkt  Requires: mod_auth_tkt
21  Provides: server-manager  Provides: server-manager
22  AutoReqProv: no  AutoReqProv: no
23    
24  %changelog  %changelog
25    * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2.0-14.sme
26    - warn administrator that SME8 is EOL and they should migrate to SME9 [SME: 10172]
27    - a message has been added in server-manager in order to alert administrator to migrate to SME9
28    
29    * Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2.0-13.sme
30    - fix bad redirection parameter that might reveal session information to remote site [SME: 9923]
31    
32    * Tue Feb 18 2014 Ian Wells <esmith@wellsi.com> 2.2.0-11.sme
33    - Remove old images and roll new tarball [SME: 8213]
34    
35    * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-10.sme
36    - Correct distro name from SME to SME Server on login page [SME: 7879]
37    
38    * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme
39    - Add donation text to login page, by John Crisp [SME: 7879]
40    
41    * Sat Jun 8 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-8.sme
42    - Do not load mod_ssl [SME: 7663]
43    
44    * Wed Feb 27 2013 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme
45    - Correct processing of server-manager URL [SME: 7037]
46    
47    * Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
48    - Remove empty <p> tag from /etc/e-smith/web/common/foot.tmpl, by Daniel [SME: 5905]
49    
50    * Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
51    - Only display error messages intended for admin in server-manager [SME: 5700]
52    
53    * Wed Dec  9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-4.sme
54    - Fix css validation errors. [SME: 5656]
55    
56    * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-4.sme
57    - display reconfigure warning once if UnsavedChanges=yes [SME: 5475]
58    
59    * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-3.sme
60    - display reconfigure warning if UnsavedChanges=yes [SME: 5475]
61    
62    * Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
63    - Fix misinterpretation of display string [SME: 5022]
64    
65    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
66    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
67    
68    * Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20
69    - Make navigation use new db class for navigation [SME: 4619]
70    
71    * Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19
72    - Make binmode properties of db class [SME: 4317]
73    - Add new navigation db & utf8 classes [SME: 4317]
74    
75    * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18
76    - Fix open of database to create if necessary [SME: 4147]
77    
78    * Tue May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17
79    - No longer remove navigation dbs. [SME: 4147]
80    - Deal a little more gracefully with non UTF-8 lexicons [SME: 4229]
81    
82    * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16
83    - Remove navigation dbs and create new [SME: 4147]
84    
85    * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15
86    - Remove last remnant of pleasewait [SME: 4130]
87    
88    * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14
89    - Include general lexicons in nav-config [SME: 4113]
90    
91    * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13
92    - Fix wide output to print in navigation and allow navigations db to
93      be utf8 [SME: 4101]
94    
95    * Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12
96    - Fix UTF-8 encoding in header and nav-conf [SME: 4072]
97    
98    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11
99    - Fix to remove spaces and newlines in panel headers [SME: 3346]
100    
101    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10
102    - remove the FormMagick session files [SME: 3723]
103    
104    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9
105    - Remove spaces and newlines in panel headers [SME: 3346]
106    
107    * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
108    - Make login/logout no quite so verbose. [SME: 2660]
109    
110  * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7  * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7
111  - Use correct lib for modules  - Use correct lib for modules
112    
# Line 567  This RPM contributes the navigation bars Line 650  This RPM contributes the navigation bars
650  %setup  %setup
651  %patch0 -p1  %patch0 -p1
652  %patch1 -p1  %patch1 -p1
 %patch2 -p1  
 %patch3 -p1  
 %patch4 -p1  
 %patch5 -p1  
653    
654  %build  %build
655  perl createlinks  perl createlinks
# Line 635  rm -rf $RPM_BUILD_ROOT Line 714  rm -rf $RPM_BUILD_ROOT
714  %pre  %pre
715  %preun  %preun
716  %post  %post
717    find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \
718        sed -n '/\/[0-9a-z]\{32\}$/p' | \
719        xargs grep -l Persisten | \
720        xargs rm -f
721    
722  %postun  %postun
723    
724  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed