Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
otrs
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 12
[-]
[+]
Changed
otrs.spec
@@ -4,17 +4,19 @@ # did not receive this file, see http://www.gnu.org/licenses/gpl.txt. # -- # -Summary: The Open Ticket Request System. +Summary: The Open Ticket Request System Name: otrs -Version: 2.3.4 +Version: 2.4.2 License: GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Group: Applications/Mail URL: http://www.otrs.org/ -Provides: otrs Requires: perl perl-DBI mysql perl-libwww-perl %if 0%{?suse_version} +%if 0%{?suse_version} > 1020 +BuildRequires: fdupes +%endif Requires: perl-GD perl-GDGraph perl-GDTextUtil perl-Net-DNS perl-Digest-MD5 apache2 apache2-mod_perl mysql-client Requires: perl-Msql-Mysql-modules mysql-shared procmail BuildRequires: apache2 apache2-devel pwdutils @@ -59,7 +61,7 @@ Christian Schoepplein <cs at otrs.de> Franz Breu <breu.franz at bogen.net> Fred van Dijk <fvandijk at marklin.nl> - Lars MÜLLER <lars at m5r.de> + Lars MueLLER <lars at m5r.de> Nicolas Goralski <ngoralski at oceanet-technology.com> Richard Kammermayer <rk at otrs.de> Stefan Rother <sr at otrs.de> @@ -131,7 +133,7 @@ - easy to write different frontends (e. g. X11, console, ...) - own package manager (e. g. for application modules like webmail, calendar or filemanager) - - a fast and usefull application + - a fast and useful application %if 0%{?suse_version} < 900 @@ -175,8 +177,7 @@ # replace apache with apache2 sed "s/rcapache/rcapache2/" scripts/suse-rcotrs-config > /tmp.otrs.$$ && mv /tmp.otrs.$$ scripts/suse-rcotrs-config sed "s/apache/apache2/" scripts/suse-rcotrs > /tmp.otrs.$$ && mv /tmp.otrs.$$ scripts/suse-rcotrs -%__install -m 644 scripts/suse-rcotrs-config $RPM_BUILD_ROOT/etc/sysconfig/otrs - +%__install -D -m 644 scripts/suse-rcotrs-config $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.otrs %__install -m 755 scripts/suse-rcotrs $RPM_BUILD_ROOT%{_initdir}/otrs rm -f $RPM_BUILD_ROOT/sbin/otrs ln -s ../../etc/init.d/otrs $RPM_BUILD_ROOT%{_sbindir}/rcotrs @@ -184,8 +185,10 @@ %__install -m 755 scripts/redhat-rcotrs $RPM_BUILD_ROOT%{_initdir}/otrs %__install -m 644 scripts/redhat-rcotrs-config $RPM_BUILD_ROOT/etc/sysconfig/otrs %endif - %__install -m 644 scripts/apache2-httpd-new.include.conf $RPM_BUILD_ROOT%{_apaconfdir}/otrs.conf +%if 0%{?suse_version} > 1020 +%fdupes $RPM_BUILD_ROOT +%endif # set permission useradd %{_otrsusr} || : @@ -212,7 +215,7 @@ %post %if 0%{?suse_version} # sysconfig -%{fillup_and_insserv -s otrs START_OTRS} +%{fillup_and_insserv} %endif # if it's a major-update backup old version templates (maybe not compatible!) @@ -282,7 +285,11 @@ %files %defattr(-,root,root) +%if 0%{?suse_version} +/var/adm/fillup-templates/sysconfig.otrs +%else %config(noreplace) /etc/sysconfig/otrs +%endif %config %{_apaconfdir}/otrs.conf %{_initdir}/otrs @@ -292,7 +299,7 @@ %config(noreplace) /opt/otrs/Kernel/Config.pm %config(noreplace) /opt/otrs/Kernel/Config/GenericAgent.pm -%config(noreplace) /opt/otrs/var/log/TicketCounter.log +##%config(noreplace) /opt/otrs/var/log/TicketCounter.log %config(noreplace) /opt/otrs/.procmailrc %config(noreplace) /opt/otrs/.fetchmailrc %config(noreplace) /opt/otrs/.mailfilter @@ -334,6 +341,7 @@ %dir /opt/otrs/var/spool/ %dir /opt/otrs/var/cron/ %dir /opt/otrs/var/tmp/ +%dir /opt/otrs/var/pics %dir /opt/otrs/var/pics/stats/ %dir /opt/otrs/var/packages /opt/otrs/var/packages/Support-*.opm @@ -351,6 +359,9 @@ %changelog +* Thu Jul 30 2009 Carsten Schoene <cs@linux-administrator.com> - 2.4.2-1 +- new release 2.4.2 + * Fri Jan 01 2009 Carsten Schoene <cs@linux-administrator.com> - new release 2.3.4 # Updated Chinese translation, thanks to Never Min!
Added
otrs-2.4.2.tar.bz2
^