rrdtool-cached-1.7.0-4.34 >  A [ 5p9|\/}Q1GokJ>GV,uwfL=xOhJE M3Oi3 إ" Dih։Hw9>Mh4G)bR:aZ%sYi{ɃKC z72-c Wד/WC|znw/:9Dž7P&;;H԰\0d_5Ţb~5HC21dabd1a29d4ead3e35572d783718b3400f8671da44bbd4ee8e8da52deae8e8db4ad509f6a0424f4dab26764a7dcf878900263c9[ 5p9|y>ch`{!4|P!ufpFaX?aHd  < ;AGiJs     4  \  &  8 `   0{(8-9t-:-=[N>[V?[^@[fF[nG[ H[ I[ X[Y[\\ ]\( ^\ b]Zc^d^Xe^]f^`l^bu^t v^w`h x` y` z```aaDCrrdtool-cached1.7.04.34Data 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.[ 5Js390lpd4SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/Productivity/Scientific/Mathhttp://oss.oetiker.ch/rrdtool/linuxs390xgetent 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 fiO:8* 1&큤A[ 5G[ 5 [ 5[ 5[ 5[ 5[ 5[ 5[ 5[ 5993e90196850c27fe655d19f4931bc090fda28357649d96fa803d5edbd0fa2082f4494c8f532dbac03cd62f22eaee414e9b8641056a10751c33198adba2003d91c70a16d953d7341fbda650b389c8ceab43450152a02c8940f15bfc3e6071fa0936f067bae60ba782398d68070bb324b62a62c29601f651b8608af9e7cf91ef0862aae9bc68de6f1e9861395eb6a13308b093dec6fdb367347f0db0594314d1e9ee0f53ce4dc956addb921824bc96a2175c56ef181d987190b8f3ebf5d0795c4311b70d6e85b8107d52b7b7f7fb7b411683a4ad060957b67863910255f7abc9dservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-4.34.src.rpmrrdtool-cachedrrdtool-cached(s390-64) @@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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)(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-4.344.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/shs390lpd 1527330122 1.7.0-4.341.7.0-4.34rrdcachedrrdcachedrrdcached.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.suse.de/SUSE:SLE-15:GA/standard/e94f1b289dca55f6230f753ab1037279-rrdtoolcpioxz5s390x-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/rrdtool-1.7.0-4.34.s390x/run/rrdcached' (No such file or directory)ELF 64-bit MSB executable, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=9dbe4304b25649eed8922db398fab0d17b783478, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)directoryPOSIX shell script, ASCII text executable R R R R RRRRRRR RE ;utf-8328a7defc17fc3288076d928d626456d28644eadafa4cea4c449cb310d0564af?7zXZ !t/] cNſ^Js$s! "5S:c"Jx =I赁V08Oy?Q7 a+/EfS9ZJ8^`KB Ou;6O9K7˞Wc-1(;B=4Du:e&Z/Cŏݢ.gG257iG緄qdRu34`ҌDŽI^'*>2TI֠'Zc t'gݓgf9:b j@#Lv] et81Fv]}qqzyʋDC\Wa`1nPAb~jSa+HC8a{`0Z Pg[Į_PU2-2:Vad!'3` j*!Ɇ$w5G?Xj$Qqwp!C1u. hx3p\J\auJ&~̢|7kd9TUu m,8Lj3)M(LڪP*n8'oU_iAŎiub S- eyb,B)/?xbTe/O:401Pپׇber4cڡJz9;f.tCIMߕO $SC?<PTCA/S.EcN޳%IC6ɋ t1!M"i*g7r*WL~GHD.F$=瑒щ0PR!}x`/XU/%bAIrBTk!K Ĝ 園YZ~||*MCnR.MN \A|,PL{˺Vĉ>KNUK 94[{:]keO i~n_ӱUP GjєW*V6=L)g mg RI϶_a*0 d.rQ&ረ6v0 x 7u"7?9;,Z2g>Nj1Lcws0ө 1k7=▕ ?&lN$7iAv| Y)CbId5 #l hW<`'3e /S5';:[voME4l3; |K("#·/rko['F[JLTZR@Os)-$<NgKH)̐ \,mR2^F`!b-=xc^+u's~3O ?:DAqΐ{B.rܐe͉.&Z;\N m] ;R]L9D<S읿E>0}n*ortM %$8Gj%k$e* 𺭷l<ɶiYeAGF_(L[C {b%s~$2—RCZHh yt_' 'jy PԻx$Wk sUjQ ŬZ: %ɐݏd$Ho`.⊷}kvi'M%O)֎IDk (;0MD蕇T|OpO(mEIāܥM69P m7jzW^X x,K>iIjWwHǪ!4&|^Mح[(xK 2,OshJgg/t~$ܩ)Ѡ_V/–JF"I>zK6] ) mQ ["Z 2P%og>ޮCL('b[Bp0MGr$b6A{괒[Im>PWKƠ2Dj 2-#o%lOe:N2-! =Ct)7u)AĎ Zjz$ݸg٢:KCZ|gS\|kõ iutW~,6W;sc4f6n}!'в}7gL!"e) sP|O>SpP2]CxJN7)V.SHnp=y5—;ȧ42BciĄ*]2xܠH#XmA \-zi=N4B–֑%C 9WT.AvcÀPfubHGk0!=IMhyӟ"J1Dg(ʷ%w{xKY5]!B}]X3գ,1!|'*G<ˆ/ b[2W|yd`VG~2iڨ%z߁~0fK"SCN /3~"\8!+1(ݔd[K%ՇBGxYo')B7jz3Qu{vЯ\īG&~yDyѩϖ =J 2 R1>其`>6J,ߩI!ѐC(ѣ!Jrc#Im{z \,U:f Rt|z]8 &2@G63>]T'FV #4ǐD؟)h4$mVRC/#wеXz bͦX.{qRau6P]G8#o(Qa)._[OZ!0Zvoz. elpA苕UnxeD#\ׄ_T9Y2qsX .<+8,5Po}xՊ5:YX\Y[\elY{ &/:8_OVJbL8hU໊1ötd o Q1FITHL(M7Ő4J}>=ܓ oJ-/׮6KC]jdū,1{[LZ2 V޺9LKyHARvt/؆ea1JN"LM*RZ^B(l "}mEbtbaaX;g3Ęjc)4DLD mGUmXlfx_u=J~RC埼a6x2_Hη'+ ǎ4k0A:mٳ8ƜIV,(YrԎݑˑLJwULKP. C-ȳ68EBвa}yvN$b'&S'ADLv7D}7IR?8y#{E|hh7Zt,Å鷏^|]yASoG(*vdvˆW<r165&|̰(14llcP`4{yyUT0i2U6 `WxF<!tC;.]W L{*J?N' (RdUe[s$!xvr=r]|U YmESVqi6#*3@2~.lIضk{4|49sO8h'ҏY++̗FT$ZřQ@pTML mZit\fZ58+)cHJuuZ+6T+Gд9-#Ohw1MK< | EEƒ!SY*`nMaa?4h%:*DH>hUPKS zF/YC6NJ<%^ <(Kgȏ_ZLb)7FXÃ(obxSI\d' '7N]gY Se[!!I hl'KsP8 8wnqx3;So{# ]W纅~%?چqc 'ih19I#( i`*-6'^KmR”~08K"k1_PY39r(RU|pX##/!+)QaqKNϵTk- -QjJ!w/n#p T߷pHZ7vuBӻT%cM6Ba3mW>uԉX{n8h ʩ(tqGi moì|އBYr'!䭘[#2_vj |ItTIG$e27lce@q M`AW߻S|6 N8;;[*nA'P;'p@-YD P пܙ~)c{hV)Fy'~^ۢ Qf.[zNܳã-k1aH_X/;>.j -$9ν8΢7WY~VeNCcgkP]e;;)9.…B*jqƒ3d٘>UYיYs0̮ /Ezh5'7t;Ihֵ=^TSV6>/7ŽX_j`;b8`kL`cKdkUlM3eW(=pM?0 k!V:;BYEK0n1<ҮKn(_v' "MVRRís F6,QyrHa)Fhu`oG TQ8Upy Oj$G 3ϵsLju𯚎Q9("&Pk,|iE{LGWX6^c6h.ĉ÷1&YCYEL{kBeYe hC0یUsԷoFl6t¡$I] au~C0̼79pX:*paQ)sagN]fzb9U糴*,EMak}ū,XP'n3̙)̑lʀ"]tE Su2 SM|kvHt=M!uUznb_1,@,ty>u$5KWizrkKFF_)͗T5l |1t BY)^ͬucVfM38ufL"dGeA]$eW5^r(D".ui2WpH6o BD[T_Ǒ7w48,ez\<ݣG֡aĈѿ4^NU lCw69Mn,%.Y7}?M!-DfZi DؖG 6 :Z5/z f{#Rr="1% - |k` "}7""$8j-u&X t1`NE&P{Bp)mƅȺKZ.4uΊb7sM ݅*!WUh9Cr-p QlhD; g^!(%qmRi}2裈C蹦C%ʎ) 鉼bc,>oLz*u^Sb]đYas>F>)bE7gKJPc%%{\H) 0HJH&sT0m}q?jf_-kxb}ë%K!~?( B<^Xbgcm۫{ZPf?*()1 +J;@YA)/Eg1N(o8\9xGQS)ƁzS6 @ ȗC|7T G!Zs4Cg?kdύ愻Ά7VD͙=IZF@f_@CCb K B0+)a{tY!%p"v*OǠ3) 3!C2NWמk qnty(T8AMhct]#:p{xywxR $ymkPt*~/g@ O^ &M[հ{5I*!2K "/?h2轢 @biD'0/N8M,GSzqp-w T w1v8bXSA7'઻GIwx9Uy+')sy1vb]e${* 8W9q)|߱*~;&.^x 4ߢIOu=m.JdHh-) $φ6LMk2!M`!kGGXmY~]kipA (#pxܶs]&(♟c-9{zXU'h}n3<輒5|N/~iac{(M+Dq\ba"d<!ƭIL2nZ Ē犊m:bO@ο*$e RY{4Ό݀-1p9%5]$`q:pu}W_qY VDU$zgmY:$j|lRqAj5O1SV3.1*ZM@#bmJP^w'ϋm#\=Ip78Oa'|xG5 E &]@~B kbHH`Kvk +2H{6sNaQdԎUo5iTW`J.u+|gG@W2+}κ6_7h6j҈$vPU q2eree-ķAsOǥ:8 1cdk v rJ%84!k6N}QU S(j̡̻Iuȥ ѪdX>E3]QFW |L$N34cUӾfxxۛ*"j)Ϯ~m- C%oHjw]٧3i(RNHLEB%^?y4x$WhްY)a棪٠VN`k(Inu-RD#p"+gZ gJB ?NZr$h<:FTQ)Rv?/0*Lq|9|}'Ps!=w5PN# 3%T ɑ=Bngm{5öo>k@G3D*؍N~nyFKP_g=k0!6- )LeԶ/clyG'Sm1 %JNQF+0\o&ԣ!R_6 ;X) 6iOq 234+gOrd}vz%91x>V>؆=;jW|R"}k|3[*+ⲣ@5Aqچ:5/*Y]QR`OprF8?63yưXu0֡ H$ >Q{iUթ+TYr$:^*i7/أ #Bd=!/(լ{<=]h,SES9&P93N\X"*g%Lӿ7_z曘} kاٗ&x2LB0NXAVߠ$!k2ek-[Y"̧竾ݍ7Y/@[#5"߬ BE>U4ߟe:[5M*4.QIW??+ۡfbBjY¡o8t؉h(mIms)|I c.Od>@ȉ Uj-Na eه> k!SK/]$N-Q/_\4z8ɿ #29_*u<Xp ;95^{в}%hZBԟ`2dz|]XɊ'f)͙;sgY-i23֮G8eZR g c 8wҝhPŪg fjHL8DzCw f;AecHD"QF]; 4X(-'49|m:)mF F͑y~á3"P4"5G>Q L8`GZzpN-YނPؿ7SYiWWڒ99IZf5)@hI`|X]hP(j Fʼm,5ȈDv"Qi:= G2߉Y#T<ܭ kaH00pM$I{wk1Xe.dbv4cM|Hwm6M!(҅e.-ji4+ ˏ!߄NTCK^(̌\ ̪W@uwǯ9_/H&sEV]>Tp3MdT)jMآÙ1g,LZ.t*+Y%Wq(Gkƴΰq~դ9mwJhPB7,ίX>gS-~a|ixmrW|)|ZKl4:̍e A^wt$[9Z{/lb1&E O;@.!}y7k3ë(Hƀ" tZ?\驀Uמ&f,N8WV `Oj:BXA{8=eeY,m! 3+)*ת\r/$t8zlJ гX0f{kwr-01%Gm3ޣqt$,O|y%*pRO6/N"DvZr~ 7ˋKL[Z R"ANgPawJ:ʃ\%nnVÝBlsf%/wbΎԶX)ٝH~*jK+ey//š)ZüxU*}M똑q|3ev#e;cn-~ M>PT U=/5BMb5+aDBdh5b*΃j.ܾz.ָ=jXkgt^Z#A#d"R}I kao+eZƞ=(k[l]Rr0O04} NDe"W4\OQi bk[$OT# (U F<X3Z.-2灣C) %kT 6k6I6iŏJ;b:Jp/:&zc:!NIeWeEr,8f guadoXLmD3\pJg?"<& =&@\ iҷ-~;vc> ϽuqŪ# bo ;ƒ}=%YխbaWWR2yM(-7~o7 vv4ݠ0 &H;2Zp wܯ YAw]-0nV Z6^>w9STv?^?j3_xdLTv<T^}j`]EyD/,H{/OlZw/.431z|=@>noX yizi_^_DaS#(Wpfc:a^]$egbf# `[OT~ʬc;/؟z6?Gq;DcF[76~GT䢜~x=n_O~HH 28cS+(! o>TslXɗ| N@݄͔hiYJn|rGXB&=pQIFVV8Tw~q+pzKZdk1/񢣘؞ǂv4~/Y5pn֙Ҵ5,.☮3WTYs2cJGԟ,a$y9ZvY,ŞgnΎ>ə<@T{Z+6k`SRꤋ_^Snts I. nWCZ0Ip;n]LATCd^:11Q1qh1,mLrWeU5O[Dd~ %6| r\~"=tY9P`hMO%ք{VFZ-6,ϲVvެ Ĩ zʐ3qfi2۶4aZHF N$p7l`W%;\7<ժ}Ĺ~Kߵ'nHs,$@;b5)Gy{Kez:~j/ѻZ^dr 68DdQ@ rYNkSh=^7pƏ] ؽPBb_ZZndz QTM2wyro:'%7E lԓ)}+2O_6ec #]7Rc{sѻX~=~cQ>2Drm6C-u: fN#i DPg:S8.t474G;oH 7GƴGgJnsbE(]sl^m߯"jp4N2casJ۽ֺ)Z~kɵ3$q}mcncgfCt CMZF9Θ-g>)}^,eP4[o_#5vwf;HdI[uQҐL&;~g}nT#f*cpGItцpuE*P[z`j>|JLN^!ǻwp(]1,5'ncVQǐY®E3A' jnxI}8O5%epT(Y:T ɳEeLQg=7]^{V?ÔB +M9R*4a?…(@ ܓĪו>;wTɐW_h C9_a܌K.5do\k]$~WFL@_NFG}*s,:X(ϪDYs8^6{Q8jwm(4[V֐ S ͤ ^viuOR?}$r}-töWh +D'X6E|!KQiK8f.ȻJ`;U2xtydKǪ%Vb"&Ar+л/f+*2? y啦^ؠ@_mCPnI7xQ,$fzXA:8ɵ()]ԱļuCq\H"ѪuDx;y l+ ԩQ2jy7` X&`KB!ܔ\@"Ttk,Ad *6ǙjԖi2ӗ~77~ޛB"H2L@?"?M]b{% G ai' f->$6= @vD֒ł#x*%[ >c݉37c09깊YBskp2z%RE~E $58ٶk$H2HuNW.4{Pve!c},ٲrΎ 6d6\*|y?3 œ+y:<ԱLSZZR|2VҌ3qYk3R)@c+^K.1iN$c>=X=' еQZXxQ-=ēc1Q#v%33w3pQDKO1%pD0_7Р3P5[Qw?z{E'hҏfHQ-0<VAX)`(c#K˹Y$!.:;V3M^+0 -,st8NM֓]};2uM]xK1U|&Yx=vQW/{D˘]_S+#g'oe<±|*?0tXDf\`ut3٦qd POK7Tٝ DY1Yn.jTwn@nr\h]llg tpw(hE@j}0\IQ6qdsYËg1;  R$_U(diʼn5F/gaX8mZ8W%֭*9 B̛EU^Bq3GCy}Ľd ]yCyY5yzDP?j/29I1>+')F0& j%,1MYVqfiH$"c"qgDU-g wtyJ0ZlovG @"QnLcM+NBUnۏDf&,.8m~| as*cum s.a<r{%vhncD|^tŒ4ik2ƍM|aҳpRRbՖXz|ZS!%MD-bNn쭓$Rz5Qk }22/o$ e852g]33&H{,?z##X*tW'Ï'+jmm>:QJOGf$uuh:TqSd"^9nOybK\__!oE;9:B=-Y B%Te&2.ö7up=ç< a,N#B1;LkpZ-}HggЄ܂j?Q0yO%Nu]XGIehƱs 2n)-N.Yk7)q%^Y)/CD{wZ;D̪hI=$ss~#Կ7Ci 4FӴLk_UoqZrSkG&t<S^Üb.TIb%@pUo 2U[Qi՝3].MeۏcZݖxtx-9]mh_ b/yY{c1aʤt䢊2$]K8P*. k/YDu@([j ^Yi^9;U&-@G{='D-U'm2GFJPI~AFm1,/0xJ#u@ӥcY,ݱ)C_\Jl\K w1Ŭ:~>,'$ 1uCʆ?:O%[OkI\jҐp 9 'pjA7lJg}Pjfl1T_EM kCt2[[]hD7)MKBJϚR_H[%@|ew,Cf|>˹Q al4;J誙맙q EC u kWbiy$}FJB;#uȭ{~ڣDtYm:f'j}aT-WdKej3ܟ+揩]0>,E&HjhDrѥ RŪ7މ]yx_[5(r֧YfX]*΁qUe(aGg]ߗsKR,=fg/7lMGA }t،@T$ԩ" =ŐvaMaZCG*:/|碩eJ28q=[f1ƕdмrAnq}ָD1P/уB=Cey ` =$Lvc:!U.$JS_ymb;ݘ GWg]9/O[~T$D3J1uUvE3 kL|ϙ"&9^Ǝ'74R#/fL[DC`i(j Zj[һ*ñ2+^bm攬mlg| ?iu(Ke~&=HXWH _toH]h\<Q: OB$ נ 5dF*'A::q0&^9[MAgi,':^N$oY ԦSP%qҨwjqfFΧOD+tFbXqvjh :+0# b- !8CNG("[j8vnǽ~UU=ɶ#7 88 Ӏl5fzD [+ |vЅХsCx֘d e/ѝ{OQ=oD?+Ae,'1B;#_%VZ۾Z :kl^Կ/G-ib$xfAtLsc"r[nIm1Fv+SPUpa?כSiX2e٭R1. av|U/HQ~W)Vup۔$3"Jb^4>_9X1k`7ZJ\G2GCfqZ$Z TRc}RQ%Ov-'V&X_v$\ /MEl^'P (J,稿nOUE+O4 m‚*7>mq! PQ+)ƾo Pd~?tvHǔ6ZuIA{`<>W7On^uY،M+s5m;=ۘ@J1SG(D^T&܋3`9ިT6@颯i%(4֋UU5;odBFQ^wR8Toҫ-s~`LXWq85^4,Lzvh))y'"V9ю7VC5d@A8Yh s=2nSI%eДm{vz$K<ezI?+00gq5A-afRu`-2JO BR\z}#6Bˉd;˙N%Jia ~VIJu TzT=s/f߸- ]0LJ$]-JMۮbpZ2a!֮dWZ'lAG+ 93Zv{3vi@ `> :&dO/d>\xj."N?Yn˜0gǨC,yev߬# [3@t ::XWoSŦ-S_zN-!%voD(V-Il.Vr/XjFTt^>$G҉v`f{D\ VyF5Lui-IB7ut-ζ| ƙ'E '(To}&p5"5(7'(Dm[ݕDhQQQQxz|%e컳KS`eădW>wiU-0=+V" 0b ' ]shEEձ)[rA<̀) S)|k $.*M-Rp HCOuG=}Ҙ+屪(z-jܤk.^ ^,&)}<ơRo:ifZ[H@yBR"˸4r(tfaN9DV[=XzzXDl@.UCuSiY_-ŒTk%Pxh\JWl+CxS꾐y?[޲N=Ool($h{5s:xI"DfٍsY)Z=N{>b$mXw߶[(0X.J^(J0>ϕ3 z:[G3_dbd[vWP0n; ,ˀT%_2|J˸;r׵ĊŢɱ,۟78*4of1 \Tزfl]8 $+QK`f=CY|k3oE'U`4k/%qlj?a'P#)N^=9l842xî}=7'nf`I9Zɮť5VJifڪA8\0rn2SneWFuY&lR>ust3?S~9 q%%6B>ڊiB s*|u>E$1Vёp8o•?^я,Z/)olb`M*r V[Vk:F9 ]%U՛ӥ j?p FI(I֖#ʻS$TgM3YdbF="^w b9CQϢ콱 6!ڂ U?y_ſ QS }KYdMd[)Ƞ[qn53{{5V#d +K/8{5TO>ro{4;wl6mah9:n,ka,=ٍG]hVI8kkЙbVI#IF@,]{(.ƣv\0JyLs}p RM8! S&du}[M`Us8C38c쏌=b01;9Y3[-ӱ0g&$˗RzUF*:<4TЁ0307lXKJt\RXroƨ[l+T,؍ <tZ OhK?ˡ RkSǣNX]ss{~r^u[2Ij:^Ue6nl,`_^YΑVTn%y1n^9V jQM$ h|Y::W`Śl,1a>%[2[Y_k.LI  +'m=e]^LfNf<3 KH,וFɭb=\tZ:O$O{< |ֵKTKk-|gƵA"1?3Iy-:&a*F}Yg^r%uZNq5'4߿ rBzgkY41WbT`ŋrQC~r> ^ciV*zp? ̌pr_G3ywe"J2A _BCIVfm̫Nr~6{_H-K6dK ?-;V7:mDX) (F`]) }EmBb$&r7rdf:Dq.s@PV% |VeVp q prMSK;Iw<+6?vI[C*҆4<+~!gI`YηRX zoOxtJ5GvA!ܔB|tHv4Αt2b -?M&28kW/Cfo8JuwEVAޣ9ĆNKdm:Ӆ?R#1*hmCG?ry)t]cnoItiٜR1j<02j#3Eظ#=셚2QFǚVlN:=ײNOUؕZqIRUyrZ'`8q5F Uzsy"cG3 G ;0eQ앜l:U"|TQaW $cpq*xv`!3f|ƁGP =s/#,=[$9YY`,<mʯwDzRy;?`^SB4,-Sb/x ֩}k'_Vsy='Pgb6  sGjg֪|/ikQx/i- z1 & _7]K Nh-_z"6C^ַu^#^ݤvj%x$`X 6HqK2ǿ#MD,Çl6d5v8*=W3+c@ eSƅ[Y?~tLBDAάdSxXZ3{=Z4 {ЌyA-!i g5mEH T5I=PZ|kY/&-L2.`lL2hQgqhW'r!luE5$VTC,L>݄0yMc.0Knj|P ~.2l IkoAqJ?#%E`oW>W+1J'4^1bD{t}iƝ]UpR-<.6vaf 2ʀ[ֆf D: rmSl캩f;{'3Էa: Ưļ5Y%\5 zKE甋i?WZ)"̯lV wi?CϠ# LXxLwmYiS96%FUkF3&2{ RQ)NLHO.0(E @53MflFn*0f8h̽r?٦(FNJu#IkܣKGT$CY[A)cZ8`av^IWNb@?݆]1$ ƂgS2s^nWa}N>*BωÐbg/'eR c%aFѶGR:x`cJĠIU.8XD%RaǑcR\0zZ)y{5%( 'h\G-`N#nEIm3_֟D%/KgD8/r;\^\uP2<}9l_ch uQ&u*e4q5rT!/GjLlLy;W;bv$ꆺj,4S:SRwr6c٧ī_`'/3hһ8! j 6ʼX^SdXbѳ֣D7;Q-nخbWKZ=*cwCv8N9 rϛ.yV6%.ahࠟN^lgį7rlMC@tXNV'ΉM* JO=- A%2jԊgOV>kw2,\xP)2o%DGApBZDy(Y3\i0W!l.9Ch5l#fqA,aؔ:W+?߀|DYGVAdo%6Pt;UO M)^ RbKtVWXM@ OU YLQq(ߥc3[kx#9"j05jbH}~q*T+S#B̡ K>2q=]MBcO:̜M*o;gyQ5]R㑔bwm6\!OYr̨P6Mtߪpq%J6\rc#ȌpCKQr\+RSpk iط,GݕXAJ`X?^y<{h͗Z{ۊc2$e1O@W}bg"ɱG},Ӭ ?g/(V..R&`0J8];o.rsVw*ß 5h3qn;_zRꊝjf7 N ?w2fzU.MM_)ZrMƙaAMe*<1Pu1qPk!Z:|J} qaޥ9Ђ ńO0^T˷3"]D&OSR{q癣 ^oAz.vz!ɱ҃ziIqJ^eD7OaFLR F7#Tn=YϺ8gsn Lȩ<4H[|ܻa2T\Kn[tt#z6 {k5e+sS@"6c]럒I*#{o0p#EGvdG"m~JK߮ęzd|U街}=`ĢcL!7>®SE2dnna^O\Cfx7]Wؤ5[SQ %*$֥b;˂\PlcJ]\G_~tlZ~ "_slDwޢVXX.$_,xn@,[V]'ihfNaBvњM=q SvY6k풲wiNU ;4ɊRٌ,s1e?>eRi%cCѩ0 ޫm#8q@KޝVe.+1N喲8GGI^WpE]ˏYi!@ٗŲ9xAjT DoTttq8 3wW>BC*Sm׀(꤂NzIu,뎳p917)? Uos7$dqC:+SrIc (P$I2{"T_wJIU)|`:%(Uh'p</*w7{Rς?)jZčrë~ePBDRWWҢcXWqـBÐ|S+.IK|y(g՜DQinbؾ3v"Kws 3~<` k:b4FyJɗ͏C>d7 ưa /e\S,}Ӽ!OWvCMjݯ? xOrJnNsIW9yip-fV'F cBu6p9EW~Y1Rv Smye1]hQzgPueP-㋬e^?xye5_:&(:hI u.\WA?V [,5ZٶLE^~(*AUA]Hz.ߢgkZ+m#zu /m S87 q<;[36[`i `l 2;bd>iCIUldcU/Ĉ.R)0D6#?]ɒ:0Vf u j>P( +ir$.Aeq0Vx:%k[ CT}TW/%,$U) HcW'˔A>#zahwNml+dN?7J`WbPZ];ۨk_>=bp˥ 75H2SvD;msVq%(2itĨb9-v|D+"n5M7||VH-(RyE9M#8@ ߞ 5с~l~m9bmFvS#od5`!&G|M^xۍSs2 ՞$l^H#Qڱ1F~B%ėeJ+6ljgiε~%Ly#e"$x\? 'c1gۨ#~h#gA kӛ+(VqB׸B^vRfV6^3xl X`|'/.kpNQKgk_dyo| )aʡ[:XB-ʹwl8L0cԉNwdk Ӻmwӥ  +ΒI:bbѦE]kCPR(S90u.G!=pХ p_ [b2k * WZ0>A.7gFp/Yېf TVLZI}= =*%Osd\;5u` Î;J g#HEmT8I9:&%_owR6S5}|X[{L :vK_m@ߣN9M;\(qieh?ID5:s{#Tk3IeZ ,misϗXMX$wG'28 M7 ~OJxwNA4;g1,3n HDWV}.|zAq)F_]|N_"R&Xg3Xn6uY`Pr4> 0z%Im6B`^ |5e3lfm&a,ZIֻ1Mq'-d`6#^p:ſI7nັ#))Ξ&CVXQ0KO>|}HY4clDZ|qּ4V_cS+jN1m-IBn0\a@`F0@u۱G(qi1"a$ۜ|._|_y fz{\N@F"n WR>1T2}4|L&`+n|m 4o-od9lE=P. L}( ZMMi'Ht8pf%EmBLj>F46 3E6!xnr!ØV)JE_ R@N៬:>f^>W4Q"_J,WG/)g-%@?ưMqpeUST[{k/QCrRn93KyzIWJF=T,5+fF3gJ"$ZQgXQу:|q)szwN ~fqf1 jv%Dyt=L(=V"u|vsvBV&׸m/IJMl $Fbr.V'M<54sU=9<%Q:iMZFRkI!1t8;o/@>y;`"ї^?/0襤ΐV'EEtԔ^1Ƙ'uiF^[cňSJ@!ȕ2]$#!$f`]:x(3-w.-!p4W:3X'Dͤ{fF!'AjQF#} Mގt!nᏝυ[D+W0u30x2BS7, y5q3foi?|{OJ_̲n9>t$e"`0=ӟ 8cs-"o1Wګ7ҍp'"au>Dz4,-ι̮nQ(Q\p|$^)Iޑñq3¬_dTӝڟI72Jv+C*Ļ[Kq▝ڑEBpa\NG`ALF-Z{.ڡ89tpXqяIY#SyNu%E2$ JǤPeG0ǧ8Bv2  !E!V|*lj~G(oWP@HHCr|) anL3X$R.2OB$!>fdޮU-;LJ- H:0ʐ>B$lАpäC&I`Vf7=$Etz{1z6)3.bu~i'עF7Gq-)[[[1.X al6kZpzs7 F2Bz *˾JD<*ATd n/uo%@Bgc`рuUTa &ӅvaO!1iK5FHͨtw#WM-=,YϹ5N'h`HN *t)8uRQ0_D\ lyBGܩI`I±rͱ@oD-9+mFjmYԕa*/}]׺ WqȔ +S@9X^{>DBcAt.aE@nt9twWU,tBUWSG(UןpS`F-?2x@{#Ɖդ1+ޘg0%)> +,jOui yDpWmPEI'!ķڸk.*5秭 QQx%Z{oE Q r6"-®I!֪^brDv @>0S]Hj6X?pjaJ.@*pG ֯3}JMFhNPꙆ [X1e6A ECg# 3"T ?^)Wͯh^lOU{i_mWC䃱h"z%Z\8u fEG>HE^})Q4qTԿq 2槸yζ  )3+'}OJYٮC/?xT!9'JMƷra{I￙/0739fK,;SyzFu>))*ZH ڴy Ca|娿GP11=Q &aW뭃ׯjJ)հPK#kB<~9D5ULUeL /3,@Z$|I{*PwOH;kSrNKO#),}6.a x ۺ:[M zsXBYٶF{mX6Լ #D#v`eI`|ĕdh}/$MDeufec } ~G!0oYJ 0`@W| 8j><@hHbQZɁJ,+/GE)^ޞ5.f;B{IR9~Pŗ.W]֨+8=`Im77X#5$/:ofm՜!1Չer&bU_ jIҮd9e110mp!&󲟹P4y|kGGv kkEzѕzƈ]h DK!i*G|u3rnWx̊'%ga#[^FI",ٖWM g)Ko#߅NF1$!p=jC/5qlNxiP:2㴝k.;lyF1˗+O9JOdSneE\} XlL MU9mtw7V'8d7|r2QN+DW`LC;Y^c[b+2=YZM#vI:[{[wBO`yc d/!ߦzsBg1RMmVjdwEs3@qswon dL^K滻,/dJUfѝx'TA(zXp 4\{&pբ-'~җcJE٤ڤ~-4_27ZT 21Q$j zH="0bH@ :op`MKs$F9X"Tgϧ8Ę͒]f L_ҴeϾy+#^TLqK0: GOAkltKa)3_9R@Iy]%#nO|q@Q_ ikhrgzDde̜ø@y } dPj^ >Q5PҚPѩH!6`dIy{r~>C5% Jq-1gWxPȅMeH%LoժvE; \=Qҏk; $ 8+. l *q=OA~hmքKپTHӦ2/>/ }-Y>=QcXƔHby6R+ l[5+_z?Yq<-FSn 0W0$\/r#bMīp2 ~\n>iy~oVtawE4_KE#:*⦥Ethv&/kg݆^@t^LR𓙂>5Fִ6,Uz%f%dbR0%LIaެ!)oХ##FCQXAenlpB)jvɻ5]&Y.6L"3LxTc,va$3=-$&JH݃#yL>NJ\\hwΪ4XEKSqKS&4 ]p;\[Dm6cHs"cY.Z0yʨp9*U x"VG[G5%Mш?WI *GT8NY/O6(ug\:^CWזζUЙZ:mFrS+j%9kvS{bqϥ6 S)퉨6rw%EIkZ(9=?h;?yx߮Y;6vd!LQ=ǧPyXd]`¡T[+ۉihtIWfHUAtG#pF#@tJ *3 2*7oΖqf;Kds66}{/oWET$Nlxx`EӔ+2Мi fNOsqQF:ާGAS^>O>7;Iא=f ?"$KݼO rS]I1F*j7!]3uDs 9<9~tfga+Uǥٿ8*{ߧ6I(e:џD6^Qj%#^wS]%#'GzYJFppCo0KFL+]h6rW(xCT-+%^8dRJ\ LTD-h2ڳBw%&X^ٞAo髄 ސ޶6OCܘ$Ɵ17%]|EdjyL~crxVGPXN`MT/%7lH[ TȽU:+)lKAo:p{A/>auT ,}ӵnbOUTYHIr@3ΗTLJsOkԯZHgu3I8piGyRpI3 Y+j.>)yrraDpMg!va{;o-cn5y4A%8~iye@bkYZXAK6U|"ywJo ì=o/qWG:O s _;GQ/c*fԾ^cy,7${|p ̦ӵya5&tiǯR>\D!y;&ҚւEB 94H   Χiy1?Οӿj*]NH6 N\l#*dR1~q +rȝzֆWs3+R4g :.σmˆjaC߈(0KܭYúGS猯T]X!kT]Z+@ې6_s?j- Ƌ9vC `Lur%J-e2T946L(-ahؐ"WE,=[;g, # P*S+MG%gL{$릤ea^0:-o YMgq0 eҼ戜@0EJ)>L׊9lWKXJ"ٗYR?"(>j-_9F ysfAv}Z+0 :Bf=hЋ|U͗ )W*V2+ M-®xX#?,,76`S !G4xHji?OT<:}z ?C Q6-gYfkIBlҹ|8;A Wo? "Un@8s0x MsZ/ lK+#0R&U PA|`/ۡ\: NYUxHnζ@{BHl=*B{k2B9_-@Ķ^i:R'!|:`(]WjtuLz%:ntXkyBt6S:̈9vjꝨu$_CHL TZfMfc:];XL25KN -W5t]@x|č!4A(PQDBNۀQhJқ 2-EpbT\{>JA7 E#'0A#߶DlI!*Hy `egKpIs:bH;p`뼷l;Cg'a\:<)JWGKֻzCU`r;Yr1}o֐}nbN,Bٹq<,ͨg!=+ɕ<٫qɚ#DP \ʩ,یiĥVr|״爓=`K9)JȠ{Z.8 Lu-Ls4^h.%n*&42]l#8pCy(vc:/znin"¸&e{FĝYD4$|GV/~qFhK‰߱T:VW[‡~3w;dIQK/ ֫WlpK&Rz f<`5_ :qmc\˓Ɯ; K)X&{+Y{?E6.$ - HJǔ > RhZ Y&CІOn,a_QqCb`T`%+%(KPhe "fW/V?KJ^='~ bkGq3udSGb- ߦ\ڗ\k(j?ZfÖ*S^򯻏U ^-.1X V gaHx$5É-VGr+"T+gT- TH"Wciߡ\oaQ>ƣMXTQೳJ|?HM+_)" ~hbNӢ#Q36>뱇:0iX3r#ޥH/W>]oStn ʁN; E=nvSĞNw(bcӌBYe`bCSbذĀwnu](3<]t"#(_ߡ}o7HxUݴ*Fߘc=[c:N |AZ~ilϓ\T lb)eRڏބܮxfjgM*+DaqE`sh(x<#aT/{gZPN7&=9i# rҳLZ`VI?F6G2nl ",쮅TdqSzڻ4Sk/pl;4@F(LZ;X!+^ri>! 0;#2iJr0DVc4n"ӉpQП$Tkuo!` ͣL8 Oܤ x= 4tXR? leJMyuޜ&-^y4D/`zO|#4ひ4?r&F|1/AȆ y~Hhrnڅsސ3\lapLʆ{S2^KGڤ 󐉉YMI.^=!ĭw R qk(?Bզa{3dW Aǵ`SeOa1;[0{>]i&:\"iR`cFxR~[@+ l_UpGE~()#Nu?nT