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 19 |
%define release 27 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
24 |
Patch14: e-smith-base-4.18.1-removeInvalidEntryTag.patch |
Patch14: e-smith-base-4.18.1-removeInvalidEntryTag.patch |
25 |
Patch15: e-smith-base-4.18.1-fixPASSWORD_VERIFY_ERROR.patch |
Patch15: e-smith-base-4.18.1-fixPASSWORD_VERIFY_ERROR.patch |
26 |
Patch16: e-smith-base-4.18.1-fixPASSWORD_VERIFY_NEW.patch |
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 |
|
Patch19: e-smith-base-4.18.1-xenfix.patch |
30 |
|
Patch20: e-smith-base-4.18.1-profile.patch |
31 |
|
Patch21: e-smith-base-4.18.1-localeemail.patch |
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
Requires: mod_auth_external |
Requires: mod_auth_external |
34 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
47 |
Requires: dbus |
Requires: dbus |
48 |
Requires: hal |
Requires: hal |
49 |
Requires: acpid |
Requires: acpid |
|
Requires: whiptail |
|
50 |
Requires: rssh |
Requires: rssh |
51 |
Requires: bridge-utils |
Requires: bridge-utils |
52 |
Requires: vconfig |
Requires: vconfig |
75 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
76 |
|
|
77 |
%changelog |
%changelog |
78 |
|
* Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.18.1-27 |
79 |
|
- Add locale tags for email in review panel [SME: 4267] |
80 |
|
|
81 |
|
* Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.18.1-26 |
82 |
|
- Correct gettext type during build process [SME: 570] |
83 |
|
|
84 |
|
* Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.18.1-25 |
85 |
|
- Fix screen corruption in console [SME: 4155] |
86 |
|
|
87 |
|
* Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.18.1-24 |
88 |
|
- Fix detection of xen instance against newer kernels [SME: 4555] |
89 |
|
|
90 |
|
* Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-23 |
91 |
|
- Fixed warnings generated during build process [SME: 570] |
92 |
|
|
93 |
|
* Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.18.1-22 |
94 |
|
- Add gettext to creating backup file title for localization. [SME: 4467] |
95 |
|
|
96 |
|
* Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21 |
97 |
|
- Fix race condition in VPN ip-down handling which could cause loss of |
98 |
|
LAN connectivity. [SME: 4405] |
99 |
|
|
100 |
|
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20 |
101 |
|
- Remove requires for whiptail. No longer needed [SME: 4491] |
102 |
|
|
103 |
* Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19 |
* Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19 |
104 |
- 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] |
105 |
|
|
1309 |
%patch14 -p1 |
%patch14 -p1 |
1310 |
%patch15 -p1 |
%patch15 -p1 |
1311 |
%patch16 -p1 |
%patch16 -p1 |
1312 |
|
%patch17 -p1 |
1313 |
|
%patch18 -p1 |
1314 |
|
%patch19 -p1 |
1315 |
|
%patch20 -p1 |
1316 |
|
%patch21 -p1 |
1317 |
|
|
1318 |
%pre |
%pre |
1319 |
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 ] |
1378 |
mkdir -p root/etc/rc.d/rc1.d |
mkdir -p root/etc/rc.d/rc1.d |
1379 |
|
|
1380 |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
1381 |
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 |
1382 |
|
|
1383 |
mkdir -p root/etc/e-smith/locale |
mkdir -p root/etc/e-smith/locale |
1384 |
# Make the fr-ca link in %pre to ease upgrades |
# Make the fr-ca link in %pre to ease upgrades |
1423 |
mkdir -p root/etc/e-smith/events/local |
mkdir -p root/etc/e-smith/events/local |
1424 |
mkdir -p root/etc/e-smith/events/user-modify-admin |
mkdir -p root/etc/e-smith/events/user-modify-admin |
1425 |
mkdir -p root/home/e-smith/db |
mkdir -p root/home/e-smith/db |
|
touch root/home/e-smith/db/configuration |
|
1426 |
|
|
1427 |
mkdir -p root/etc/e-smith/pam |
mkdir -p root/etc/e-smith/pam |
1428 |
mkdir -p root/home/e-smith/ssl.key |
mkdir -p root/home/e-smith/ssl.key |
1434 |
for file in %{dbfiles} |
for file in %{dbfiles} |
1435 |
do |
do |
1436 |
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 |
|
1437 |
done |
done |
1438 |
|
|
1439 |
mkdir -p root/etc/tcprules |
mkdir -p root/etc/tcprules |