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 2 |
%define release 21 |
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.18.1-fixgettext.patch |
12 |
|
Patch2: e-smith-base-4.18.1-deleteorder.patch |
13 |
|
Patch3: e-smith-base-4.18.1-insertmode.patch |
14 |
|
Patch4: e-smith-base-4.18.1-freebusy.patch |
15 |
|
Patch5: e-smith-base-4.18.1-frames.patch |
16 |
|
Patch6: e-smith-base-4.18.1-quitconsole.patch |
17 |
|
Patch7: e-smith-base-4.18.1-freebusy.patch2 |
18 |
|
Patch8: e-smith-base-4.18.1-dateManip.patch |
19 |
|
Patch9: e-smith-base-4.18.1-ethernetlist.patch |
20 |
|
Patch10: e-smith-base-4.18.1-add2general.patch |
21 |
|
Patch11: e-smith-base-4.18.1-get_raid_details_cciss.patch |
22 |
|
Patch12: e-smith-base-4.18.1-RevertInvalidLocaleReversion.patch |
23 |
|
Patch13: e-smith-base-4.18.1-FixAndMoveRESET_PASSWORD_TITLE.patch |
24 |
|
Patch14: e-smith-base-4.18.1-removeInvalidEntryTag.patch |
25 |
|
Patch15: e-smith-base-4.18.1-fixPASSWORD_VERIFY_ERROR.patch |
26 |
|
Patch16: e-smith-base-4.18.1-fixPASSWORD_VERIFY_NEW.patch |
27 |
|
Patch17: e-smith-base-4.18.1-ip-down.race.patch |
28 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
29 |
Requires: mod_auth_external |
Requires: mod_auth_external |
30 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
31 |
Requires: server-manager-images, server-manager |
Requires: server-manager-images, server-manager |
32 |
Requires: e-smith-formmagick >= 1.4.0-9 |
Requires: e-smith-formmagick >= 1.4.0-12 |
33 |
Requires: initscripts >= 6.67-1es17 |
Requires: initscripts >= 6.67-1es17 |
34 |
Requires: e-smith-daemontools >= 1.7.1-04 |
Requires: e-smith-daemontools >= 1.7.1-04 |
35 |
Requires: perl(Locale::gettext) |
Requires: perl(Locale::gettext) |
43 |
Requires: dbus |
Requires: dbus |
44 |
Requires: hal |
Requires: hal |
45 |
Requires: acpid |
Requires: acpid |
|
Requires: whiptail |
|
46 |
Requires: rssh |
Requires: rssh |
47 |
Requires: bridge-utils |
Requires: bridge-utils |
48 |
Requires: vconfig |
Requires: vconfig |
71 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
72 |
|
|
73 |
%changelog |
%changelog |
74 |
|
* Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21 |
75 |
|
- Fix race condition in VPN ip-down handling which could cause loss of |
76 |
|
LAN connectivity. [SME: 4405] |
77 |
|
|
78 |
|
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20 |
79 |
|
- Remove requires for whiptail. No longer needed [SME: 4491] |
80 |
|
|
81 |
|
* Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19 |
82 |
|
- Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487] |
83 |
|
|
84 |
|
* Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18 |
85 |
|
- Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it |
86 |
|
to e-smith-formmagick's general [SME: 4475] |
87 |
|
- Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476] |
88 |
|
- Remove invalid entry tag from userpassword's locale file preventing the |
89 |
|
form from displaying properly [SME: 4479] |
90 |
|
|
91 |
|
* Tue Aug 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-17 |
92 |
|
- Revert previous invalid locale changes (reverting to 4.18.1-15) [SME: 4472] |
93 |
|
|
94 |
|
* Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16 |
95 |
|
- Revert some locale changes |
96 |
|
|
97 |
|
* Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15 |
98 |
|
- Add regex to support cciss device names in manageRAID.pl. [SME: 4455] |
99 |
|
|
100 |
|
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14 |
101 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
102 |
|
|
103 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13 |
104 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
105 |
|
|
106 |
|
* Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12 |
107 |
|
- Fix for > 5 nics detected [SME: 4232] |
108 |
|
|
109 |
|
* Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11 |
110 |
|
- Remove use of Date::Manip from ssl.crt [SME: 3155] |
111 |
|
|
112 |
|
* Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10 |
113 |
|
- Fix FreeBusy param when disabled [SME: 1806] |
114 |
|
- Remove .orig file [SME: 4228] |
115 |
|
|
116 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9 |
117 |
|
- Remove quitConsole from menu [SME: 4154] |
118 |
|
|
119 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8 |
120 |
|
- Really fix free/busy in usermanager [SME: 4157] |
121 |
|
|
122 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7 |
123 |
|
- Use frames in elinks [SME: 4156] |
124 |
|
- Set homepage for elinks [SME: 4160] |
125 |
|
|
126 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6 |
127 |
|
- Fix free/busy field in useraccounts [SME: 4157] |
128 |
|
|
129 |
|
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5 |
130 |
|
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
131 |
|
|
132 |
|
* Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4 |
133 |
|
- Fix insert_mode for elinks on el5 platform [SME: 4127] |
134 |
|
|
135 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3 |
136 |
|
- Set accounts to deleted before template expansion [SME: 4122] |
137 |
|
|
138 |
* 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 |
139 |
- Fix gettext strings returned by password checks [SME: 4104] |
- Fix gettext strings returned by password checks [SME: 4104] |
140 |
|
|
1270 |
%prep |
%prep |
1271 |
%setup |
%setup |
1272 |
%patch1 -p1 |
%patch1 -p1 |
1273 |
|
%patch2 -p1 |
1274 |
|
%if "%{?rhel}" == "5" |
1275 |
|
%patch3 -p1 |
1276 |
|
%endif |
1277 |
|
%patch4 -p1 |
1278 |
|
%patch5 -p1 |
1279 |
|
%patch6 -p1 |
1280 |
|
%patch7 -p1 |
1281 |
|
%patch8 -p1 |
1282 |
|
%patch9 -p1 |
1283 |
|
%patch10 -p1 |
1284 |
|
%patch11 -p1 |
1285 |
|
%patch12 -p1 |
1286 |
|
%patch13 -p1 |
1287 |
|
%patch14 -p1 |
1288 |
|
%patch15 -p1 |
1289 |
|
%patch16 -p1 |
1290 |
|
%patch17 -p1 |
1291 |
|
|
1292 |
%pre |
%pre |
1293 |
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 ] |