2 |
%define name e-smith-base |
%define name e-smith-base |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.18.0 |
%define version 4.18.0 |
5 |
%define release 76 |
%define release 79 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
68 |
Patch58: e-smith-base-4.18.0-useracc_text_adjust.patch |
Patch58: e-smith-base-4.18.0-useracc_text_adjust.patch |
69 |
Patch59: e-smith-base-4.18.0-non_Removable_pseudonyms.patch |
Patch59: e-smith-base-4.18.0-non_Removable_pseudonyms.patch |
70 |
Patch60: e-smith-base-4.18.0-delete_forwarder.patch |
Patch60: e-smith-base-4.18.0-delete_forwarder.patch |
71 |
|
Patch61: e-smith-base-4.18.0-part_size.patch |
72 |
|
Patch62: e-smith-base-4.18.0-passwdlock.patch |
73 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
74 |
Requires: mod_auth_external |
Requires: mod_auth_external |
75 |
Requires: e-smith-lib >= 1.18.0-7 |
Requires: e-smith-lib >= 1.18.0-7 |
117 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
118 |
|
|
119 |
%changelog |
%changelog |
120 |
* Sun Nov 09 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76 |
* Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79 |
121 |
|
- Lock user accounts with usermod instead of passwd [SME: 3595] |
122 |
|
|
123 |
|
* Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78 |
124 |
|
- Add symlink to fr-fr locale. [SME: 3648] |
125 |
|
|
126 |
|
* Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77 |
127 |
|
- Add fix for varying partition sizes in add_raid [SME: 3547] |
128 |
|
|
129 |
|
* Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76 |
130 |
- Fix removal of Corporate DNS from console. [SME: 3532] |
- Fix removal of Corporate DNS from console. [SME: 3532] |
131 |
|
|
132 |
* Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75 |
* Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75 |
1229 |
%patch58 -p1 |
%patch58 -p1 |
1230 |
%patch59 -p1 |
%patch59 -p1 |
1231 |
%patch60 -p1 |
%patch60 -p1 |
1232 |
|
%patch61 -p1 |
1233 |
|
%patch62 -p1 |
1234 |
|
|
1235 |
rm -rf root/etc/e-smith/db/configuration/defaults/httpd-admin |
rm -rf root/etc/e-smith/db/configuration/defaults/httpd-admin |
1236 |
rm -rf root/etc/e-smith/templates/etc/identd.masq |
rm -rf root/etc/e-smith/templates/etc/identd.masq |
1302 |
|
|
1303 |
mkdir -p root/etc/e-smith/locale |
mkdir -p root/etc/e-smith/locale |
1304 |
# Make the fr-ca link in %pre to ease upgrades |
# Make the fr-ca link in %pre to ease upgrades |
1305 |
# ln -s fr root/etc/e-smith/locale/fr-ca |
# ln -s fr root/etc/e-smith/locale/fr-ca |
1306 |
|
ln -s fr root/etc/e-smith/locale/fr-fr |
1307 |
ln -s en-us root/etc/e-smith/locale/en |
ln -s en-us root/etc/e-smith/locale/en |
1308 |
ln -s en-us root/etc/e-smith/locale/en-au |
ln -s en-us root/etc/e-smith/locale/en-au |
1309 |
ln -s en-us root/etc/e-smith/locale/en-gb |
ln -s en-us root/etc/e-smith/locale/en-gb |