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:
Silvan Calarco 2024-01-06 08:19:58 +01:00
parent a9306014a9
commit 3afd25dad9

View File

@ -28,7 +28,7 @@
%endif
Name: %{?sitename:%sitename-website-}otrs
Version: 3.3.8
Version: 3.3.11
Release: 1mamba
Summary: An Open source Ticket Request System (also well known as trouble ticket system)
Group: Applications/Web
@ -106,6 +106,7 @@ Requires: perl-GD-Text
Requires: perl-GD-Graph
Requires: perl-JSON-XS
Requires: perl-PDF-API2
Requires: perl-Crypt-Eksblowfish
Provides: perl(HTML::Safe)
%description
@ -233,7 +234,7 @@ if [ $1 -eq 1 ]; then
fi
if [ $1 -ge 1 ]; then
/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
exit 0
@ -261,6 +262,10 @@ exit 0
%doc COPYING
%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
- automatic update by autodist