/[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.19 by snetram, Thu Aug 7 20:30:05 2008 UTC Revision 1.24 by snetram, Thu Aug 28 21:41:27 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 21  %define release 26
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 28  Patch17: e-smith-base+ldap-4.19.1-get_ra Line 28  Patch17: e-smith-base+ldap-4.19.1-get_ra
28  Patch18: e-smith-base+ldap-4.19.1-merge_users_and_people.patch  Patch18: e-smith-base+ldap-4.19.1-merge_users_and_people.patch
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
32    Patch22: e-smith-base-4.18.1-ip-down.race.patch
33    Patch23: e-smith-base-4.18.1-FixLocalizedTitle.patch
34  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
35  Requires: mod_auth_external  Requires: mod_auth_external
36  Requires: e-smith-lib >= 1.18.0-19  Requires: e-smith-lib >= 1.18.0-19
# Line 46  Requires: /sbin/microcode_ctl Line 49  Requires: /sbin/microcode_ctl
49  Requires: dbus  Requires: dbus
50  Requires: hal  Requires: hal
51  Requires: acpid  Requires: acpid
 Requires: whiptail  
52  Requires: rssh  Requires: rssh
53  Requires: bridge-utils  Requires: bridge-utils
54  Requires: vconfig  Requires: vconfig
# Line 84  AutoReqProv: no Line 86  AutoReqProv: no
86  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
87    
88  %changelog  %changelog
89    * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-26
90    - Fixed warnings generated during build process [SME: 570]
91    
92    * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.19.1-25
93    - Add gettext to creating backup file title for localization. [SME: 4467]
94    
95    * Tue Aug 12 2008 Gavin Weight <gweight@gmail.com> 4.19.1-24
96    - Fix race condition in VPN ip-down handling which could cause loss of
97      LAN connectivity. [SME: 4405]
98    
99    * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.19.1-23
100    - Remove requires for whiptail.  No longer needed [SME: 4491]
101    
102    * Fri Aug  8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-22
103    - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
104    
105  * Thu Aug  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-21  * Thu Aug  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-21
106  - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it  - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
107    to e-smith-formmagick's general [SME: 4475]    to e-smith-formmagick's general [SME: 4475]
# Line 1194  e-smith server and gateway software - ba Line 1212  e-smith server and gateway software - ba
1212  %patch18 -p1  %patch18 -p1
1213  %patch19 -p1  %patch19 -p1
1214  %patch20 -p1  %patch20 -p1
1215    %patch21 -p1
1216    %patch22 -p1
1217    %patch23 -p1
1218    
1219  %pre  %pre
1220  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 1258  ln -s /etc/rc.d/rc7.d root/etc/rc7.d Line 1279  ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1279  mkdir -p root/etc/rc.d/rc1.d  mkdir -p root/etc/rc.d/rc1.d
1280    
1281  mkdir -p root/usr/share/locale/en_US/LC_MESSAGES  mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1282  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
1283    
1284  mkdir -p root/etc/e-smith/locale  mkdir -p root/etc/e-smith/locale
1285  # Make the fr-ca link in %pre to ease upgrades  # Make the fr-ca link in %pre to ease upgrades
# Line 1303  rm root/service/{syslog,klogd} Line 1324  rm root/service/{syslog,klogd}
1324  mkdir -p root/etc/e-smith/events/local  mkdir -p root/etc/e-smith/events/local
1325  mkdir -p root/etc/e-smith/events/user-modify-admin  mkdir -p root/etc/e-smith/events/user-modify-admin
1326  mkdir -p root/home/e-smith/db  mkdir -p root/home/e-smith/db
 touch root/home/e-smith/db/configuration  
1327    
1328  mkdir -p root/etc/e-smith/pam  mkdir -p root/etc/e-smith/pam
1329  mkdir -p root/home/e-smith/ssl.key  mkdir -p root/home/e-smith/ssl.key
# Line 1315  mkdir -p root/var/state/e-smith Line 1335  mkdir -p root/var/state/e-smith
1335  for file in %{dbfiles}  for file in %{dbfiles}
1336  do  do
1337      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  
1338  done  done
1339    
1340  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