/[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.46 by slords, Thu Apr 3 02:22:30 2008 UTC Revision 1.61.2.1 by snetram, Thu Aug 28 21:11:40 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 9  %define release 23
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 14  Patch3: e-smith-base-4.18.1-insertmode.p Line 14  Patch3: e-smith-base-4.18.1-insertmode.p
14  Patch4: e-smith-base-4.18.1-freebusy.patch  Patch4: e-smith-base-4.18.1-freebusy.patch
15  Patch5: e-smith-base-4.18.1-frames.patch  Patch5: e-smith-base-4.18.1-frames.patch
16  Patch6: e-smith-base-4.18.1-quitconsole.patch  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    Patch12: e-smith-base-4.18.1-RevertInvalidLocaleReversion.patch
23    Patch13: e-smith-base-4.18.1-FixAndMoveRESET_PASSWORD_TITLE.patch
24    Patch14: e-smith-base-4.18.1-removeInvalidEntryTag.patch
25    Patch15: e-smith-base-4.18.1-fixPASSWORD_VERIFY_ERROR.patch
26    Patch16: e-smith-base-4.18.1-fixPASSWORD_VERIFY_NEW.patch
27    Patch17: e-smith-base-4.18.1-ip-down.race.patch
28    Patch18: e-smith-base-4.18.1-FixLocalizedTitle.patch
29  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30  Requires: mod_auth_external  Requires: mod_auth_external
31  Requires: e-smith-lib >= 1.18.0-19  Requires: e-smith-lib >= 1.18.0-19
32  Requires: server-manager-images, server-manager  Requires: server-manager-images, server-manager
33  Requires: e-smith-formmagick >= 1.4.0-9  Requires: e-smith-formmagick >= 1.4.0-12
34  Requires: initscripts >= 6.67-1es17  Requires: initscripts >= 6.67-1es17
35  Requires: e-smith-daemontools >= 1.7.1-04  Requires: e-smith-daemontools >= 1.7.1-04
36  Requires: perl(Locale::gettext)  Requires: perl(Locale::gettext)
# Line 32  Requires: /sbin/microcode_ctl Line 44  Requires: /sbin/microcode_ctl
44  Requires: dbus  Requires: dbus
45  Requires: hal  Requires: hal
46  Requires: acpid  Requires: acpid
 Requires: whiptail  
47  Requires: rssh  Requires: rssh
48  Requires: bridge-utils  Requires: bridge-utils
49  Requires: vconfig  Requires: vconfig
# Line 61  AutoReqProv: no Line 72  AutoReqProv: no
72  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
73    
74  %changelog  %changelog
75    * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-23
76    - Fixed warnings generated during build process [SME: 570]
77    
78    * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.18.1-22
79    - Add gettext to creating backup file title for localization. [SME: 4467]
80    
81    * Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21
82    - Fix race condition in VPN ip-down handling which could cause loss of
83      LAN connectivity. [SME: 4405]
84    
85    * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20
86    - Remove requires for whiptail.  No longer needed [SME: 4491]
87    
88    * Fri Aug  8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19
89    - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
90    
91    * Thu Aug  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18
92    - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
93      to e-smith-formmagick's general [SME: 4475]
94    - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
95    - Remove invalid entry tag from userpassword's locale file preventing the
96      form from displaying properly [SME: 4479]
97    
98    * Tue Aug  5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-17
99    - Revert previous invalid locale changes (reverting to 4.18.1-15) [SME: 4472]
100    
101    * Mon Aug  4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16
102    - Revert some locale changes
103    
104    * Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15
105    - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
106    
107    * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14
108    - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
109    
110    * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13
111    - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
112    
113    * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12
114    - Fix for > 5 nics detected [SME: 4232]
115    
116    * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11
117    - Remove use of Date::Manip from ssl.crt [SME: 3155]
118    
119    * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10
120    - Fix FreeBusy param when disabled [SME: 1806]
121    - Remove .orig file [SME: 4228]
122    
123  * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9  * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9
124  - Remove quitConsole from menu [SME: 4154]  - Remove quitConsole from menu [SME: 4154]
125    
# Line 1225  e-smith server and gateway software - ba Line 1284  e-smith server and gateway software - ba
1284  %patch4 -p1  %patch4 -p1
1285  %patch5 -p1  %patch5 -p1
1286  %patch6 -p1  %patch6 -p1
1287    %patch7 -p1
1288    %patch8 -p1
1289    %patch9 -p1
1290    %patch10 -p1
1291    %patch11 -p1
1292    %patch12 -p1
1293    %patch13 -p1
1294    %patch14 -p1
1295    %patch15 -p1
1296    %patch16 -p1
1297    %patch17 -p1
1298    %patch18 -p1
1299    
1300  %pre  %pre
1301  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 ]
# Line 1289  ln -s /etc/rc.d/rc7.d root/etc/rc7.d Line 1360  ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1360  mkdir -p root/etc/rc.d/rc1.d  mkdir -p root/etc/rc.d/rc1.d
1361    
1362  mkdir -p root/usr/share/locale/en_US/LC_MESSAGES  mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1363  xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console  xgettext -L shell -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1364    
1365  mkdir -p root/etc/e-smith/locale  mkdir -p root/etc/e-smith/locale
1366  # Make the fr-ca link in %pre to ease upgrades  # Make the fr-ca link in %pre to ease upgrades
# Line 1334  rm root/service/{syslog,klogd} Line 1405  rm root/service/{syslog,klogd}
1405  mkdir -p root/etc/e-smith/events/local  mkdir -p root/etc/e-smith/events/local
1406  mkdir -p root/etc/e-smith/events/user-modify-admin  mkdir -p root/etc/e-smith/events/user-modify-admin
1407  mkdir -p root/home/e-smith/db  mkdir -p root/home/e-smith/db
 touch root/home/e-smith/db/configuration  
1408    
1409  mkdir -p root/etc/e-smith/pam  mkdir -p root/etc/e-smith/pam
1410  mkdir -p root/home/e-smith/ssl.key  mkdir -p root/home/e-smith/ssl.key
# Line 1346  mkdir -p root/var/state/e-smith Line 1416  mkdir -p root/var/state/e-smith
1416  for file in %{dbfiles}  for file in %{dbfiles}
1417  do  do
1418      mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}      mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}
     # Create ghost file for rpm  
     touch root/home/e-smith/db/$file  
1419  done  done
1420    
1421  mkdir -p root/etc/tcprules  mkdir -p root/etc/tcprules


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