1 |
# $Id: smeserver-phpki.spec,v 1.4 2011/10/13 16:02:58 vip-ire Exp $ |
# $Id: smeserver-phpki.spec,v 1.2 2013/05/24 19:53:15 unnilennium Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
Name: smeserver-phpki |
Name: smeserver-phpki |
6 |
Version: 0.1 |
Version: 0.1 |
7 |
Release: 6%{?dist} |
Release: 8%{?dist} |
8 |
Summary: php integration into SME server |
Summary: php integration into SME server |
9 |
|
|
10 |
Group: Applications/System |
Group: Applications/System |
20 |
Patch6: smeserver-phpki-0.1-fix_logrotate_event.patch |
Patch6: smeserver-phpki-0.1-fix_logrotate_event.patch |
21 |
Patch7: smeserver-phpki-0.1-protect_by_location.patch |
Patch7: smeserver-phpki-0.1-protect_by_location.patch |
22 |
Patch8: smeserver-phpki-0.1-session_path.patch |
Patch8: smeserver-phpki-0.1-session_path.patch |
23 |
|
Patch9: smeserver-phpki-0.1-fix_redirect_with_user_manager_and_sso.patch |
24 |
|
|
25 |
BuildRoot: %{_tmppath}/%{name}-%{version} |
BuildRoot: %{_tmppath}/%{name}-%{version} |
26 |
BuildArch: noarch |
BuildArch: noarch |
30 |
Requires: mod_auth_tkt |
Requires: mod_auth_tkt |
31 |
Requires: e-smith-base |
Requires: e-smith-base |
32 |
Requires: phpki |
Requires: phpki |
33 |
|
Requires: php-process |
34 |
|
|
35 |
%description |
%description |
36 |
PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance. |
PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance. |
40 |
|
|
41 |
|
|
42 |
%changelog |
%changelog |
43 |
* Thu Oct 13 2011 Daniel B. <daniel@firewall-services.com> - 0.1-5.sme |
* Mon Nov 18 2013 Daniel B. <daniel@firewall-services.com> - 0.1-8.sme |
44 |
|
- Fix a redirect issue with user-manager and LemonLDAP::NG as SSO |
45 |
|
|
46 |
|
* Fri May 24 2013 JP Pialasse <tests@pialasse.com> - 0.1-7.sme |
47 |
|
- added php-process as dependency [SME: 7439] |
48 |
|
|
49 |
|
* Thu Oct 13 2011 Daniel B. <daniel@firewall-services.com> - 0.1-6.sme |
50 |
- Change session path [SME: 6661] |
- Change session path [SME: 6661] |
51 |
|
|
52 |
* Wed Jul 20 2011 Daniel B. <daniel@firewall-services.com> - 0.1-5.sme |
* Wed Jul 20 2011 Daniel B. <daniel@firewall-services.com> - 0.1-5.sme |
82 |
%patch6 -p1 |
%patch6 -p1 |
83 |
%patch7 -p1 |
%patch7 -p1 |
84 |
%patch8 -p1 |
%patch8 -p1 |
85 |
|
%patch9 -p1 |
86 |
|
|
87 |
%build |
%build |
88 |
perl createlinks |
perl createlinks |