[otrs-cvs] otrs/scripts rhel6-otrs.spec, 1.1, 1.2 rhel5-otrs.spec, 1.1, 1.2 fedora-otrs-4.spec, 1.20, 1.21
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments: Update of /home/cvs/otrs/scripts In directory lancelot:/tmp/cvs-serv30515/scripts Modified Files: rhel6-otrs.spec rhel5-otrs.spec fedora-otrs-4.spec Log Message: Improved package dependencies. Author: mb Index: rhel6-otrs.spec =================================================================== RCS file: /home/cvs/otrs/scripts/rhel6-otrs.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -2 -u -d -r1.1 -r1.2 --- rhel6-otrs.spec 11 Dec 2012 16:28:50 -0000 1.1 +++ rhel6-otrs.spec 18 Dec 2012 08:04:17 -0000 1.2 @@ -19,5 +19,5 @@ Group: Applications/Mail Provides: otrs -Requires: perl cronie perl(DBI) perl(URI) mod_perl httpd procmail perl(Date::Format) perl(LWP::UserAgent) perl(Net::DNS) perl(IO::Socket::SSL) perl(Time::HiRes) perl(XML::Parser) +Requires: perl perl-core cronie perl(DBI) perl(Crypt::SSLeay) perl(Digest::SHA) perl(Net::LDAP) perl(URI) mod_perl httpd procmail perl(Date::Format) perl(LWP::UserAgent) perl(Net::DNS) perl(IO::Socket::SSL) perl(XML::Parser) Autoreqprov: no Release: 01 @@ -152,4 +152,7 @@ %changelog +* Mon Dec 17 2012 - [email protected] +- Added dependencies to Digest::SHA, Net::LDAP and Crypt::SSLeay, available from base repositories. +- Removed dependency on Time::HiRes in favor of perl-core package. * Tue Dec 12 2012 - [email protected] - spec for RHEL6 created. Author: mb Index: rhel5-otrs.spec =================================================================== RCS file: /home/cvs/otrs/scripts/rhel5-otrs.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -2 -u -d -r1.1 -r1.2 --- rhel5-otrs.spec 11 Dec 2012 16:29:53 -0000 1.1 +++ rhel5-otrs.spec 18 Dec 2012 08:04:17 -0000 1.2 @@ -19,5 +19,5 @@ Group: Applications/Mail Provides: otrs -Requires: perl anacron perl(DBI) perl(URI) mod_perl httpd procmail perl(Date::Format) perl(LWP::UserAgent) perl(Net::DNS) perl(IO::Socket::SSL) perl(XML::Parser) +Requires: perl anacron perl(DBI) perl(URI) mod_perl httpd procmail perl(Crypt::SSLeay) perl(Date::Format) perl(LWP::UserAgent) perl(Net::DNS) perl(Net::LDAP) perl(IO::Socket::SSL) perl(XML::Parser) Autoreqprov: no Release: 01 @@ -152,4 +152,6 @@ %changelog +* Mon Dec 17 2012 - [email protected] +- Added dependencies to Net::LDAP and Crypt::SSLeay, available from base repositories. * Tue Dec 12 2012 - [email protected] - spec for RHEL5 created. Author: mb Index: fedora-otrs-4.spec =================================================================== RCS file: /home/cvs/otrs/scripts/fedora-otrs-4.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -2 -u -d -r1.20 -r1.21 --- fedora-otrs-4.spec 20 Nov 2012 16:04:53 -0000 1.20 +++ fedora-otrs-4.spec 18 Dec 2012 08:04:17 -0000 1.21 @@ -10,5 +10,5 @@ # -- # -# please send bugfixes or comments to [email protected] +# please file bugfixes or comments on http://bugs.otrs.org # # -- @@ -19,5 +19,5 @@ Group: Applications/Mail Provides: otrs -Requires: perl cronie perl(DBI) perl(URI) mod_perl httpd procmail perl(Date::Format) perl(LWP::UserAgent) perl(Net::DNS) perl(IO::Socket::SSL) perl(XML::Parser) +Requires: perl cronie httpd mod_perl procmail perl(Date::Format) perl(DBI) perl(Encode::HanExtra) perl(IO::Socket::SSL) perl(JSON::XS) perl(GD::Graph) perl(GD::Text) perl(LWP::UserAgent) perl(Mail::IMAPClient) perl(Net::DNS) perl(Net::LDAP) perl(Net::SSL) perl(PDF::API2) perl(Text::CSV) perl(Text::CSV_XS) perl(URI) perl(version) perl(XML::Parser) Autoreqprov: no Release: 01 @@ -63,4 +63,7 @@ install -m 644 scripts/apache2-httpd.include.conf $RPM_BUILD_ROOT/etc/httpd/conf.d/zzz_otrs.conf +# register apache +systemctl enable httpd.service + # set permission export OTRSUSER=otrs @@ -127,5 +130,5 @@ echo "" echo "[httpd services]" -echo " Restart httpd 'service httpd restart'" +echo " Restart httpd 'systemctl restart httpd.service'" echo "" echo "[install the OTRS database]" @@ -152,4 +155,6 @@ %changelog +* Mon Dec 17 2012 - [email protected] +- Updated to use Fedora 17 & 18 packages. * Thu Mar 07 2007 - [email protected] - spec for Fedora created --------------------------------------------------------------------- OTRS mailing list: cvs-log - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/cvs-log To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log