rrdtool-cached-1.7.0-lp150.3.4 >  A Z8/=„zXbXofNc® mf6dõ4գ&8m6:xrJ[\߳Rj9s !fF e TzRYlI .2#^WX;.Q̊v^ϹfLduud0 Eߗ8_BQ?43gu7&7!hXe3:NNxxNnP̅g/lc54878e8951512dd2d0d52332b366bb6c8ca9b22549fb7a72a8a6a2395affd44befab0b8ad40d4e2c140fd54bb20c32760f4857dhZ8/=„u'[Dž|Ft1IMkj`q~ ݜV?[ R/O+JDK~#$ѹEJyܣOJ@  dBnWuVd|>pFa?ad ! A  )/6X9b       H    $ L ~   (8-9-:-=[j>[r?[z@[F[G[ H[ I[ X[Y\\\ ]\H ^\ b]zc^#d^e^f^l^u^ v^w` x` y` za(a8a<aBaCrrdtool-cached1.7.0lp150.3.4Data caching daemon for RRDtoolrrdcached is a daemon that receives updates to existing RRD files, accumulates them and, if enough have been received or a defined time has passed, writes the updates to the RRD file. The daemon was written with big setups in mind which usually runs into I/O related problems. This daemon was written to alleviate these problems.Z@lamb60openSUSE Leap 15.0openSUSEGPL-2.0+ AND LGPL-2.0+https://bugs.opensuse.orgProductivity/Scientific/Mathhttp://oss.oetiker.ch/rrdtool/linuxx86_64getent group rrdcached >/dev/null || groupadd rrdcached getent passwd rrdcached >/dev/null || useradd -s /sbin/nologin -g rrdcached -c rrdcached -d /var/lib rrdcached test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in rrdcached.service rrdcached.socket ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in rrdcached.service rrdcached.socket ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-rrdtool-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-rrdtool-update-$service-new-in-upgrade" fi done for service in rrdcached.service rrdcached.socket ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi PNAME=rrdtool SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset rrdcached.servicet rrdcached.socket || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in rrdcached.servicet rrdcached.socket ; do if [ ! -e "/run/rpm-rrdtool-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-rrdtool-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in rrdcached.servicet rrdcached.socket ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/rddcached.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable rrdcached.service rrdcached.socket || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop rrdcached.service rrdcached.socket ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart rrdcached.service rrdcached.socket ) || : fi else # package uninstall for service in rrdcached.service rrdcached.socket ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi@p:8* 1&큤AZ%ZZZZZZZZZad0c8519e3d95fb0ea04be7a0b87b68f1f16472ef3db8a9ca8a95d9afb30904f2f4494c8f532dbac03cd62f22eaee414e9b8641056a10751c33198adba2003d91c70a16d953d7341fbda650b389c8ceab43450152a02c8940f15bfc3e6071fa0936f067bae60ba782398d68070bb324b62a62c29601f651b8608af9e7cf91ef0862aae9bc68de6f1e9861395eb6a13308b093dec6fdb367347f0db0594314d1e9ee0f53ce4dc956addb921824bc96a2175c56ef181d987190b8f3ebf5d0795c4311b70d6e85b8107d52b7b7f7fb7b411683a4ad060957b67863910255f7abc9dservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-lp150.3.4.src.rpmrrdtool-cachedrrdtool-cached(x86-64) @@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libglib-2.0.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)librrd.so.8()(64bit)libwrap.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rrdtoolshadow3.0.4-14.6.0-14.0-15.2-11.7.0-lp150.3.44.14.1Z@ZYu@YZ1YZ1XF@X@VUV@Uc@Uc@TTTLTq@Tl@RmR@RΏ@R@RNRNRM\@RL QLQ@QQ@Q^PP@P{@O"Oz@OTO&@MMz@M@L!LN@KQ@KKIcIcrbrown@suse.comjmatejek@suse.comdimstar@opensuse.orgtchvatal@suse.comtchvatal@suse.comjengelh@inai.deluizluca@tre-sc.jus.braj@ajaissle.deaj@ajaissle.dejengelh@inai.dedimstar@opensuse.orgp.drouand@gmail.comkstreitova@suse.comkstreitova@suse.comLed dimstar@opensuse.orgobs@botter.cccoolo@suse.comjreidinger@suse.comvdziewiecki@suse.comp.drouand@gmail.comobs@botter.ccp.drouand@gmail.comobs@botter.ccdvaleev@suse.comschwab@suse.demhrusecky@suse.comvdziewiecki@suse.comidonmez@suse.comcoolo@suse.comcoolo@suse.comidonmez@suse.comsaschpe@suse.devdziewiecki@suse.comdmueller@suse.demax@novell.commax@novell.compascal.bleser@opensuse.orgcoolo@novell.comanicka@suse.czanicka@suse.czanicka@suse.czcoolo@novell.comcrrodriguez@suse.deanicka@suse.cz- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- build bindings for Python 3 instead of Python 2 * python3.patch- Only move the lua bindings from /usr/local when needed: this was generally only a hack as our lua.pc 'forgot' to expose the variables INSTALL_CMOD. As lua is now being fixed, this hack is no longer needed (for compatibility with older/broken lua packages we keep it in place, but don't abort if the move failed).- Cleanup bit with spec-cleaner - Move all BR to the top so it is obvious what is needed for which part - Build with latest lua not 5.1- Version update to 1.7.0: * Many coverity scan bugfixes * For full detailed log see CHANGES file - Add dependency on python-setuptools for python building- Implement shared library packaging guideline - Reduce %serivce_* calls, speed up find by using {}+ instead, rectify RPM groups, trim descriptions. - Abort package installation when user/group cannot be created.- Update to 1.6.0 Features * librrd is now fully thread-safe. librrd_th is gone * make lua bindings work with lua 5.1 * configure option to disable doc building --enable-docs=no * new CDEF function SMIN: a,b,c,3,SMIN -> min(a,b,c) * new CDEF function SMAX: a,b,c,3,SMAX -> max(a,b,c) * new CDEF function STDEV: a,b,c,3,STDEV -> stdev(a,b,c) * new CDEF function POW: a,b,POW -> a**b * new CDEF function PERCENT: a,b,c,95,3,PERCENT -> find 95percentile of a,b,c * re-introducted --showtime option on rrdxport * be more careful in determining the locales idea of first day of the week * lots of spelling fixes all around - Removed rrdtool-1.5.4-lua-5.2.patch as upstream already supports lua 5.2 since https://github.com/oetiker/rrdtool-1.x/commit/7af5f76227330504d4d16234488c1118d4409621 However, spec still requires explicitily lua51-devel (but lua52-devel also works) - librrd_th* references are gone - Patches refreshed- Update to 1.5.5 Bugfixes * fix JSON output in xport with legend and gprint blocks * fix parse_time mutex unlocking in the error case * don't crash on invalid variable names in CDEF * add mutex locking in rrdc_fetch * fix buffer overflow in rrd_restore * shorten test precision to 7 digits ... * never exit from a library function * buffer overflow in rrd_restore.c fixed #669 - Added rrdtool-1.5.4-lua-5.2.patch: lua >= 5.2 uses lua_callk- Update to 1.5.4 Bug Fixes * parse floating point numbers according to C locale in rrdtool create arguments, regardless of the systems locale setting. * include missing rrd_rados.h into distribution archive * make rrdtool work on ARM again * make rrdtool test suit pass on 32bit OSs * fix --grid-dash option regression in graph * fix systemd support * fix link dependency for libpng since we are using functions directly * fix python module name * fix rrdtool tune to accept U in minimum and maximum options * fi * rrd_parsetime now uses a mutex lock to become thread safe * rrd_xport is now thread safe * stop using MAX_PATH and make everything dynamic and make rrdtool work on Gnu HURD ... thanks nirgal! Features * new RPN operators: STEPWIDTH, NEWDAY, NEWWEEK, NEWMONTH and NEWWEEK together they allow to draw graphs where a rate is converted back to absolute numbers and accumulated over a period.. - Changelog 1.5.3 Bug Fixes * Brought commmand-line options and documentation back into sync. * Make LINE dashes option work again - Changelog 1.5.2 Bug Fixes * paramters in VDEF are vnames and not data source names, hence they can be 255 chars long and not only 20 - Changelog 1.5.1 Bug Fixes * parse numbers up to 40 characters long .. * fix install rules for Python and Lua * include missing VERSION and LICENSE file * unlink before rename in rrd_create when running on WIN32 - Changelog 1.5.0 New Features * automatic x-axis labels that work from 1s to 30y on a single chart * librados integration * new datasource types: DCOUNTER and DDERIVE (they work the same as the original DS, except that they can deal with floatingpoint numbers). * compile without graphics libraries: ./configure --disable-rrd_graph * updated windows port (see WIN32-BUILD-TIPS.txt) * single step RRAs for MIN,MAX,LAST are generated virtually from an AVERAGE RRA * ignore updates in the past with rrdtool update --skip-past-updates * ignore a LINE when scaling a chart using the skipscale option * detect 32bit timeoverflows * massive performance boost for charts with more than 100 DEF line by switching form a linear search to a HASH when searching for data * improved cross compilation support * .Net bindings * allow rrdtool graph to silently skip non-existing source files using the - -use-nan-for-all-missing-data option * restore from a pipe (rrdtool restore - y.rrd) * in rrdtool create, row count and step can be defined in absolute time * all new "create on steroids" can pull both data and configuration from existing rrd files * use rrdtool graph to chart arbitrary data via a callback function for data fetching support is integrated in the perl bindings. * re-written parser for rrdtool graph commands. It now follows a simple key value pattern, compatible with the previous syntax. * MEDIAN op for CDEF expressions * DEPTH,INDEX,COPY,ROL ops for CDEF (as seen in PostScript) * gradient AREA backgrounds * no more locale magic while reading numeric data. Bugfixes * all the bugs fixed in 1.4.x during 1.5 development - Changelog 1.4.9 New Features * allows rrdrestore to read input from stdin * add documentation for RRDs::xport * RPN operators MINNAN and MAXNAN * --left-axis-format option to rrd_graph Bugfixes * properly verify validity of user suplied format strings * remove graph functions from python module when compiled without graphing support * verify that only short integers are used in COMPUTE rpn expressions * eliminate duplicate setlocale calls * fixed endless loop and double frees in rrd_restore * fixed missing variable initializations in rrd_graph * fixed JSON output format to actually be valid JSON * detect failing fallocate and fall back to seeking * fixed format string in ruby bindings - Changelog 1.4.8 Highlights * rrd_graph now uses a map to lookup variable names causing graphs with many items to be drawn magnitudes faster as the linear search of the variable tables is gone now. * the optional argument :skipscale allows for a LINE or AREA instruction to be excluded from having an effect on the scaling of the graph * TRENDNAN is now working properly and als not crashing anymore * Added a no-op string positioning combo "\." this allows to write COMMENT:OS\2\. which would otherwise not be possible. * JSON output of xport is now actually json compilant by its keys being properly quoted now. * The label positioner in rrd_graph is now properly ignoring the current state of DST. * fixes and enhancements for Python, Ruby, TCL and Perl bindings * improved error reporting in rrd_graph * portability and cross compilation * code and bugtracker moved to https://github.com/oetiker/rrdtool-1.x - Dropped patches (included upstream): - rrdtool-1.4.7-CVE-2013-2131-imginfo_format_check.patch - Dropped patches (resolved otherwise): - rrdtool-lua-ruby_lib64.patch - rrdtool-tclversion.patch - Dropped cgilib-0.7.tar.gz + cgilib-fix_automake.patch (no references to cgilib or cgi.h found, so benefit unclear) - Spec cleanup + Added new perl-rrdtool subpackage containing the perl bindings + Added new -doc subpackge * bcond_without for lua, python, ruby and tcl * bcond_without for libdbi, libwrap (tcpd) * bcond_with for rados (ceph) - Dropped BuildRequires: autoconf + automake (was needed for cgilib) - Dropped BuildRequires: libart_lgpl-devel (replaced by cairo/pango in earlier releases)- Do not hard-depend on systemd, the macros support soft fails. - Ignore errors from useradd/groupadd - Update RPM groups- Ignore absence of systemd-tmpfiles, it won't be present in the build env.- add rddtool.changes to sources list- modify a %prep phase to replace all timestamps in *.c and *.h with the date and time obtained from the last changelog entry bnc#915946- add rrdtool-1.4.7-CVE-2013-2131-imginfo_format_check.patch that adds check to the imginfo format to prevent crash or exploit bnc#828003, CVE-2013-2131.- fix bashisms in rrdcached-systemd-pre script- Replace systemd BuildRequires with pkgconfig(systemd): we do not require the full installation / dep chain of systemd.- again fix PIDfile handling for rrdcached in systemd file (ugly now: because of removal of declaration in sysconfig file; it has to be declared twice in service file) - add PIDfile directory using tmpfiles now- don't require ruby, the package but the right version of the abi- fix build for ruby 2.1- Fix bnc#793636 almost undistinguishable wheter there is "no data" or "zero valued data" on the rendered graph - rrdtool-zero_vs_nothing.patch - I did this to prepare rrdtool for SLE12 - bnc#831773 - [openSUSE goes SLE12]: rrdtool: Change and/or patches may have been lost- Remove PIDfile definition of sysconfig file and add it in systemd service file - Fix PIDfile location to /run instead of var/lib/rccached- fix rrdcached service file (type=forking), add pid file variable- Build is disable for SLE; remove sysvinit support - CLean obsolete conditionnal macros - Fix devel package Group; it have to be Development/Libraries- add systemd service for rrdcached- rename rrdtool-lua_lib64.patch to rrdtool-lua-ruby_lib64.patch since it sets libdir for ruby as well - Package ruby bindings into ruby-rrdtool package- Work around makefile dependencies on installed ruby headers during installation - Avoid running autoreconf, remove rrdtool-automake.patch- Fix the hack from previous entry to work everywhere- Fix build failure: make looks for ruby.h in wrong place.- Add Source URL, see https://en.opensuse.org/SourceUrls- remove suse_update_config- add explicit buildrequire on groff for man pages- Fix build with new automake- Only require lua51-devel on openSUSE_12.2 or later- update to 1.4.7 * check in /usr/lib64 for tclConfig.sh too * remove perl 5.004 compatibility hack and make RRDs compile with newer perls. * added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes. * configure option to disable building rrd_graph: --disable-rrd_graph With support from Ulf Zimmermann (OpenLane) * fixed segfault in rrdtool (xport, fetch, graph) when handling error conditions. -- James Brown * fix uninitialized variable in rrd_graph (#322) * improved data reduction algorithm in graph: after fetching, data must be reduced to at least chart resolution, else some data will not get plotted. fix for #298 * plug memory leak in lua bindings #301 * improve cross compiling -- Michael Olbrich- require lua51-devel- Fix two segfaults in the Tcl binding.- Move the Tcl bindings into a separate subpackage. - Remove the superfluous call to (bnc#693085). - Adopt the current practice of packaging Tcl extensions.- build lua bindings (new subpackage lua-rrdtool) - update to 1.4.5: * rrdcached: print \n at the end of log messages when running rrdcached in the foreground * rrdcached: Let the -s, -m and -P options affect the default socket as well * rrdgraph: font related memory leaks fixed #208 * rrdgraph-libdbi: print error message instead of dumping core on sql problem * rrdgraph-libdbi: properly allocated response buffer * rrdtool: in remote mode, make argument count for remote commmands strict * rrdgraph: fix problems with second %s in right-axis format * everywhere: fix locale handling. locales were not properly reset after calling set locale * rrdgraph: fix use of %s in strftime (G)PRINT commands #277 * ruby: fix bindings to be compatible with curent ruby implementations #279 * rrdcached: Ensure that response_read() always calls fflush() or fclose() #278 * rrd_client: free addrinfo list after use ... * rrdupdate: follow the normal code path for exiting rrd_update if there is a problem with rrdc, plugging a memory leak on the way * rrdgraph: make sure we do not try to draw points all that far outside the drawing area since some versions of cairo seem to go unstable when this happens * rrdgraph: fix an endles loop near 2^31 timestamp (32bit platform problem) * rrdcached: fix permissions of the default socket * rrdgraph-libdbi: Fix sigma calculation * rrdcreate: better checks for RRA arguments * rrdgraph: if there is no right label, do not reserve any space for it * Enhancements: + rrdcached: add hosts_access support + rrdfetch/graph: introduce "epoch" as a new base time reference, meaning timestamp 0: you can now write epoch+11111111s or epoch+19711205s * update in-tree cgilib to 0.7: + allow cookies without regular CGI POST/GET variables + support for ';' as delimiter + support for multipart/form-data + support for file upload + decode variable names and data- fix perl file list on factory- update to 1.4.4 * legal: Relicense the RRDCacheD client interface under the MIT license * legal: Updted FLOSS Exception for latest PHP license * rrd_cached: better help output * bugfixes - remove last patch, fixed in upstream - disable calling autoreconf (needs too new gettext)- fixed bnc#594981 (-double.diff)- update to 1.4.3 * rrdcached: Log to stderr (in addition to syslog) when running in foreground. * rrdcached: Added -m command line option. * rrdcached: Added -s option so set group permissions of the UNIX domain socket. * rrd_create: added --no-overwrite option. It prevents rrdtool from clobbering existing rrd files. * ruby bindings: rb_rrd_xport function * use locale settings and _NL_TIME_WEEK_1STDAY to determine the first day of the week. Works on Linux at least * rrd_graph: \u to backup one line for special legend placement tricks * rrd_update: new (better) checker for incoming COUNTER or DERIVED data.- update to 1.4.2 * RRD Caching Daemon (rrdcached) See rrdcached documentation. * The output of rrdtool dump has been adjusted to be simpler to parse by existing xml parsers. * RRD Graphing functions (rrdtool graph) + VDEF PERCENTNAN (a PRECENT that ignores NAN) + CDEF PREDICT and PREDICTSIGMA functions for on-the-fly data prediction without the need to modify existing rrd files as it is required for HoltWinters. + LibDBI integration provides a path to read data directly of a supported SQL database into rrdtool graph. See rrdgraph_libdbi documentation. * quite some more - see NEWS and CHANGES- use --disable-static instead of removing static libraries- update to 1.3.7 * many small updates to the POD documents. * improved win32 source * OSX compilation fixes * rrd_fetch: fix memory leak * rrd_cgi: fix segfault in error reporting routine * rrd_graph: fix TICK for negative numbers * rrd_graph: fix image size reporting for LP64BE architectures * rrd_resize: fix GROW for mmap (it was totally broken)/bin/sh/bin/sh/bin/sh/bin/shlamb60 1511438400 1.7.0-lp150.3.41.7.0-lp150.3.4rrdcachedrrdcachedrrdcached.servicerrdcached.socketrrdcached.confrcrrdcachedsysconfig.rrdcachedrrdcached.1.gzrrdcachedrrdcached-systemd-pre/run//usr/bin//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share//usr/share/rrdcached/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.0/standard/e94f1b289dca55f6230f753ab1037279-rrdtoolcpioxz5x86_64-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/rrdtool-1.7.0-lp150.3.4.x86_64/run/rrdcached' (No such file or directory)ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=515621e21d86ddb1b417fd11b4eded0454437905, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)directoryPOSIX shell script, ASCII text executable RRRR R R R RRRRR Rp)/?Dl쿇'utf-8e5104b156e7e8d74505c0a3963695ed3ab3e58b32bfd4803ffccda4649d36fe1?7zXZ !t/{] cNſ^Js$s 3W"0`cܣI \-,ՠ(K 1W8( Q7(D\?AI>{n0REVO/5?|6R60Cɻ8 y`*zk3_랟Yv=xYmT*_޺'@iUwoo$iiԥkS9 qj[\tYyFr%>. fNxoQ觗$h^mybk!s^ޮGfQ“ɴۦ >\y|Tk礶0fOk>[0юZ(DyAnGp) KWtB}إǴ;4"/T %^-ʠ>.&e(RnF3o <֍bW?? #bXƷL/Ͽ lgf 5n5CR c?W]r߇+ qmAh -`c۪Ѓg2բ4veꗉ_̀_p2y(F)7&1idfHHuܛMD->Ś/Onuh}W _ɔv } |Rנ?!ZƌeٶѦ1zvGnf60O Fأ:'>zll-ʚ.Uz:!9AV a)=r_s؈O4>, Ŀ| 3.woʹ'w`Ipjy*k\)D; flf~]̤t.;f)+hO |jjS, mX=n!Ksk`iKީ) 'Tj:[kO:PДFYst*|d,#hfnu4iaB>Ԕή@ie%.(Rp(t3Bgw̕;cȧ@JL,,x^:AX#MVr!0w"4s 6VcSVբ([7GTF`lGdznrYC-Cp-^QYMDSZpA|N}b- +W[AOɘ_$̃?1h3TUX5˄KYxo8Iqk3Xdr~j'֕* 5hO̒/pϱmzO285T><`, 0Ō'AH^|{YrP*hԬk`GZDH;9@DX_lF'fI0Eέ9K}F//.oCW}!TQ11QO.y:'pb"ޞi{:9!sT#ĜJC3k<Ыbn1#KS؇lVxY`FsT|!mB%Q I&KW_ WKahc1<K.@4_ŝ *(h($r2 ޶V?7Z-9yyܚNQ-p+AL* qOLNlZrv*~֓C!s4ΌMJ!pY ꬛{ ) sCEluK<=mۡJwFt Z78ԃ_>G[W}Pj##QMaj.}Bh0*n.%f%<:ş8ɋن"Ze2F jUC͜&!X.5H(+7ZrXJ^2E$R}e4_hccíEqs!t5B>h3iRF bpEJTK!KҷޠƧbkϐiI?PB0Z+l]{q=㢶r놠EjU+ւ?ٔ TGI2B T\eT rN&KKUjQD3藍#󨹨69Yihtn&P*H-Zz\:d@C%"> 49l#,RgH9TQ^<~׼#;Ȓjhɹ:$ZK(^"c&O4mܼ7~lNg&dzw;ãδ_P4k?ޤz$wFx#/x?ÍUk}*;o%~5f@P{̷'W򥵝urŃ;ӑt,M0E4ָJv,/B@ȗy0ܻ" \t9 i̔F@$.ǖ߆8U9^h|z:qvix1E"zpf똬LHDp<*g32iDc8ᘐQ1$glJB( OʿZw+-i& ;\%Qa`էlOlӹQ XnL#G_Q?j\tZB'pAe]{V xҔ#NUȷ`z1H,,3z` ~@ԌH͂Jpk+X+_9Zğ彗&u,h<+l*Ѝ;R2uo>a6kCxC(~ʡ6Av'N,o:!S6a4XI:WɭךDBU&Iƾt0f|_S+.Q7͟D~'gӜѮF4%HCF/&&V$vosFW9m,W*SzbgB&%A܂(8HCC= Z)|Io?>;ր"ȗ-4Qp[:Þ%34dV7Qk.sP#ʽ6p d M0kmEy6ye WQr7J3*Fne9tm,SQa%3% ![/9c2b({v17^ O ǿIX x5sw60]2v+r8Rq_ ntzo(ݬeiUemSlW]e5Q5X,$DԿHʯ0 +o n2Ńwbe$LPFYEcQ^zUT#Kf@ _S{QK`x8 c^wEs'^~Yh<lpe]͆b ]Fk3<~O.̗wL]]7=f oh7;Qb!J+ҦVOFOJVOf "PG^:}j[mIȽK抎[;=X 9լiE DW!޵sX~vmZ iSv&W,ysXkOb9l侷'gXwH"MTz YΗj085RAT(U [2)uS_mbM -I 3&5&MuPN6$.$x?;w΃Op@0r/!v҈B.尯05Vaɬ|me"~6NIJAǒ^mfL/~AMfnysԧ'!w*za Ob=Ov&b" JISwm$5ذ,K)L@o#MaC)Ly5DBER 6nP@rSF@ 1bX.!x+FimҾx2Elo dMԾ?UYgd0mߘ E z'<ʈ~9CACN3?[4e@R!YŒR{y'Ər} T]q|[uDA%>D/풪]Rz d>ŋ("n~Yijs9;Zc4.R`'Dp4=#n2M%=E Ønl-0J+Q~q֧bPYەs~N=9䞼>Y̙i5+RUk;9 S|ӿid#PuX zACNO |I}l4淢Ix٫|zmʀH=EI }df5 V@xB |9B˜pRQ.ҍ*; ] 'Rkd6Ld^Ф6l#H3 8 %_MBf&3$%qӛ8ޱqe@]vS^R'èzqy5c9-GR*u@5Az{@Y+*v/N3 ̝{WU^*tfV< Jvqz ()}tvլOḍtSp%. hSy -9m#eW6q Nr17z9djm'<*1 =:wK=C7T稉is&_HJEW$v+̴F(Hl>LQ1xȒל&%ظ"wwg* A{`B r4| :,c| ƒ$S79FdN;3nE.!~@6dUh]stߗm .bـV10_:c N t!&riOsIj-\QbE D{qiY #zW=d p32FcSBS3;݊Rhv' [#F<Eo[Zf*r&n>#l잏RTKoxwZ6F! B(wKD jb۶['&fdҋ-{{BDטmJ8$F6ID; 'u N4)* t?,y$fWKO'G@>di@K!WSó,q [߮ը:e㏞CZus7p6`䆴͙C_"t)j4* 2w['t3*҉2 df1RF|,Tf`A#:$~!b޲/9 gq|1~a@dhӓ-a8D/ymL֙5~rH{Pg Il2 _G{=L 6t5ᠴEH<qwH@1HMP26P꟠ޜzr[,;-I$=ԭe?䓨|R6R9HZjyW[R[UObW [WgƻC5>eHgr8^IHX:UCЂkIuĦ#t9c+ <do*Mƍ|XxG#XMXPY#Dx8аA=@֊;"^֎A^|'2ҫWCq DdkqG9AvΓ&mB).*&.޵%nK#+{\tSE.ӐiЅ]8kqm#DlKj&Ȫqd1TNcfGW8 /N(BsfΫW[{[mmҊтt]J-NRv#[zvd $XލC"~"ZM$ lb`o-A˥~5GXAn{ IъXZG%F\s9 HC2;/J( Hp8fdT)YeCڃ9կ"ECe_@}d+ C +ʦl}EogGlvNrVK{W% fz *lh/WL B#M|YugP|am naYY$| ›ԏmk:lz/[k|ևgF\H ;zjs֛irqk!>etV&9O|k$"to*qw>F:=ET\|TpR?H`h%3N\Lޛ[4_}}gDoRܗ (ؖDM \$%⌎巆$E;ELBvc'ct؈J.*dS!'Qؘ H&u$0Xw-a;)ѧ78#3X)MoR'OcSe Gr3((>`NW}@4V$wRX|O4=r7'pU}'ZkO[mw$I8GzY'Ef14|^eɢF`ɞQ 6>Q@+H!m8A74{oz Wex*t@$&jMyE?8oѝI4n_}q'} S.ɜ0) X]C(UL՞jV~Ve؅-uTaDERoU-Oo埏}.IAh-YE{hFūW5OcC2e0_!w'4tG e3$j\v:k3⃀pEU6Ta7x ԪAUU t5nfgJ @1М9'e7䝡"n!bց(wOdo3sd%) LǓKKU%}|JŸ /|Mק{%J_jI zk~A'FCd3yצB/:\:Ar $ A>$-b`@":M)TxNa*Pq!;^B\r*fV?)K #Fɨ8$yJ'~kJo) ~ MHЍ:qIt@h4jRH9 J $5bu2U.0?x=+KVM$la "YfmNޝbέ 2ΉYḤIOb@-$8x|@jHG(#qk$;ɺQ:sHQ13;o$=qV_qEM֟BPQX|C"&mQNH賯hZBR w2h1)mE7! U]NAa tSur\KZXo\'0΂j!O'`dpC0yo 0\9AtL1DK)ðÈ>Wd F."4m?ԽR6~A+~N!; >/箏@\ GEiv}u,(91T+m 3UMڪJ }MplPe A}WVP!~-_nhaƕTFh9WH9Fcw!693ֻ֜ UL_Cww{{%534R0n9/:Zs#ebvmf8ڪ Y8wT < ȃVՊ8 P% }tt8.Uh g4 7;EACe 3ε*5/y"MaqAY96 u*cHUb/T;pAaYy0fIw{ e`1'|sEy,  HγG׮;$wd(µk^6c~ivh6?#,GLm+ӝZtg:Nke6#*[trMpaU@k- {Eaq"ŗ3'c@%`2+,=-\7x P+#)6:bG 6ώgC v&]!dg4z^FJYfO-bCh3[Q:U!`3q5}̙SNe<ǡp9Yur{-S>%g4cjfaB~`L2Sm0*k~ek}n4)XQ%? e휻lT'%GoȎפ硝b!9_mתh1䛓y>SBFx*P"6 90"N 1z`h:oJ8r6$N[y++u;?&#$6YġQiO Stm1q8|4T<UN`]iq.߲ٞg`oy\#Μfo/O|l*Jvwrx&`VEM,+JyA#mICc/8vd SÂvgo<6ܳid*$w-Z# 5l;V7HWV5=c!gQ/eY8cbt p>V)pnX_ÚM5aL[ mbHu赃ЯxB"*PXG0neVt&|2pvu",pZ7F|r-=*X 3m512$yVY^dwk 5pTUX+rtְeWf,3)fbrud apۧ@/6a3=zS褈<"3Zie' ڝZ*-884 FQ'1GR_ftYO2ЪvC&'Nmsedם`Tඞ11i 6УQjsw@B]*OdsE vkFdoNmXǗڥVgtvaT#uunYb9@ /d|\J#5uuIM3"_3Q^՞љtL_oKk?r/^R1 ~Uɶi;K0̾*`~N _D(:Y G?o >5ǚ'>-3+[-X1ӋLJϲ|dȧW(˔/I!0uO"$u42ͽo`X[z !9P#yA*H3&QWEpkk1X;;,o?/dۦD83R^Pw.Z)nZd8 ;x#kRTOhzQ\ղ#a:& A&͜u Y\U˧QVÐSpQI#Lvڒ,=uxtQ H&F's@>1w? ickJS%TQQdvOځ,DNL&H 2R{!#&m(F=YiC% :V u4o9W )r6 {42oh_%+̏ 鞇ߪ}tK`|k8:]_̂0ڇc2ȊEe-DeLۃ9f3-IV@#qݤᨅƂdZG_d\7 ʭ)aQPٵ 1Wtdt R j ߎB81.Y+c# AIX 8́iBcf$;[xcd<$M]N~n^y5n*`Oa>bL839> oZF~;]VwD ض ˁ4u\fwC+E;\ i+uؖ Ab*E(>=?ӿ-CX`Uwl^fo&4ܳIi*!,gs1k /dHJX2[%?˷OB <֯Z Ss6Lө)1ىwzъ!ٞSzNqYTՈ<2@VgdZ(zVCѕ!w#lU) 8C /%pbcE]9NC]IK%*gљ|sN-ևeU\`oJ_"o9߬H4)1xo!ՠֶ˵q" XeR7vNMVlcqm# ^a sdˆ^;7NF#N2> _偭Zs{]6(QY^IͰi$302P>WbN׵#ROCd6ZsX,[~Cs:p:P٫l(GHa^?оA3 ?(hH4~]^VO}gy4!Er߃h⣬}{^g!I|/AѲ0P|DTu [|jR2.7Xol5j}&ơMthBmy3@NdZ~璖-L<5nʣӯtiZ&v vfO BB;H"7P'*5S[Jm΂;~28n#2//]Ŷҧ L~{_]Jpwpu\ 18-XƍǾP$ua!ܐ }*ە:W:"Si.Ls&@!mq*j6@T0}{UdcIqҽSk=71FvZhٛ`Fpn%WH7TAx5;+ufӲGeobC^*]Do;. /kj/,˰8"kJ٨^*$l)4u4ǭ1&6?COg#y9(krO(D*?hC0G0SX|K$ǒrnlϕ^F41hLeӻ"JYjpnën9JNn I9ʱ58&#  PKK(/dr&Y l1 kNwcJ_')I.Ř0tc@ DA6([Fg#*` $q(DiF/.|yݱwwP؉6.Ν?wiKT$KZQ FyY M';-L,|R KX#d*M!.[z'|1:hǢ?q-(=0D?)Ei+ PHlaG^\zӝTԥa Y0{`7(Poбv;KL.,CmAPd'X? yZvHKRiɛ=N"BsdJjRE`dMnd`鴹/i*| l5 &Ox[/Ը &+r6g]XԨ=vTk zXf;H $"5g1CREtV,hOӂ:&fȑ3f=ϘT懸d8 #)-G}D~T*Qo=&gvf-xrUsݸACwp2KjDH!":WʔЮ E9.)SMu7I9aRcU(צ,cԻ J)I6*@O0˯>1Fsp#{cVDҫLVǶ'{b*^?sMe'CI\`d]V B!E =4߶ѹH|E"vPf:Kб)VDh<sg16a@*P= 4 : |"Xp4]TEU w%" vx>PBш 7wso9sKb'FxHu\bhjWAJ]vkSLxqe9ފmM@J/I:\%Xr?j0plŽ M"2ٽ-VMF)].}xD<[ef;Q^,Uz{Y$5 | ߤ> }$8cOK: c`{1/jj<8JAN0wt *3wJVf[ښkw%O{7$8CΞs4l<9Zwe24-Ƅŏ~J9tv$zQ6G ҽqLi&3"[}*Jpd1D7}3蔂> {k )\Oc JK9rXW=>pfʏ)K.)‘]2)PS3bE@c6O-R>J},,M5N!kC{%7* \K,ńu9J]G+jXldhSu촬,o.QIT#斬0WN[#2f5tbVb)/y 5ssk߳f:$krWyy|@ U~GFI2HccUٛk35`o]f TfUMpKIE"VG cY0Ϟ >^ywd<юu!nKֳqWdX!Oo7nCBZQq^q g\:b@2z2X kXߧ߀Srjl0c&䴰EňYӌ[M "l,A;tFb˚uHYtFoib ڙqe`ܣ6*a+t\쏙Wqg /j+!Hgy1^%Ǽ/f] >)u.~DwgB\ ³G3F> j\ a&MOPi/+ Sv#R_'|Wb=oRGճ%Z-i.~ H\̟G=`ͶyG䟙Ex@GKJ0Oer;Qs%6o$^9ދ a=CjgYJY@l|mM* K _gUxQ&ED,6aHFHE6I"T`CSJRGK7ԡ/!\@]de t>eHH&#0,ZBKAx\`}F|VOw -? m ވoV-!5Ql~?YaGኋ )4GbBGU i7'8ev`ߙt"/@!a/ y8YeqQ 埩w>9:YW8ÑM } C7l%7`5l_f kmKcPjJz-.߫E=DeXMQ 5,ޣ$šU-1 xɵdPnKݜ `z"{ZX.ctt85K9nZ`{ k/rGxg,u{|ݞ ?8uZ+Bf> a^9uID4 /B$nzv=-إs{qY"EO#zfK1=X~'ifl$;M^ [-'48ݽj@b: aU+ Vh^6ǚ\:a;'}ODp˺ `̡Nol*ߘ0D3O:X_[<2\wxN*Cwh^Թ}Vk6bi1K Sȑ#͇lZ]CA 5OPndQ$o2qoSt8&m_G26Xww&,[$W?cujQ|,V>Kq-P1MydEd}q7Q{2cbf|r)<'x[:Jt|G0doi*M K<#v<^GL wR|D]'Of_M|Dgt>"רКm2 #&ʺD Bf S>t7VEfyĀQx(Z ^[@UjJ~ﶜ#3w>_!vu'&OUȈKZ-9ܹ SɘhlNn߈JaxJ1mGz[7.l1/cœ4:Mb%R V&S]{uʁrg-dpRy[ ׸JaT6Ě+3/C&cXp0H4(І5t;mCEG s=׍[2څ(̥L.z^ 1дT0I ".\}K>?v$Gʟ3-<[_oWilӨ$KL}A4W>GTwt ^~.>nRU9xquɝ"];w}&y Ɠ Y跓biv2/8Z]0w&YIցp3`ZLYyfeۄ8:~rgdrײxqN PaF`"G0}EX/B 2es ;4@L؛O0b|@|?[Ыy%ז\q5]>I B|݂SB{2;#)7ǎU|n7)Uyv]1yDf2cۼeY-翭ܕ?!e"%ECjC}r2{Eb4K0'*`V{ pw#Cz1%aW%LArҹ|IYImn4JG5sljHM֔GSؽƚ[%pR}zpM9H+NR\B= ;lg\])!/OoU(mVƳWRߥ `2 [,VskD98ozFA+qᘩ"nlW6MOp%8>WU"WkWב.qgcMՒN25g67Xǡ1 !+S|U6ukJAzز -TtE}8,0q/BŖBxj7ԩF[{[ù}dw^]Y.ItLedD-aRBgہN9FдeNp,Zdjr$x] _G.Q׈RҴ&MaddppZ6mWe,Lȼ||GM b$i|`*Ben0l3۵A"V47Y|Kz.zW UA6 Xj-NgU;>W#4^x+fur/!2#j'VY73?;{VKͧUmpȖ!r)/~hI`Hz7%Xyy`O&66ʧ>U\D|ǔ4h`bjA|٢tRhJr< Å!u@rNj:/.l% ldc aF&%TwS<='gE<ܞKm륥.l+ǨIlzZx 1o?,o"GVQCv:#OрPCIT4AdS]"f$V=Qi;/` קRtT[~+9AXP>ysrq-`]c{:PGaU`&2~a>OpXVQI =Hw"jMBo?|tuuTP {qM"@b.vU튮TY}8A-3&{0eo~w݅'ѤO_Og0K5anq?j?շx|u**;ңuC鑲CߖWUWZ5<$6y"תԙBuZ9c?U)~[nN ,r'ubzgč'u+"OWNs]3?p`)8-!63Y 00oHImT;Rh5Zeؤ42?~ITUOa<bLJqNT1(AmDZZM]o\+B&OL0@ݵ" J\$,G< Kn~W e<k9Yl(ueSkI,'x gDy _Ԃl#Wƚ] Bϕ5ȅ>jZ!+Uzƞ]E#a>}赡o ܕl(iV/ͷJ.T[Ff*퟾̩Y|RaI+uˋAQJCEъ{CN^.S_ȆɁ ߵT-2Mv/8 =$K)(s\#1Ͻ}>1!JA#z)p}2K)jYųxoˍdc,wZm$B, a^Hʬu2ӄ%bSB󨐦/"qVMu"*a]yޘRzfrd+ 쪖&1'bb5(O BAZt9t0 j8tϯGc汱w?u7+Pf!ySED#zXSlҤzXq,;W%~ d4`[?7Zc2$'rt-ɻṕ9r}r4? A@ B)WѫvɠSϯjɳ#r)cB9\,|0HzLJv=<۞kCT< l>Mdxucc*_㉞ǬRKW}}W5eUhVpރeM& WTTIUzHQ6ndc[;.?e8$!KHÓɸgW{u Ou9`z&]\1sq?]ye={8 ٖfrY<(qm@$3jjsSYBZ)z#ECm#/ v-TԎ2ЌǸGr+7&W15H$纠dOHcEYQN+I(d_r^9U%nJ*.a_2Ȉ&sE?} ܢKg-+̢ҼUw;|/A=z2>L mjఽ$d bM껸V4qaA&i_uTd>ط:"bu֫PiȮjXmQV^kTk12 vHCP wLhD;Ę2ЊƺAHg|`RE:aCb@ihؤ3 8j. = ` leD{4.H لDPW>aHgxsO  Q{ ӈU};&lp0M ʐXqW\HKr^m\JėF8 ϯ 8ϳtw1~|I_myIЖ[Ⱦ8Q]8UGnS"1C V+WFm E+ qO}A $/>Q.Ј޾2dc%׿J E_E9sŃp X]Hc5`\a S|9$@E'^Ǵ*8Vܜn!YHyY/fӶP"VH#IXeuЁZa,"+(^ /M{`ᣕ-ۓ\L&׳mp{]w0 tdmw'.\9NZ'iv¡v%TWX/ɖ֠*1i:$߰[9@<˜Kia*BOyD,,)O$7v-?k@xnE˧qKվ"#+ABU7y _@uΖ _9,5/ȥ،IvaB#=`xL^s ^R2H6:AgҢt 8B`;up-F]ǺEm2'Ri]KYB 2niΘ)/3Z0]Yr7ʕy=Et{af=Ua>޳ݵkKYOlb6s^xHnzE[.QY.墌(Hk[PO6fV tA\?t; i| gDLqsl~) i@3аc\qC < @3pC\Fܷdڧ[h%"*L 7gջq%Gy{Gi _.c$U~;թNnDe&M#(y0Iߖ4ѬGIY0?9%V71S}  &h2?yi@['G'ހiN,E>܀F\uWyq`Trpu/zF,E(*FldR-g~gZ!~= .qKESɕ0eĴeF|YДJ .+fN{1±ILP6G +`)iq `ޖizP%gY >zW:?iSkAtڡtE{37{jGSSO$ c 0Կ|gy GKٝ82L쩙)z4/( 鉯fbrs1f\  ^%𢃮>FpFF&Y8 Dùǃ.c+&q*Fݵt DM䖪2 b1ښ-q>}U(sq[ [EXK&! #^bCr2ElEI,wXA)Ƽ-oXVzS}n Og 8-4VIp{؂q~Cm^T>FA(pj6H6ęC3>J[mU9.HUfWBӯٖD;kC*}xmw:_`/ޅfo( T;F^f7DaVnĪ*#wqt>~a_OݯV7(Xվe=V2q3zZiiTaNR!gSjKrd4#)zo=*MLӸBG3( n!n5-)$v 8?oq철J%7[!337]E_t/U|V"L_\E?$ jZڝnQw~=K* ")!mKZBHmpՔdLc<Ə;~bwô;=o+)yj;)O򌴑HoӖe'\d}vj~sL蛕`Gn z'1A^RܔZ?s/-J;T` LƋR3c=k¾0O t=R-/)u!kDŽEgX] >4Q֤@KUqS0T¼['0Dm . $0#a4RŘBq_PgƋ[nn s}s)Ѓ9>f"EK%ؕ;(0a]]( vdϰb4K/X!)cr:n,o`0q'?f$q)MH! z52م-xS#9dyf0$V'-V(;{NǨIxJlH%|.v+-kBRbd-{X2|cE5.'sQXHbC}X8Vd8 39ϸ*F2lP 6 ״ha)9y؟c7ѕ=^9` Jj!鳇 U15;`eТ y2:d0o;J"&KɑHֽAԗ7_Q ˮ0'Ч.I,F39 =Pj"A cmgDvȾS溈]OuyUq]֬Ġ4M{pܕglO(XH H7EDJ{y(vw#ҘJWi#pT]Q:8=meXXƷ? X }uVygyLd2^|~+d[ j tk CuTy-C,m2H՚\|/4 IZ0QniVM~٩c2XLOoߙq>2>}yRβ20/(Rq+ >HjF]nj :آt+8FݴRH("O}g"śI9FO { 4h=D_XιImj)Z;"7 %h#."Hɾ3a] D)ƚ~P-1%]~ G?IR`V 8~~w?ف鱔<+rʣ͂^PYfbyɤR:Y3 % {t/~謷ADI4j 9I;Cp2<pKڱ9eO@P#9~r3ʶۃx ;'=j(u9aɆm=mi.yogcZZ5ݾBY??яSWf܏_v(@PL0n%1x 2Co}j[0,f=-|Xg6SJsD2.cw !  =b&^8 W+ 8fQ *mK+O \d6w@VmgC/*:ӳIcq AC6e]`slW1ͥ>zZ _0@:@r ҄oQnϛ;b ea0 $c.: (4͙k u"=,ȹTh^f@-^0,Z =8t"B/ Yb;VZ*ET jj)E+cȉ_9&.nl V3%!2,H;%_ǘbSZ淦,[xr5ZfAm4Z+TGX?Boq̇Gz.2aJf`5z3(\J'Xܫ(ֈIwA1MJb)5nGSGUFfn\e wF˼"((9QI_`0w9 V:;.`Iu}ߓ~wڀ*·mEL0ffl$2g2H7b |)#5T/eR\RYﭵ=_2Ф.aX%2y4]^ձiu32l21 Rys̖x!x [ep@MHBH+G"ו8*mx鉿I^TXCBr F mP}A Cc3 :P|,P`{2)Kjz'Ps>Dv,tJqS蟆Ǔ^$ }w61vʳ.糆.lstwPKL6qdWPSBHBCx ܰ_Wrf >l}bLNNRD.SE,ْ2_⬟9ځ#pڂ_UZ~>߁[}Y[% beP՞ZV3d>Zf,˳>l3HS0!H4Sz\Q!D jE) rvIo zN'׎+;-Z'J_m]~ m7 :xO' IC(`xFwXs{%!#6yTdg}F)+ןG~lnC$D1 9FPg`J:"Yyr(r p8_w;jTٙ6 Hä]ԢnGزZU2e5uK '1Ysr 2S^ 'ؓ~@6fkMqT)Xk YoFL ޻quLtԝELh޹ijizMhUcylKǧ:)}:c)K3{St./G$k0gcFMk0 H<<_/@ ;#5?gM }"QGuL@ ~R跠 ڇ!A?]>HFgv6ϴFn+qz}D }}ԯ$ S|2!@?:S#WFKCu}n?kzٳz0! c߉<_UT?=@m/I&~Ji ?~^D/0g8MBՏa)U~k:پ%}|;e.tgOI_.g">P9%4i-']m5hT;'?f8+2JՠW= X\C3K:ygKP~{ǽ\ST8u&^`+D+xɍwcwGALhj m"jBҋAϤ(jwGlʛ; D7&7.\O67-{a.2 y2p,N綯fN`bo__hv'/\**U≠h=.@FːwRVۂTNU&3@lc '2Dl7$,zÆ?[-PASFyvF[[}\lPWu6(*c ;UtelbTHWޜA^n?;|mRTQjJh/ė+IR@- QSp+XB{Mz90\sxohh1u%g"B]ޖ9]G!^ѼhC,PNtR EaS \5Ԡc0i<| SG}^dp&خ6o;a]45ժeȪl։P6JLԿσ%0tU~l[Ws]["VpJ̩E~fDod9 <5u1 q5[B '7bbm^,Ю{rEl'eVϻUTȎ~U2l{r*x$xdOUOTIT+?RiuĦ _qyB96tB` (K.sQ x fDiއ8c\t.&7/5v"mD}Be:3҂Pf|i] |1INHf\$.Mڥ8b6od1OI~|ЍOxbOx^L~@x8E2;<3Q7m+:3Tyۋj@9oa{7$Bh/ycj&IX,>fd&]eD55`+lfbQ鮺Y u /[JaO췾#gU}w Sk6hGwD/is3 7&<=e+ّpfQQ~N"M a:;]e|mvO@?5V??9-~Һ< 3P\bU}M(Q1=s!/ډK!;L_nZI=IeZEg?0.6psrnT/:%&ֵ 7nAykxYZ_ J)agam{1K6n,R2.LOl{o}>d8pYEZq{H:| e4;^Ix!5p 'v3ʹ [sqTӤ'(fgW$HsJ|\$BGo!"K"rMc|MYZ&b5L?2Q9Svܱ+S{jFk8LH[1sߠgU7hN~VP!f 6y t&wZphe` ފqQ瞰*=Jh&RIiJ鞅¬) \Pc;6~1fAiӁi 1܇!'ؐ> 4^Ť&3a:INCC 0ƪqvK|'{\-;2b.DI VDg9` a_0KP3d''%դ.a꧇1k(w xnݵ5b$k.F [xaum*Յ ҵA{>yȊc$h>4רZ3p5UQ^/w0Nk,ľx1Hg yCN4 @X"Q:NjYv9;CM n-s>R&զœo*$XfU5ҥ5z* ̵]K5ē ,\\k4ʬ[S"7i˗ teWN ΗQt#|H9꣤w(w}|P =<}ilB3  ZǕ8:\YT!uPpcm^t7K,l) ~[=m({~PBfNKQn5+?v tM=Ő).H 4xUT#N}K9vH>,!44^2s'n_W Y`Hʍk}v*4YIF~u҈EW<54Keo @RGPԒ"Whh"2lWןmD>?`` Oh;aO)F{mtFK/"F_.@@ Px}nqOǐ"x AodDfpC" GΖ 9i92g_Ve\u$f &I^9i kvW]v%PU`A J&~]1tҹMM,b!{QհEՃ8%kď|,k"αCTi_2&9 \+wE>|xVjwFI#*5%gc`cdJ<`:GSxj;"o`E^2(OL@lr]a9(b?dҠzL5(q9/_=:÷C+xxMiOڃYlh3I|/ R|{0FX1039#bN 7iy=Jkw6R HςZw{-2zF8Mf ٸf8 RJ|Z]D iGDu%}ӈwmm'+LO":<򮰶o>N%smh'E"rooD/j0BO\%5VZ[@(f@ cTj8-!R6eK0Eq6K60UD%۠pd%h3MȳO9^"vNb#CENVNf9E|uC\w~\ *GVMeH:ϧmLCb #cnf6KB.iwYmz̡ 3'T4chw/Es`UHdrq:^G'va3ݢq.כg[MVڰm~[kSd"LPvg%`D=J r*t٫>6)qI/ rE3Swq)P6) 9ze8 N pb߭{H<[!kl>Iz/Nb(Z:+<; N-LϺ-I'S jx O0 gczԝc&ȣ˫h]{Ĥ>pQx<Ʒ'wv$t(j \]py LZ;^ R*Oٳn'm?ѝSj3>Rq 1/_-&?/%qhFX$7OE׵48XW~ { O?oNݎsHΣu}eEk=4Azᤏ[x]cP ȩV}0J[^:sTT5yMޭܭϹ!oKv0z:O+.rx&tc74ҿągRJb;`[EH}<_1$PpS`&B1Y8Y2 L=v:d9w19 RqEoi:x'럭w+ۥ\sM%b+w.ljv-"67>%3jĐ0#^~ ٖ͉5UN d.02~݇حゅ#Bg<Ϧ5L/O#>FK xF \ bg{n\2ن_ʹX@Jq,Tuyu%r€ا/YikSa|Yv x&݀{lm[vmbe_[AYP3|cBĤ?oVp&Ĝ "}t5!L T>E+䁡o>Ek=o- /ɽfL*t=V<a1"3p-/|W~kEj1@aM}ߥXy7te kL졓6?!W6@4E''`S)Ӱ͘Y\ؑn[uzcG h:FP@WND"O5w* u2QNlUQFj. )8)0V뒭یʷ L^r B@l󂹾(+:/Êrx/N V7WiF fvNZCخgǑ{DqfAUBjYP?|v|58\/ɜC$ϭ @]u{y׌Dmt@Q\׀ZwR>7ӊ=x[P(Fj5ܟzFá[˔G)q }d+Eqeu Ҋ*J=@^ U9(sN 9f$+r_hZ^2vB6A9?e~$wO7PҸA=CŹW r=cL^yhE2YCrWmzS:Ɔ@S,yO0/âM>"I&M 70&߅*ìAi WwkL2O< uTd ˻Yvj3 %wB.)TzCPBA:]יӪ YhشH%KVLbJ7g{`esW X/&b wHmf4%j#[__‘nc:.FD$ęIIS}5Ѿ~kʀ~G )Ɍ)X)YTϴuHHƠM$VsaHH!Ag׹p=u7@zG@*5Y@}P+ 1բc5KVJwxDw; $l$zPzY :d>&HjjyT裝[ݣg`$?9NΡ6K$&$;`D|I@ow4dkHȞI.h kmJjgkbL\ 0 u :f5 yD%(5`/٨yYEoFcwF>GByHh( K=wZab=HL%So3cy^+;f̪f PΜ~hW3;D*g`վn/&g9_Th? S7L y 6d% lwtX`l}.BώvӧS%HI(y)| NRrR<[TzˈJ(yvΎ?Zj8=Cz4ѻI~laP6ź*K@@M >umdN<~qK:L ۂ8V>Ʋ Q! I`DrLhn:Oj>ן-KE&UHC3Im|0y{,6x\FQr"{pQ|H Q81L10Ōk_]ɶ YZ