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 24 |
%define release 26 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
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 |
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 |
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 |
* 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 |
- Fix race condition in VPN ip-down handling which could cause loss of |
97 |
LAN connectivity. [SME: 4405] |
LAN connectivity. [SME: 4405] |
1214 |
%patch20 -p1 |
%patch20 -p1 |
1215 |
%patch21 -p1 |
%patch21 -p1 |
1216 |
%patch22 -p1 |
%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 ] |
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 |
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 |
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 |