|
|
@ -5,7 +5,7 @@ |
|
|
|
Summary: Common WebApps Framework for SME Server |
|
|
|
Summary: Common WebApps Framework for SME Server |
|
|
|
%define name smeserver-webapps-common |
|
|
|
%define name smeserver-webapps-common |
|
|
|
Name: %{name} |
|
|
|
Name: %{name} |
|
|
|
%define version 0.2.8 |
|
|
|
%define version 0.2.9 |
|
|
|
%define release 1 |
|
|
|
%define release 1 |
|
|
|
Version: %{version} |
|
|
|
Version: %{version} |
|
|
|
Release: %{release}%{?dist} |
|
|
|
Release: %{release}%{?dist} |
|
|
@ -18,6 +18,7 @@ URL: http://www.firewall-services.com/ |
|
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
|
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
|
|
|
BuildArchitectures: noarch |
|
|
|
BuildArchitectures: noarch |
|
|
|
Requires: e-smith-base |
|
|
|
Requires: e-smith-base |
|
|
|
|
|
|
|
Requires: e-smith-apache >= 2.2.0-11 |
|
|
|
Requires: httpd |
|
|
|
Requires: httpd |
|
|
|
Requires: mysql |
|
|
|
Requires: mysql |
|
|
|
Requires: php |
|
|
|
Requires: php |
|
|
@ -29,7 +30,10 @@ This package provide common files and events for Web Applications integration |
|
|
|
on SME Server |
|
|
|
on SME Server |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
* Tue Oct 9 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.8-1.sme |
|
|
|
* Tue Oct 22 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.9-1.sme |
|
|
|
|
|
|
|
- Do not load mod_auth_basic and mod_authn_file anymore |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 9 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.8-1.sme |
|
|
|
- Select WebAppVirtualHosts as the default templates for vhosts |
|
|
|
- Select WebAppVirtualHosts as the default templates for vhosts |
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 2 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.7-1.sme |
|
|
|
* Tue Oct 2 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.7-1.sme |
|
|
@ -82,7 +86,7 @@ on SME Server |
|
|
|
* Thu Dec 30 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-4.sme |
|
|
|
* Thu Dec 30 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-4.sme |
|
|
|
- Only load authn_file if the module exists |
|
|
|
- Only load authn_file if the module exists |
|
|
|
|
|
|
|
|
|
|
|
* Sun Dec 25 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3.sme |
|
|
|
* Sun Dec 26 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3.sme |
|
|
|
- Load mod_authn_file |
|
|
|
- Load mod_authn_file |
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 16 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-2.sme |
|
|
|
* Thu Dec 16 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-2.sme |
|
|
|