/[smeserver]/rpms/e-smith-base+ldap/sme7/e-smith-base+ldap.spec
ViewVC logotype

Diff of /rpms/e-smith-base+ldap/sme7/e-smith-base+ldap.spec

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

Revision 1.20 by snetram, Fri Aug 8 11:07:56 2008 UTC Revision 1.25 by slords, Mon Sep 15 15:16:57 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+ldap  %define name e-smith-base+ldap
3  Name: %{name}  Name: %{name}
4  %define version 4.19.1  %define version 4.19.1
5  %define release 22  %define release 28
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 29  Patch18: e-smith-base+ldap-4.19.1-merge_ Line 29  Patch18: e-smith-base+ldap-4.19.1-merge_
29  Patch19: e-smith-base+ldap-4.19.1-2739schema.patch  Patch19: e-smith-base+ldap-4.19.1-2739schema.patch
30  Patch20: e-smith-base-4.18.1-PortFixesFromBase.patch  Patch20: e-smith-base-4.18.1-PortFixesFromBase.patch
31  Patch21: e-smith-base-4.18.1-fixPASSWORD_VERIFY_NEW.patch  Patch21: e-smith-base-4.18.1-fixPASSWORD_VERIFY_NEW.patch
32    Patch22: e-smith-base-4.18.1-ip-down.race.patch
33    Patch23: e-smith-base-4.18.1-FixLocalizedTitle.patch
34    Patch24: e-smith-base-4.18.1-xenfix.patch
35    Patch25: e-smith-base-4.18.1-profile.patch
36  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
37  Requires: mod_auth_external  Requires: mod_auth_external
38  Requires: e-smith-lib >= 1.18.0-19  Requires: e-smith-lib >= 1.18.0-19
# Line 47  Requires: /sbin/microcode_ctl Line 51  Requires: /sbin/microcode_ctl
51  Requires: dbus  Requires: dbus
52  Requires: hal  Requires: hal
53  Requires: acpid  Requires: acpid
 Requires: whiptail  
54  Requires: rssh  Requires: rssh
55  Requires: bridge-utils  Requires: bridge-utils
56  Requires: vconfig  Requires: vconfig
# Line 85  AutoReqProv: no Line 88  AutoReqProv: no
88  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
89    
90  %changelog  %changelog
91    * Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.1-28
92    - Fix screen corruption in console [SME: 4155]
93    
94    * Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.1-27
95    - Fix detection of xen instance against newer kernels [SME: 4555]
96    
97    * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-26
98    - Fixed warnings generated during build process [SME: 570]
99    
100    * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.19.1-25
101    - Add gettext to creating backup file title for localization. [SME: 4467]
102    
103    * Tue Aug 12 2008 Gavin Weight <gweight@gmail.com> 4.19.1-24
104    - Fix race condition in VPN ip-down handling which could cause loss of
105      LAN connectivity. [SME: 4405]
106    
107    * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.19.1-23
108    - Remove requires for whiptail.  No longer needed [SME: 4491]
109    
110  * Fri Aug  8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-22  * Fri Aug  8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-22
111  - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]  - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
112    
# Line 1199  e-smith server and gateway software - ba Line 1221  e-smith server and gateway software - ba
1221  %patch19 -p1  %patch19 -p1
1222  %patch20 -p1  %patch20 -p1
1223  %patch21 -p1  %patch21 -p1
1224    %patch22 -p1
1225    %patch23 -p1
1226    %patch24 -p1
1227    %patch25 -p1
1228    
1229  %pre  %pre
1230  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 1263  ln -s /etc/rc.d/rc7.d root/etc/rc7.d Line 1289  ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1289  mkdir -p root/etc/rc.d/rc1.d  mkdir -p root/etc/rc.d/rc1.d
1290    
1291  mkdir -p root/usr/share/locale/en_US/LC_MESSAGES  mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1292  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
1293    
1294  mkdir -p root/etc/e-smith/locale  mkdir -p root/etc/e-smith/locale
1295  # Make the fr-ca link in %pre to ease upgrades  # Make the fr-ca link in %pre to ease upgrades
# Line 1308  rm root/service/{syslog,klogd} Line 1334  rm root/service/{syslog,klogd}
1334  mkdir -p root/etc/e-smith/events/local  mkdir -p root/etc/e-smith/events/local
1335  mkdir -p root/etc/e-smith/events/user-modify-admin  mkdir -p root/etc/e-smith/events/user-modify-admin
1336  mkdir -p root/home/e-smith/db  mkdir -p root/home/e-smith/db
 touch root/home/e-smith/db/configuration  
1337    
1338  mkdir -p root/etc/e-smith/pam  mkdir -p root/etc/e-smith/pam
1339  mkdir -p root/home/e-smith/ssl.key  mkdir -p root/home/e-smith/ssl.key
# Line 1320  mkdir -p root/var/state/e-smith Line 1345  mkdir -p root/var/state/e-smith
1345  for file in %{dbfiles}  for file in %{dbfiles}
1346  do  do
1347      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  
1348  done  done
1349    
1350  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