From 3afd25dad92862d011bbcfb70798f6a6fc2a7ffb Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:19:58 +0100 Subject: [PATCH] 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] --- otrs.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/otrs.spec b/otrs.spec index 38834c4..d08b320 100644 --- a/otrs.spec +++ b/otrs.spec @@ -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 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 3.3.8-1mamba - automatic update by autodist