Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud
8528f83fb0 Automatic commit of package [smeserver-dl] release [0.2.3-1].
Created by command:

/usr/bin/tito tag
2018-01-21 10:12:21 +01:00
Daniel Berteaud
1e3940ebcf Use alt php binary when expiring tickets
[SME: 10495]
2018-01-21 10:11:37 +01:00
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
0.2.2-1 ./
0.2.3-1 ./

View File

@ -1,2 +1,2 @@
#!/bin/sh
su -s /bin/bash -c "cd /usr/share/dl/include/scripts && /usr/bin/php ./expire.php"
su -s /bin/bash -c "cd /usr/share/dl/include/scripts && /usr/bin/php__PHP_VERSION__ ./expire.php"

View File

@ -2,7 +2,7 @@
Summary: sme server integration of dl
Name: smeserver-dl
Version: 0.2.2
Version: 0.2.3
Release: 1%{?dist}
Epoch: 9
License: GNU GPL version 2
@ -21,6 +21,10 @@ Requires: smeserver-webapps-common
smserver integration of dl
%changelog
* Sun Jan 21 2018 Daniel Berteaud <daniel@firewall-services.com> 0.2.3-1
- Use alt php binary when expiring tickets [SME: 10495] (daniel@firewall-
services.com)
* Sun Nov 19 2017 Daniel Berteaud <daniel@firewall-services.com> 0.2.2-1
- Prepare spec file for tito (daniel@firewall-services.com)