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 2 |
%define release 3 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
13 |
Requires: mod_auth_external |
Requires: mod_auth_external |
14 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
15 |
Requires: server-manager-images, server-manager |
Requires: server-manager-images, server-manager |
16 |
Requires: e-smith-formmagick >= 1.4.0-9 |
Requires: e-smith-formmagick >= 1.4.0-12 |
17 |
Requires: initscripts >= 6.67-1es17 |
Requires: initscripts >= 6.67-1es17 |
18 |
Requires: e-smith-daemontools >= 1.7.1-04 |
Requires: e-smith-daemontools >= 1.7.1-04 |
19 |
Requires: perl(Locale::gettext) |
Requires: perl(Locale::gettext) |
27 |
Requires: dbus |
Requires: dbus |
28 |
Requires: hal |
Requires: hal |
29 |
Requires: acpid |
Requires: acpid |
|
Requires: whiptail |
|
30 |
Requires: rssh |
Requires: rssh |
31 |
Requires: bridge-utils |
Requires: bridge-utils |
32 |
Requires: vconfig |
Requires: vconfig |
55 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
56 |
|
|
57 |
%changelog |
%changelog |
58 |
|
* Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.0-3 |
59 |
|
- Fix detection of xen instance against newer kernels [SME: 4555] |
60 |
|
|
61 |
|
* Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.0-2 |
62 |
|
- Fixed warnings generated during build process [SME: 570] |
63 |
|
|
64 |
|
* Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-1 |
65 |
|
- Roll new dev stream. |
66 |
|
|
67 |
|
* Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.18.1-22 |
68 |
|
- Add gettext to creating backup file title for localization. [SME: 4467] |
69 |
|
|
70 |
|
* Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21 |
71 |
|
- Fix race condition in VPN ip-down handling which could cause loss of |
72 |
|
LAN connectivity. [SME: 4405] |
73 |
|
|
74 |
|
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20 |
75 |
|
- Remove requires for whiptail. No longer needed [SME: 4491] |
76 |
|
|
77 |
|
* Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19 |
78 |
|
- Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487] |
79 |
|
|
80 |
|
* Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18 |
81 |
|
- Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it |
82 |
|
to e-smith-formmagick's general [SME: 4475] |
83 |
|
- Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476] |
84 |
|
- Remove invalid entry tag from userpassword's locale file preventing the |
85 |
|
form from displaying properly [SME: 4479] |
86 |
|
|
87 |
|
* Tue Aug 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-17 |
88 |
|
- Revert previous invalid locale changes (reverting to 4.18.1-15) [SME: 4472] |
89 |
|
|
90 |
|
* Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16 |
91 |
|
- Revert some locale changes |
92 |
|
|
93 |
|
* Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15 |
94 |
|
- Add regex to support cciss device names in manageRAID.pl. [SME: 4455] |
95 |
|
|
96 |
|
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14 |
97 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
98 |
|
|
99 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13 |
100 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
101 |
|
|
102 |
|
* Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12 |
103 |
|
- Fix for > 5 nics detected [SME: 4232] |
104 |
|
|
105 |
|
* Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11 |
106 |
|
- Remove use of Date::Manip from ssl.crt [SME: 3155] |
107 |
|
|
108 |
|
* Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10 |
109 |
|
- Fix FreeBusy param when disabled [SME: 1806] |
110 |
|
- Remove .orig file [SME: 4228] |
111 |
|
|
112 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9 |
113 |
|
- Remove quitConsole from menu [SME: 4154] |
114 |
|
|
115 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8 |
116 |
|
- Really fix free/busy in usermanager [SME: 4157] |
117 |
|
|
118 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7 |
119 |
|
- Use frames in elinks [SME: 4156] |
120 |
|
- Set homepage for elinks [SME: 4160] |
121 |
|
|
122 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6 |
123 |
|
- Fix free/busy field in useraccounts [SME: 4157] |
124 |
|
|
125 |
|
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5 |
126 |
|
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
127 |
|
|
128 |
|
* Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4 |
129 |
|
- Fix insert_mode for elinks on el5 platform [SME: 4127] |
130 |
|
|
131 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3 |
132 |
|
- Set accounts to deleted before template expansion [SME: 4122] |
133 |
|
|
134 |
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2 |
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2 |
135 |
- Fix gettext strings returned by password checks [SME: 4104] |
- Fix gettext strings returned by password checks [SME: 4104] |
136 |
|
|
1330 |
mkdir -p root/etc/rc.d/rc1.d |
mkdir -p root/etc/rc.d/rc1.d |
1331 |
|
|
1332 |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
1333 |
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 |
1334 |
|
|
1335 |
mkdir -p root/etc/e-smith/locale |
mkdir -p root/etc/e-smith/locale |
1336 |
# Make the fr-ca link in %pre to ease upgrades |
# Make the fr-ca link in %pre to ease upgrades |
1375 |
mkdir -p root/etc/e-smith/events/local |
mkdir -p root/etc/e-smith/events/local |
1376 |
mkdir -p root/etc/e-smith/events/user-modify-admin |
mkdir -p root/etc/e-smith/events/user-modify-admin |
1377 |
mkdir -p root/home/e-smith/db |
mkdir -p root/home/e-smith/db |
|
touch root/home/e-smith/db/configuration |
|
1378 |
|
|
1379 |
mkdir -p root/etc/e-smith/pam |
mkdir -p root/etc/e-smith/pam |
1380 |
mkdir -p root/home/e-smith/ssl.key |
mkdir -p root/home/e-smith/ssl.key |
1386 |
for file in %{dbfiles} |
for file in %{dbfiles} |
1387 |
do |
do |
1388 |
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 |
|
1389 |
done |
done |
1390 |
|
|
1391 |
mkdir -p root/etc/tcprules |
mkdir -p root/etc/tcprules |