update to 3.3.11
require perl-Crypt-Eksblowfish and replace --otrs-group=apache with --otrs-group=nobody [release 3.3.11-1mamba;Thu Jan 01 2015]
This commit is contained in:
parent
a9306014a9
commit
3afd25dad9
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{?sitename:%sitename-website-}otrs
|
Name: %{?sitename:%sitename-website-}otrs
|
||||||
Version: 3.3.8
|
Version: 3.3.11
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An Open source Ticket Request System (also well known as trouble ticket system)
|
Summary: An Open source Ticket Request System (also well known as trouble ticket system)
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
@ -106,6 +106,7 @@ Requires: perl-GD-Text
|
|||||||
Requires: perl-GD-Graph
|
Requires: perl-GD-Graph
|
||||||
Requires: perl-JSON-XS
|
Requires: perl-JSON-XS
|
||||||
Requires: perl-PDF-API2
|
Requires: perl-PDF-API2
|
||||||
|
Requires: perl-Crypt-Eksblowfish
|
||||||
Provides: perl(HTML::Safe)
|
Provides: perl(HTML::Safe)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -233,7 +234,7 @@ if [ $1 -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
if [ $1 -ge 1 ]; then
|
if [ $1 -ge 1 ]; then
|
||||||
/opt/otrs/bin/otrs.SetPermissions.pl /opt/otrs --otrs-user=otrs \
|
/opt/otrs/bin/otrs.SetPermissions.pl /opt/otrs --otrs-user=otrs \
|
||||||
--otrs-group=apache --web-user=apache --web-group=nobody /opt/otrs >/dev/null
|
--otrs-group=nobody --web-user=apache --web-group=nobody /opt/otrs >/dev/null
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
@ -261,6 +262,10 @@ exit 0
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 01 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.11-1mamba
|
||||||
|
- update to 3.3.11
|
||||||
|
- require perl-Crypt-Eksblowfish and replace --otrs-group=apache with --otrs-group=nobody
|
||||||
|
|
||||||
* Fri Jul 18 2014 Automatic Build System <autodist@mambasoft.it> 3.3.8-1mamba
|
* Fri Jul 18 2014 Automatic Build System <autodist@mambasoft.it> 3.3.8-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user