Compare commits

...

8 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
Daniel Berteaud
ea995a00cd Automatic commit of package [smeserver-dl] release [0.2.2-1].
Created by command:

/usr/bin/tito tag
2017-11-19 10:57:53 +01:00
Daniel Berteaud
e16a36fe97 Prepare spec file for tito 2017-11-19 10:57:43 +01:00
Daniel Berteaud
fd758b930b Automatic commit of package [smeserver-dl] release [0.2.1-1].
Created by command:

/usr/bin/tito tag
2017-11-19 10:56:52 +01:00
Daniel Berteaud
ac89dac938 Configure tito 2017-11-19 10:56:40 +01:00
Daniel Berteaud
65b0c3e60a Initialized to use tito. 2017-11-19 10:56:06 +01:00
Daniel Berteaud
8dacc3e1a7 Spec file update 2017-07-27 14:13:01 +02:00
6 changed files with 28 additions and 7 deletions

3
.tito/packages/.readme Normal file
View File

@ -0,0 +1,3 @@
the .tito/packages directory contains metadata files
named after their packages. Each file has the latest tagged
version and the project's relative directory.

View File

@ -0,0 +1 @@
0.2.3-1 ./

1
.tito/releasers.conf Symbolic link
View File

@ -0,0 +1 @@
../../tito_libs/releasers.conf

6
.tito/tito.props Normal file
View File

@ -0,0 +1,6 @@
[buildconfig]
builder = tito.builder.Builder
tagger = tito.tagger.VersionTagger
changelog_do_not_remove_cherrypick = 0
changelog_format = %s (%ae)
lib_dir = ../tito_libs

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

@ -1,11 +1,9 @@
%define name smeserver-dl
%define version 0.2.0
%define release 1
%define phpversion 56
Summary: sme server integration of dl
Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
Name: smeserver-dl
Version: 0.2.3
Release: 1%{?dist}
Epoch: 9
License: GNU GPL version 2
URL: http://www.thregr.org/~wavexx/software/dl/
@ -23,6 +21,18 @@ 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)
* Wed Jul 26 2017 Daniel Berteaud <daniel@firewall-services.com> 0.2.1-1.sme
- Add /var/lib/php/dl to open_basedir for the fpm pool
- Assume MB if no unit is specified for max file size
- Remove hardcoded PHP version, replaced at build time
* Thu Jul 13 2017 Daniel Berteaud <daniel@firewall-services.com> 0.2.0-1.sme
- Support smeserver-php-fpm