]> git.pld-linux.org Git - packages/otrs.git/commitdiff
- fixed for apache
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 11 Feb 2009 12:21:48 +0000 (12:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    otrs-paths.patch -> 1.5
    otrs.spec -> 1.81

otrs-paths.patch
otrs.spec

index 40cc0814014ebe4a0a6d2fda26c6c7431166cd18..fcccb5a5acbe55827c2562968d7a7891ea9bcfef 100644 (file)
      No such file or directory! - http://bugs.otrs.org/show_bug.cgi?id=9
   - fixed HTML table bug in AdminArea::Queue (just with Netscape)
   - fixed SQL table preferences bug (use script/DBUpdate.mysql.sql)
+--- ./scripts/apache2-perl-startup.pl.org      2008-03-28 12:40:15.000000000 +0100
++++ ./scripts/apache2-perl-startup.pl  2009-02-11 13:05:06.537673495 +0100
+@@ -8,8 +8,8 @@ use warnings;
+ $ENV{MOD_PERL} =~ /mod_perl/ or die "MOD_PERL not used!";
+ # set otrs lib path!
+-use lib "/opt/otrs/";
+-use lib "/opt/otrs/Kernel/cpan-lib";
++use lib "/usr/share/otrs/";
++use lib "/usr/share/otrs/Kernel/cpan-lib";
+ # pull in things we will use in most requests so it is read and compiled
+ # exactly once
index bd382a9492d2ef0c92e7f13aa1d97ec38d7b01d9..5bb3fab95f5e76d932983af00d8cb5c4eedbbade 100644 (file)
--- a/otrs.spec
+++ b/otrs.spec
@@ -9,7 +9,7 @@ Summary:        The Open Ticket Request System
 Summary(pl.UTF-8):     Open Ticket Request System - otwarty system zgłaszania żądań
 Name:          otrs
 Version:       2.3.4
-Release:       0.1
+Release:       0.2
 Epoch:         1
 License:       GPL
 Group:         Applications/Databases
@@ -37,6 +37,10 @@ Requires:    perl-DBD-mysql
 #Requires:     perl-MIME-Base64
 #Requires:     perl-MIME-tools
 #Requires:     perl-URI
+# Required for apache loading script:
+Requires:      perl-Crypt-PasswdMD5
+Requires:      perl-Text-CSV
+#####
 Requires:      procmail
 Requires:      smtpdaemon
 Conflicts:     logrotate < 3.7-4
This page took 0.060937 seconds and 4 git commands to generate.