Hello community, here is the log from the commit of package otrs for openSUSE:Factory checked in at 2020-08-04 20:21:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/otrs (Old) and /work/SRC/openSUSE:Factory/.otrs.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "otrs" Tue Aug 4 20:21:03 2020 rev:69 rq:824151 version:6.0.27 Changes: -------- --- /work/SRC/openSUSE:Factory/otrs/otrs.changes 2020-04-09 23:15:01.746229735 +0200 +++ /work/SRC/openSUSE:Factory/.otrs.new.3592/otrs.changes 2020-08-04 20:21:12.772987772 +0200 @@ -1,0 +2,7 @@ +Sat Aug 1 12:32:06 UTC 2020 - [email protected] + +- fix deps + * add missing perl(Moo) +- add otrs-CheckModules.patch + +------------------------------------------------------------------- New: ---- otrs-CheckModules.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ otrs.spec ++++++ --- /var/tmp/diff_new_pack.vHtZUO/_old 2020-08-04 20:21:14.108988118 +0200 +++ /var/tmp/diff_new_pack.vHtZUO/_new 2020-08-04 20:21:14.112988119 +0200 @@ -57,6 +57,8 @@ Patch1: %{name}-httpd_conf.patch # PATCH-FIX-OPENSUSE -- don't test write permissions on bin/ Patch2: otrs-perm_test.patch +# PATCH-FIX-OPENSUSE -- missing check for perl(Moo) +Patch10: otrs-CheckModules.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(pre): coreutils @@ -91,6 +93,7 @@ Requires: perl(Digest::SHA) Requires: perl(LWP::UserAgent) Requires: perl(List::Util::XS) +Requires: perl(Moo) Requires: perl(Net::DNS) >= 0.60 Requires: perl(Template) Requires: perl(Template::Stash::XS) @@ -180,6 +183,7 @@ %setup -q -n %{name}-%{otrs_ver} -a 1 %patch1 %patch2 +%patch10 ### Is this critical ? (https://bugs.otrs.org/show_bug.cgi?id=12889) # rpmlint: pem-certificate /srv/otrs/Kernel/cpan-lib/Mozilla/CA/cacert.pem ++++++ otrs-CheckModules.patch ++++++ Index: bin/otrs.CheckModules.pl =================================================================== --- bin/otrs.CheckModules.pl.orig +++ bin/otrs.CheckModules.pl @@ -427,6 +427,17 @@ my @NeededModules = ( }, }, { + Module => 'Moo', + Required => 1, + Comment => 'Minimalist Object Orientation.', + InstTypes => { + aptget => 'libmoo-perl', + emerge => 'dev-perl/Moo', + zypper => 'perl-Moo', + ports => 'perl/p5-moo', + }, + }, + { Module => 'Net::DNS', Required => 1, VersionsNotSupported => [
