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

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

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

Revision 1.41 by slords, Wed Mar 26 21:01:12 2008 UTC Revision 1.55 by snetram, Mon Aug 4 20:04:32 2008 UTC
# Line 2  Summary: e-smith server and gateway - ba Line 2  Summary: e-smith server and gateway - ba
2  %define name e-smith-base  %define name e-smith-base
3  Name: %{name}  Name: %{name}
4  %define version 4.18.1  %define version 4.18.1
5  %define release 3  %define release 16
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 10  Group: Networking/Daemons Line 10  Group: Networking/Daemons
10  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
11  Patch1: e-smith-base-4.18.1-fixgettext.patch  Patch1: e-smith-base-4.18.1-fixgettext.patch
12  Patch2: e-smith-base-4.18.1-deleteorder.patch  Patch2: e-smith-base-4.18.1-deleteorder.patch
13    Patch3: e-smith-base-4.18.1-insertmode.patch
14    Patch4: e-smith-base-4.18.1-freebusy.patch
15    Patch5: e-smith-base-4.18.1-frames.patch
16    Patch6: e-smith-base-4.18.1-quitconsole.patch
17    Patch7: e-smith-base-4.18.1-freebusy.patch2
18    Patch8: e-smith-base-4.18.1-dateManip.patch
19    Patch9: e-smith-base-4.18.1-ethernetlist.patch
20    Patch10: e-smith-base-4.18.1-add2general.patch
21    Patch11: e-smith-base-4.18.1-get_raid_details_cciss.patch
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  Requires: mod_auth_external  Requires: mod_auth_external
24  Requires: e-smith-lib >= 1.18.0-19  Requires: e-smith-lib >= 1.18.0-19
25  Requires: server-manager-images, server-manager  Requires: server-manager-images, server-manager
26  Requires: e-smith-formmagick >= 1.4.0-9  Requires: e-smith-formmagick >= 1.4.0-12
27  Requires: initscripts >= 6.67-1es17  Requires: initscripts >= 6.67-1es17
28  Requires: e-smith-daemontools >= 1.7.1-04  Requires: e-smith-daemontools >= 1.7.1-04
29  Requires: perl(Locale::gettext)  Requires: perl(Locale::gettext)
# Line 57  AutoReqProv: no Line 66  AutoReqProv: no
66  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
67    
68  %changelog  %changelog
69    * Mon Aug  4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16
70    - Revert some locale changes
71    
72    * Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15
73    - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
74    
75    * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14
76    - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
77    
78    * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13
79    - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
80    
81    * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12
82    - Fix for > 5 nics detected [SME: 4232]
83    
84    * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11
85    - Remove use of Date::Manip from ssl.crt [SME: 3155]
86    
87    * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10
88    - Fix FreeBusy param when disabled [SME: 1806]
89    - Remove .orig file [SME: 4228]
90    
91    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9
92    - Remove quitConsole from menu [SME: 4154]
93    
94    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8
95    - Really fix free/busy in usermanager [SME: 4157]
96    
97    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7
98    - Use frames in elinks [SME: 4156]
99    - Set homepage for elinks [SME: 4160]
100    
101    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6
102    - Fix free/busy field in useraccounts [SME: 4157]
103    
104    * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5
105    - Add free/busy URL entry to help kronolith contribs [SME: 1806]
106    
107    * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4
108    - Fix insert_mode for elinks on el5 platform [SME: 4127]
109    
110  * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3  * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3
111  - Set accounts to deleted before template expansion [SME: 4122]  - Set accounts to deleted before template expansion [SME: 4122]
112    
# Line 1196  e-smith server and gateway software - ba Line 1246  e-smith server and gateway software - ba
1246  %setup  %setup
1247  %patch1 -p1  %patch1 -p1
1248  %patch2 -p1  %patch2 -p1
1249    %if "%{?rhel}" == "5"
1250    %patch3 -p1
1251    %endif
1252    %patch4 -p1
1253    %patch5 -p1
1254    %patch6 -p1
1255    %patch7 -p1
1256    %patch8 -p1
1257    %patch9 -p1
1258    %patch10 -p1
1259    %patch11 -p1
1260    
1261  %pre  %pre
1262  if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]  if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]


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