Overview

Request 70953 accepted

update to 3.0.7, ITSM to 3.0.3

Loading...
Request History
Christian Wittmer's avatar

computersalat created request

update to 3.0.7, ITSM to 3.0.3


Saul Goodman's avatar

licensedigger approved review

{"approve": "preliminary, version number changed"}


Sascha Peilicke's avatar

saschpe accepted request

Accepted submit request 70953 from user licensedigger


Saul Goodman's avatar

licensedigger accepted review

{"approve": "preliminary, version number changed"}


Stephan Kulow's avatar

coolo accepted review

Builds for repo openSUSE_Factory

Output of check script (non-fatal):
- package has otrs.rpmlintrc: (new or modified)
--------------------------------------------------------------
addFilter('hidden-file-or-dir')
addFilter('macro-in-comment')
addFilter('non-etc-or-var-file-marked-as-conffile')
addFilter('non-executable-script')
addFilter('zero-length')
--------------------------------------------------------------
###ASK otrs/otrs.rpmlintrc
WARNING: macro used in version line
packager is responsible that the resulting string
is non-empty and contains no "-".
----------
Name: otrs
Summary: The Open Ticket Request System
Version: %{otrs_ver}
Release: 1
License: AGPLv3
--
License: AGPLv3
Summary: ITIL (R) focused IT service management
Version: %{itsm_ver}
Release: 1
Group: Productivity/Networking/Email/Utilities
----------
--------------------------------------------------------------
otrs/otrs.spec has a %pre with groupadd and/or useradd
please check if this is ok:

-----------------master-table-entry:--------------------------
/work/cd/lib/misc/group:otrs otrs:x:YY:
/work/cd/lib/misc/passwd:otrs otrs:x:XX:YY:OTRS user:/opt/otrs:/bin/false

-----------------specfile section:----------------------------
%preun
%stop_on_removal otrs
%pre
# on `rpm -ivh` PARAM is 1
# on `rpm -Uvh` PARAM is 2
if [ -z "`%{_bindir}/getent group %{name} 2>/dev/null`" ]; then
%{_sbindir}/groupadd -g 88 -r %{name} 2>/dev/null
else
if [ `%{_bindir}/id -g %{name}` != 88 ]; then
%{_sbindir}/groupmod -g 88 %{name} 2>/dev/null
fi
fi
if [ -z "`%{_bindir}/getent passwd %{name} 2>/dev/null`" ]; then
%{_sbindir}/useradd -c "OTRS User" -d %{otrs_root}/%{name} -G %{name},www -g %{name} -u 88 -r -s /bin/false %{name} 2>/dev/null
else
if [ `%{_bindir}/id -u %{name}` != 88 ]; then
%{_sbindir}/usermod -G %{name},www -g %{name} -u 88 %{name} 2>/dev/null
fi
fi

%post
--------------------------------------------------------------

openSUSE Build Service is sponsored by