1 |
# $Id: e-smith-base.spec,v 1.123 2010/11/30 17:03:44 slords Exp $ |
# $Id: e-smith-base.spec,v 1.124 2010/11/30 19:58:45 slords Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - base module |
Summary: e-smith server and gateway - base module |
4 |
%define name e-smith-base |
%define name e-smith-base |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.2.0 |
%define version 5.2.0 |
7 |
%define release 55 |
%define release 56 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
53 |
Patch41: e-smith-base-5.2.0-fix_gpasswd_path.patch |
Patch41: e-smith-base-5.2.0-fix_gpasswd_path.patch |
54 |
Patch42: e-smith-base-5.2.0-fix-gid.patch |
Patch42: e-smith-base-5.2.0-fix-gid.patch |
55 |
Patch43: e-smith-base-5.2.0-weak-updates.patch |
Patch43: e-smith-base-5.2.0-weak-updates.patch |
56 |
|
Patch44: e-smith-base-5.2.0-apache_alias_for_www.patch |
57 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
58 |
Requires: mod_auth_external |
Requires: mod_auth_external |
59 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
101 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
102 |
|
|
103 |
%changelog |
%changelog |
104 |
|
* Mon Dec 6 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-56.sme |
105 |
|
- change apache uid and gid so they become aliases for www [SME: 6425] |
106 |
|
|
107 |
* Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-55.sme |
* Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-55.sme |
108 |
- Only remove dangling symlinks in weak-updates directories [SME: 6376] |
- Only remove dangling symlinks in weak-updates directories [SME: 6376] |
109 |
|
|
1533 |
%patch41 -p1 |
%patch41 -p1 |
1534 |
%patch42 -p1 |
%patch42 -p1 |
1535 |
%patch43 -p1 |
%patch43 -p1 |
1536 |
|
%patch44 -p1 |
1537 |
|
|
1538 |
%pre |
%pre |
1539 |
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 ] |