1 |
Summary: e-smith server and gateway - base module |
Summary: e-smith server and gateway - base module |
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.19.0 |
5 |
%define release 5 |
%define release 6 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch1: e-smith-base-4.18.1-fixgettext.patch |
Patch1: e-smith-base-4.19.0-xenfix.patch |
12 |
Patch2: e-smith-base-4.18.1-deleteorder.patch |
Patch2: e-smith-base-4.19.0-profile.patch |
13 |
Patch3: e-smith-base-4.18.1-insertmode.patch |
Patch2: e-smith-base-4.19.0-localeemail.patch |
|
Patch4: e-smith-base-4.18.1-freebusy.patch |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
Requires: mod_auth_external |
Requires: mod_auth_external |
16 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
17 |
Requires: server-manager-images, server-manager |
Requires: server-manager-images, server-manager |
18 |
Requires: e-smith-formmagick >= 1.4.0-9 |
Requires: e-smith-formmagick >= 1.4.0-12 |
19 |
Requires: initscripts >= 6.67-1es17 |
Requires: initscripts >= 6.67-1es17 |
20 |
Requires: e-smith-daemontools >= 1.7.1-04 |
Requires: e-smith-daemontools >= 1.7.1-04 |
21 |
Requires: perl(Locale::gettext) |
Requires: perl(Locale::gettext) |
29 |
Requires: dbus |
Requires: dbus |
30 |
Requires: hal |
Requires: hal |
31 |
Requires: acpid |
Requires: acpid |
|
Requires: whiptail |
|
32 |
Requires: rssh |
Requires: rssh |
33 |
Requires: bridge-utils |
Requires: bridge-utils |
34 |
Requires: vconfig |
Requires: vconfig |
57 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
58 |
|
|
59 |
%changelog |
%changelog |
60 |
|
* Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.19.0-6 |
61 |
|
- Add locale tags for email in review panel [SME: 4267] |
62 |
|
|
63 |
|
* Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-5 |
64 |
|
- Correct gettext type during build process [SME: 570] |
65 |
|
|
66 |
|
* Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4 |
67 |
|
- Fix screen corruption in console [SME: 4155] |
68 |
|
|
69 |
|
* Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.0-3 |
70 |
|
- Fix detection of xen instance against newer kernels [SME: 4555] |
71 |
|
|
72 |
|
* Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.0-2 |
73 |
|
- Fixed warnings generated during build process [SME: 570] |
74 |
|
|
75 |
|
* Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-1 |
76 |
|
- Roll new dev stream. |
77 |
|
|
78 |
|
* Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.18.1-22 |
79 |
|
- Add gettext to creating backup file title for localization. [SME: 4467] |
80 |
|
|
81 |
|
* Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21 |
82 |
|
- Fix race condition in VPN ip-down handling which could cause loss of |
83 |
|
LAN connectivity. [SME: 4405] |
84 |
|
|
85 |
|
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20 |
86 |
|
- Remove requires for whiptail. No longer needed [SME: 4491] |
87 |
|
|
88 |
|
* Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19 |
89 |
|
- Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487] |
90 |
|
|
91 |
|
* Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18 |
92 |
|
- Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it |
93 |
|
to e-smith-formmagick's general [SME: 4475] |
94 |
|
- Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476] |
95 |
|
- Remove invalid entry tag from userpassword's locale file preventing the |
96 |
|
form from displaying properly [SME: 4479] |
97 |
|
|
98 |
|
* Tue Aug 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-17 |
99 |
|
- Revert previous invalid locale changes (reverting to 4.18.1-15) [SME: 4472] |
100 |
|
|
101 |
|
* Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16 |
102 |
|
- Revert some locale changes |
103 |
|
|
104 |
|
* Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15 |
105 |
|
- Add regex to support cciss device names in manageRAID.pl. [SME: 4455] |
106 |
|
|
107 |
|
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14 |
108 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
109 |
|
|
110 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13 |
111 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
112 |
|
|
113 |
|
* Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12 |
114 |
|
- Fix for > 5 nics detected [SME: 4232] |
115 |
|
|
116 |
|
* Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11 |
117 |
|
- Remove use of Date::Manip from ssl.crt [SME: 3155] |
118 |
|
|
119 |
|
* Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10 |
120 |
|
- Fix FreeBusy param when disabled [SME: 1806] |
121 |
|
- Remove .orig file [SME: 4228] |
122 |
|
|
123 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9 |
124 |
|
- Remove quitConsole from menu [SME: 4154] |
125 |
|
|
126 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8 |
127 |
|
- Really fix free/busy in usermanager [SME: 4157] |
128 |
|
|
129 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7 |
130 |
|
- Use frames in elinks [SME: 4156] |
131 |
|
- Set homepage for elinks [SME: 4160] |
132 |
|
|
133 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6 |
134 |
|
- Fix free/busy field in useraccounts [SME: 4157] |
135 |
|
|
136 |
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5 |
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5 |
137 |
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
138 |
|
|
1278 |
%setup |
%setup |
1279 |
%patch1 -p1 |
%patch1 -p1 |
1280 |
%patch2 -p1 |
%patch2 -p1 |
|
%if "%{?rhel}" == "5" |
|
1281 |
%patch3 -p1 |
%patch3 -p1 |
|
%endif |
|
|
%patch4 -p1 |
|
1282 |
|
|
1283 |
%pre |
%pre |
1284 |
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 ] |
1343 |
mkdir -p root/etc/rc.d/rc1.d |
mkdir -p root/etc/rc.d/rc1.d |
1344 |
|
|
1345 |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
1346 |
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 |
1347 |
|
|
1348 |
mkdir -p root/etc/e-smith/locale |
mkdir -p root/etc/e-smith/locale |
1349 |
# Make the fr-ca link in %pre to ease upgrades |
# Make the fr-ca link in %pre to ease upgrades |
1388 |
mkdir -p root/etc/e-smith/events/local |
mkdir -p root/etc/e-smith/events/local |
1389 |
mkdir -p root/etc/e-smith/events/user-modify-admin |
mkdir -p root/etc/e-smith/events/user-modify-admin |
1390 |
mkdir -p root/home/e-smith/db |
mkdir -p root/home/e-smith/db |
|
touch root/home/e-smith/db/configuration |
|
1391 |
|
|
1392 |
mkdir -p root/etc/e-smith/pam |
mkdir -p root/etc/e-smith/pam |
1393 |
mkdir -p root/home/e-smith/ssl.key |
mkdir -p root/home/e-smith/ssl.key |
1399 |
for file in %{dbfiles} |
for file in %{dbfiles} |
1400 |
do |
do |
1401 |
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 |
|
1402 |
done |
done |
1403 |
|
|
1404 |
mkdir -p root/etc/tcprules |
mkdir -p root/etc/tcprules |