1 |
# $Id: smeserver-phpldapadmin.spec,v 1.9 2021/09/28 16:25:25 jcrisp Exp $ |
# $Id: smeserver-phpldapadmin.spec,v 1.12 2021/10/05 18:26:01 brianr Exp $ |
2 |
# Authority: nocvs |
# Authority: nocvs |
3 |
# Name: Michel Van hees |
# Name: Michel Van hees |
4 |
|
|
6 |
%define name smeserver-phpldapadmin |
%define name smeserver-phpldapadmin |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.6.0 |
%define version 1.6.0 |
9 |
%define release 2 |
%define release 5 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: Freely distributable |
License: Freely distributable |
19 |
Requires: smeserver-release >= 10 |
Requires: smeserver-release >= 10 |
20 |
Requires: phpldapadmin >= 1.2.6 |
Requires: phpldapadmin >= 1.2.6 |
21 |
Patch0:smeserver-phpldapadmin-1.6.0-Add-in-update-event-and-php-fpm-stuff.patch |
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 |
|
Patch3:smeserver-phpldapadmin-1.6.0-Remove-intial-req-to-login.patch |
25 |
|
|
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Wed Oct 06 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-5.sme |
30 |
|
- Remove-intial-req-to-login.patch [SME: 11699] |
31 |
|
|
32 |
|
* Tue Oct 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-4.sme |
33 |
|
- Alter auth-type config parameter to cookie from http [SME: 11699] |
34 |
|
|
35 |
|
* Mon Oct 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-3.sme |
36 |
|
- Update config to change password_hash to pla_ [SME: 11699 ] |
37 |
|
|
38 |
* Mon Oct 04 2021 BogusDateBot |
* Mon Oct 04 2021 BogusDateBot |
39 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
40 |
by assuming the date is correct and changing the weekday. |
by assuming the date is correct and changing the weekday. |
76 |
%prep |
%prep |
77 |
%setup |
%setup |
78 |
%patch0 -p1 |
%patch0 -p1 |
79 |
|
%patch1 -p1 |
80 |
|
%patch2 -p1 |
81 |
|
%patch3 -p1 |
82 |
|
|
83 |
%build |
%build |
84 |
perl createlinks |
perl createlinks |