https://bugs.contribs.org/show_bug.cgi?id=10691

--- Comment #1 from Jean-Philippe Pialasse <te...@pialasse.com> ---
/usr/bin/plague-client build smeserver-geoip smeserver-geoip-1_2-4_el6_sme
contribs9
Package smeserver-geoip enqueued.  Job ID: 2018.

%changelog
* Fri Jan 04 2019 Jean-Philipe Pialasse <te...@pialasse.com> 1.2-4.sme
- split smeserver-geoip into smeservergeoip and smeserver-geoip2 for
compatibility [SME: 10691]
- workaround to find for plugin compatibility



this is a first step:

3 rpms will be created :
smeserver-geoip2 : as the last production of John
smeserver-geoip1 : should be same as smeserver-geoip
smeserver-geoip : should be as close as possible as v1.1.2, except it has the
plugin introduced by John, geoip update action should have been removed and
cron should have been removed


next step is to test the yum update process and to try to fix the plugin so it
seek for v2 and default to v1 if unavailable. Currently v1 has just been
commented out.

# $self->load_geoip1() and return 1;
$self->load_geoip2() and return 1;

should rather become


$self->load_geoip2() and return 1;
$self->load_geoip1() and return 1;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to