1 |
# $Id: smeserver-phpldapadmin.spec,v 1.1 2015/08/22 20:13:33 stephdl Exp $ |
# $Id: smeserver-phpldapadmin.spec,v 1.11 2021/10/04 13:49:59 brianr Exp $ |
2 |
# Authority: nocvs |
# Authority: nocvs |
3 |
# Name: Michel Van hees |
# Name: Michel Van hees |
4 |
|
|
5 |
Summary: PhpLdapAdmin for SME server |
Summary: PhpLdapAdmin for SME server |
6 |
%define name smeserver-phpldapadmin |
%define name smeserver-phpldapadmin |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.5.0 |
%define version 1.6.0 |
9 |
%define release 2 |
%define release 4 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: Freely distributable |
License: Freely distributable |
16 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: smeserver-release >= 9 |
Requires: smeserver-release >= 10 |
20 |
Requires: phpldapadmin >= 1.2.3 |
Requires: phpldapadmin >= 1.2.6 |
21 |
|
Patch0:smeserver-phpldapadmin-1.6.0-Add-in-update-event-and-php-fpm-stuff.patch |
22 |
|
Patch1:smeserver-phpldapadmin-1.6.0-password-hash-renamed-in-config.patch |
23 |
|
Patch2:smeserver-phpldapadmin-1.6.0-Alter-config-auth-type.patch |
24 |
AutoReqProv: no |
AutoReqProv: no |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Tue Oct 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-4.sme |
28 |
|
- Alter auth-type config parameter to cookie from http [SME: 11699] |
29 |
|
|
30 |
|
* Mon Oct 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-3.sme |
31 |
|
- Update config to change password_hash to pla_ [SME: 11699 ] |
32 |
|
|
33 |
|
* Mon Oct 04 2021 BogusDateBot |
34 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
35 |
|
by assuming the date is correct and changing the weekday. |
36 |
|
|
37 |
|
* Mon Oct 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-2.sme |
38 |
|
- change php to fpm and add -update event to createlinks [SME: 11699] |
39 |
|
|
40 |
|
* Tue Sep 28 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 1.6.0-1.sme |
41 |
|
- Initial release to contribs10 [SME: 11699] |
42 |
|
|
43 |
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-2.sme |
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-2.sme |
44 |
- Initial release to contribs9 |
- Initial release to contribs9 |
45 |
|
|
66 |
- Use of phpldapadmin 0.9.8.3 |
- Use of phpldapadmin 0.9.8.3 |
67 |
|
|
68 |
%description |
%description |
69 |
SME server - phpmyadmin multiuser for smeserver |
SME server - phpldapadmin for smeserver |
70 |
|
|
71 |
%prep |
%prep |
72 |
%setup |
%setup |
73 |
|
%patch0 -p1 |
74 |
|
%patch1 -p1 |
75 |
|
%patch2 -p1 |
76 |
|
|
77 |
%build |
%build |
78 |
perl createlinks |
perl createlinks |