1 |
# $Id: smeserver-phpldapadmin.spec,v 1.9 2021/09/28 16:25:25 jcrisp Exp $ |
# $Id: smeserver-phpldapadmin.spec,v 1.10 2021/10/04 11:53:51 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 3 |
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 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Mon Oct 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-3.sme |
27 |
|
- Update config to change password_hash to pla_ [SME: 11699 ] |
28 |
|
|
29 |
* Mon Oct 04 2021 BogusDateBot |
* Mon Oct 04 2021 BogusDateBot |
30 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
31 |
by assuming the date is correct and changing the weekday. |
by assuming the date is correct and changing the weekday. |
67 |
%prep |
%prep |
68 |
%setup |
%setup |
69 |
%patch0 -p1 |
%patch0 -p1 |
70 |
|
%patch1 -p1 |
71 |
|
|
72 |
%build |
%build |
73 |
perl createlinks |
perl createlinks |