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 23 |
%define release 30 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
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 |
|
Patch26: e-smith-base-4.18.1-localeemail.patch |
37 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
38 |
Requires: mod_auth_external |
Requires: mod_auth_external |
39 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
89 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
90 |
|
|
91 |
%changelog |
%changelog |
92 |
|
* Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.19.1-30 |
93 |
|
- Add locale tags for email in review panel [SME: 4267] |
94 |
|
|
95 |
|
* Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.1-29 |
96 |
|
- Correct gettext type during build process [SME: 570] |
97 |
|
|
98 |
|
* Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.1-28 |
99 |
|
- Fix screen corruption in console [SME: 4155] |
100 |
|
|
101 |
|
* Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.1-27 |
102 |
|
- Fix detection of xen instance against newer kernels [SME: 4555] |
103 |
|
|
104 |
|
* Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-26 |
105 |
|
- Fixed warnings generated during build process [SME: 570] |
106 |
|
|
107 |
|
* Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.19.1-25 |
108 |
|
- Add gettext to creating backup file title for localization. [SME: 4467] |
109 |
|
|
110 |
|
* Tue Aug 12 2008 Gavin Weight <gweight@gmail.com> 4.19.1-24 |
111 |
|
- Fix race condition in VPN ip-down handling which could cause loss of |
112 |
|
LAN connectivity. [SME: 4405] |
113 |
|
|
114 |
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.19.1-23 |
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.19.1-23 |
115 |
- Remove requires for whiptail. No longer needed [SME: 4491] |
- Remove requires for whiptail. No longer needed [SME: 4491] |
116 |
|
|
1228 |
%patch19 -p1 |
%patch19 -p1 |
1229 |
%patch20 -p1 |
%patch20 -p1 |
1230 |
%patch21 -p1 |
%patch21 -p1 |
1231 |
|
%patch22 -p1 |
1232 |
|
%patch23 -p1 |
1233 |
|
%patch24 -p1 |
1234 |
|
%patch25 -p1 |
1235 |
|
%patch26 -p1 |
1236 |
|
|
1237 |
%pre |
%pre |
1238 |
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 ] |
1297 |
mkdir -p root/etc/rc.d/rc1.d |
mkdir -p root/etc/rc.d/rc1.d |
1298 |
|
|
1299 |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
1300 |
xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console |
xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console |
1301 |
|
|
1302 |
mkdir -p root/etc/e-smith/locale |
mkdir -p root/etc/e-smith/locale |
1303 |
# Make the fr-ca link in %pre to ease upgrades |
# Make the fr-ca link in %pre to ease upgrades |
1342 |
mkdir -p root/etc/e-smith/events/local |
mkdir -p root/etc/e-smith/events/local |
1343 |
mkdir -p root/etc/e-smith/events/user-modify-admin |
mkdir -p root/etc/e-smith/events/user-modify-admin |
1344 |
mkdir -p root/home/e-smith/db |
mkdir -p root/home/e-smith/db |
|
touch root/home/e-smith/db/configuration |
|
1345 |
|
|
1346 |
mkdir -p root/etc/e-smith/pam |
mkdir -p root/etc/e-smith/pam |
1347 |
mkdir -p root/home/e-smith/ssl.key |
mkdir -p root/home/e-smith/ssl.key |
1353 |
for file in %{dbfiles} |
for file in %{dbfiles} |
1354 |
do |
do |
1355 |
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 |
|
1356 |
done |
done |
1357 |
|
|
1358 |
mkdir -p root/etc/tcprules |
mkdir -p root/etc/tcprules |