��������dbus-1-1.12.2-150400.18.8.1���������������������������������������������������������������������<���>�����,���������������������������������������P ��d�~�p���9�|�����V|�d��>��F�,��i�k��{*д�X��6��1�k;|.qc��I��0>|S'D�Aj�oDH��ޓ��J�UO��fU�w�z7xz��!ƾZ4�n$%*�C�^�P�{�L���%v��轷Ύ�n��|[�&}{w1��~*�57$bՑ7���]�+2�W�lmS�}Y��T�y
I.��+
�G�/�ި��NnD'3�L���Ы)�qKb��	��ч�8���Edp/o���ڟ�����~j7!��FG�@��xu�(X����>������������������������J���0���?������ ������d�������������������������������	���������������������	������������	���7��������������������������������������������������������������������������������������������	�������������'�����������D�����������J�����������R�����������Q����������b�������������������������=�����������=��	�����2���=��
���������=�����������=�����������=��
���������=������� ����=�������!����=�������#4����������#X���=�������$L����������$����"�������%���"�������'����"��(�����(E�����7�����(L�����8�����(����.��9�����)`���.��:�����,A���.��=�����������>������
�����?�����������@�����������C������"�����F������*�����G������@���=��H������4���=��I������(���=��X������h�����Y������x�����\����������=��]����������=��^������'�����b������\�����c�����������d������������e������������f������������l������������u����������=��v������������w���������=��x����������=��y����������e��z���������������������������������������������������������������������������������������C�dbus-1�1.12.2�150400.18.8.1�D-Bus Message Bus System�D-Bus is a message bus system, a simple way for applications to talk to
one another. D-Bus supplies both a system daemon and a
per-user-login-session daemon. Also, the message bus is built on top of
a general one-to-one message passing framework, which can be used by
any two apps to communicate directly (without going through the message
bus daemon).�d�~�ibs-arm-3�����bSUSE Linux Enterprise 15�SUSE LLC <https://www.suse.com/>�GPL-2.0-or-later OR AFL-2.1�https://www.suse.com/�System/Daemons�http://dbus.freedesktop.org/�linux�aarch64�getent group messagebus >/dev/null || \
	/usr/sbin/groupadd -r messagebus
getent passwd messagebus >/dev/null || \
	/usr/sbin/useradd -r -s /usr/bin/false -c "User for D-Bus" -d /run/dbus -g messagebus messagebus

if [ -x /usr/bin/systemctl ]; then							
	test -n "$FIRST_ARG" || FIRST_ARG="$1"						
	[ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || :	
											
	for service in dbus.service dbus.socket ; do							
		sysv_service=${service%.*}						
											
		if [ ! -e /usr/lib/systemd/system/$service ] &&				
		   [ ! -e /etc/init.d/$sysv_service ]; then				
			mkdir -p /run/systemd/rpm/needs-preset				
			touch /run/systemd/rpm/needs-preset/$service			
			      								
		elif [ -e /etc/init.d/$sysv_service ] &&				
		     [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then		
			/usr/sbin/systemd-sysv-convert --save $sysv_service || :	
			mkdir -p /run/systemd/rpm/needs-sysv-convert			
			touch /run/systemd/rpm/needs-sysv-convert/$service		
		fi									
	done										
fi�if [ -e /var/lib/dbus/machine-id -a -e /etc/machine-id ]; then
  cmp -s /var/lib/dbus/machine-id /etc/machine-id > /dev/null
  if [ $? ]; then
    rm -f /var/lib/dbus/machine-id
  fi
fi
if [ ! -L /var/lib/dbus/machine-id ]; then
  mkdir -p /var/lib/dbus/
  ln -s /etc/machine-id /var/lib/dbus/machine-id
fi

/sbin/ldconfig

  if [ -x /usr/bin/chkstat ]; then 
    /usr/bin/chkstat -n --set --system /usr/lib/dbus-1/dbus-daemon-launch-helper 
  fi 
  
/usr/sbin/update-alternatives --install /usr/bin/dbus-launch dbus-launch /usr/bin/dbus-launch.nox11 10

if [ -x /usr/bin/systemctl ]; then							
	test -n "$FIRST_ARG" || FIRST_ARG="$1"						
	[ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || :	
											
	if [ "$YAST_IS_RUNNING" != "instsys" ]; then					
		/usr/bin/systemctl daemon-reload || :					
	fi										
	for service in dbus.service dbus.socket ; do							
		sysv_service=${service%.*}						
											
		if [ -e /run/systemd/rpm/needs-preset/$service ]; then			
			/usr/bin/systemctl preset $service || :				
			rm "/run/systemd/rpm/needs-preset/$service" || :		
			      								
		elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then		
			/usr/sbin/systemd-sysv-convert --apply $sysv_service || :	
			rm "/run/systemd/rpm/needs-sysv-convert/$service" || :		
			touch /var/lib/systemd/migrated/$sysv_service || :		
		fi									
	done										
fi											


[ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && 
	/usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/dbus.conf || :�if [ "$1" = 0 ] ; then
  /usr/sbin/update-alternatives --remove dbus-launch /usr/bin/dbus-launch.nox11
fi

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 dbus.service dbus.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 dbus.service dbus.socket
	) || : 		
fi�# immediately restarting the dbus service causes issues, As such wait for the next reboot to restart
export DISABLE_RESTART_ON_UPDATE=yes

test -n "$FIRST_ARG" || FIRST_ARG="$1"							

if [ $1 -eq 0 ]; then									
	# Package removal								
	for service in dbus.service dbus.socket ; do							
		sysv_service="${service%.*}"						
		rm -f "/var/lib/systemd/migrated/$sysv_service" || :			
	done										
fi											
if [ -x /usr/bin/systemctl ]; then							
	/usr/bin/systemctl daemon-reload || :						
fi											

if [ "$FIRST_ARG" -ge 1 ]; then								
	# Package upgrade, not uninstall						
	if [ -x /usr/bin/systemctl ]; then						
		(
			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 dbus.service dbus.socket
		) || : 	
	fi										
fi����������������������+�������������|������F��A�������������	0�0����	��
X�	�
��
@�	P�������
�������f����������������h������������������������
���F������W��5@����:������q������1	�����������]�������������������������������A�A�������A�A�A�������������A�聤��A���A�������A�������������A큤������A큤������������������A����������������������������������������������������������������������������������������������������������������������������d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�Y�jY�jZ	��Y�jd�~�Y�jd�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~�d�~����������9e984094dfb1060dd844d32e216d47929afa37e752daad68f31b006d4ee1b11b��2218b9313dc6d2e07d85751f318124cc5138787358ae1039703321cf6b35602a�a6f50dc70ef082a110dcdb164579cd2af221b90226c5e0aca237edcad98a1c26����fa497ab3cc07fdbb4af0a0da117ae9cf333185e9a643f5addf51897e8361ec22�0f6166105ec2516ccaa3e408008b277d9a625fdaf0a52a06b5b08fb5960069a2��dabc42bfb2f42056b62d60c26fdfc16d2d407f608e79d5e0e39c4ce9f781f5b3�a137ac5cb48520fcaf4e1a55e8cecd3c8205e00d4f7c4a9f3c97afaaff227aab�e6e2529cff41c18112d9406f75fee5a2a3c359a54502e0666f918b2d6409243c�6268e8c0311d576db6606b5346634af0f0ad794fa74f3b4f65397601597f912e�e771cb6aea7a25dd0f893550c37b8d8ddf6845ea0332b953566b445b6856fe02�bc28e62a28ee70c05ef7a609443152090a0176c87b94644e0ab9bc9583e629da�dec191910fad83abfd5ddb5470a0e5df074e9ff631162bf31703fff56c6a2a9a��98cad655e8417e3cd07f22f343abc1fab62934858019d94f6449369e5aceff8b�0f2e827b4c146d8fc7c0cfb5348056916e6c2b057ef40d77d55320472bbaccca�e05359bbdc083b8db2b49542b26429166b5e13367a63668a4e8ff8a1b496f7ae�����19d7b51e1e6da255346ac6acbf95627baf14c324e84ee841d90fab98bcc0e994�2b7ac7357065180d1c2f3f00c11d17dadd31cdc3d7e59c623eb733beb3e50cef���8d6c76ba6b7eaba0c987ab294f3534f3603dc5717349271cef7f46e7c530727a�bc7f3e09dfbd851b91b2b70d62730ce4e46323718ad35d635011689940ef6f6c��206f009ddcf909422f3651c687b4623a5780fb7486c6d650e5332f57c00d6be1�18938a267987dee9ef442cdb9a5cba6d1e7303be93b0013b0948f20831921e52��22ad2317b7040e0aca41b5c9a04141aaf20143e15072eb19394248eb5f5e5a19�e2584de5acbe9ef4a792e39d9141c3a2b60fb592bf4d7c27cedd7bf8d201f4c2�484db3de366500912c63d834154173c7886e7ded484d4fe1dde4b62f6d30b59b�02757b6a8cba77f6273f07848aa1a81cdd02d0aaa0f86d3c73f2ecf548853176��0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1�886b4aff32810800181d5df4d8e84708fac6871d66bc1c5bfbc972aec9e4cf75�69612f882f3a3c635c46b14ab92560297cdfc27b06ca0c5df5033cef69991434�fd7a26327a299e6e4627ca4ca125492d38ca000b3f93056e94df3705761491c8�9807fafcce2045d75d28fe4668dc30eb542319142ee8ea594cd451130823905a�21fadc81993816f411a2cb953b6ea54b045ac9dda5dc1fb236c8de2eb966378c�2add6b863fa08cf65cf3306baac6baf4e363e4d8ff00d102d0b803c742c546bb�c9f2504835cdcc4e33aca704fb48076e027daf346a9516be474117f4f32a6a2c�e6c4e32e10ef56eeb286f35d07fd69d8b5c154895c6ff8774d63b0bea6cea855�732ba652c74cdd501d7b459fbd55e8d663710221f4d4f02c37534b20c6d18d79���/usr/bin/dbus-cleanup-sockets�/usr/bin/dbus-daemon�/usr/bin/dbus-monitor�/usr/bin/dbus-send�/usr/bin/dbus-test-tool�/usr/bin/dbus-update-activation-environment�/usr/bin/dbus-uuidgen������������/etc/alternatives/dbus-launch�������������../dbus.service��../dbus.socket����../dbus.socket���service����������������������������������������������������������������@�����������������@����������������������������������������������������������������������������������������������������������������������������������������������������������������������@root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�messagebus�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�dbus-1-1.12.2-150400.18.8.1.src.rpm�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������config(dbus-1)�dbus-1�dbus-1(aarch-64)�dbus-launch����@��� ��������	������!�����@���@���@���@���@���@�����@���@���@���@���@���@���@���@���@���@���@������
��
��
��
���������/bin/bash�/bin/sh�/bin/sh�/bin/sh�/bin/sh�/bin/sh�/bin/sh�config(dbus-1)�ld-linux-aarch64.so.1()(64bit)�ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)�libaudit.so.1()(64bit)�libc.so.6()(64bit)�libc.so.6(GLIBC_2.17)(64bit)�libcap-ng.so.0()(64bit)�libdbus-1-3�libdbus-1.so.3()(64bit)�libdbus-1.so.3(LIBDBUS_1_3)(64bit)�libdbus-1.so.3(LIBDBUS_PRIVATE_1.12.2)(64bit)�libexpat.so.1()(64bit)�libm.so.6()(64bit)�libpthread.so.0()(64bit)�libpthread.so.0(GLIBC_2.17)(64bit)�libselinux.so.1()(64bit)�libselinux.so.1(LIBSELINUX_1.0)(64bit)�libsystemd.so.0()(64bit)�libsystemd.so.0(LIBSYSTEMD_209)(64bit)�permissions�rpmlib(CompressedFileNames)�rpmlib(FileDigests)�rpmlib(PayloadFilesHavePrefix)�rpmlib(PayloadIsXz)�shadow�update-alternatives�update-alternatives��������1.12.2-150400.18.8.1�������1.12.2�������������3.0.4-1�4.6.0-1�4.0-1�5.2-1����4.14.3�
   /usr/bin/chkstat -n --warn --system -e /usr/lib/dbus-1/dbus-daemon-launch-helper 1>&2���d�C@cG��aՈ@`�#@`�.�`��@]:�\=�@\<y�\2�[��@Z�%�Z.s@Z-!�Z�@Zf�Z
}�Y�z�Y��Y_w�YV=@Y?��X�@X���X�@X��@Xs{@XJ��XIK@XF�@X2��W��@W��@W��@V��V`.�VV�@VK�U�Y�Ue��UY�@U��Tء@T��@Tto@T`��sflees@suse.de�sflees@suse.de�dcermak@suse.com�sflees@suse.de�sflees@suse.de�sflees@suse.de�sflees@suse.de�alarrosa@suse.com�kukuk@suse.de�jengelh@inai.de�eich@suse.com�dimstar@opensuse.org�sflees@suse.de�jengelh@inai.de�sflees@suse.de�sflees@suse.de�sflees@suse.de�sflees@suse.de�sflees@suse.de�sflees@suse.de�sflees@suse.de�sflees@suse.de�fstrba@suse.com�sflees@suse.de�sflees@suse.de�sflees@suse.de�marius.kittler@suse.com�fstrba@suse.com�jengelh@inai.de�fstrba@suse.com�kukuk@suse.de�fstrba@suse.com�mvidner@suse.com�fstrba@suse.com�fstrba@suse.com�fstrba@suse.com�fstrba@suse.com�fstrba@suse.com�fstrba@suse.com�hrvoje.senjan@gmail.com�fstrba@suse.com�fstrba@suse.com�fstrba@suse.com�fstrba@suse.com�fstrba@suse.com�fstrba@suse.com�- Sometimes unprivileged users were able to crash dbus-daemon
  (CVE-2023-34969, bsc#1212126)
  * fix-upstream-CVE-2023-34969.patch�- Fix a potential crash that could be triggered by an invalid signature.
  (CVE-2022-42010, bsc#1204111)
  * fix-upstream-CVE-2022-42010.patch
- Fix an out of bounds read caused by a fixed length array (CVE-2022-42011,
  bsc#1204112)
  * fix-upstream-CVE-2022-42011.patch
- A message in non-native endianness with out-of-band Unix file descriptors
  would cause a use-after-free and possible memory corruption CVE-2022-42012,
  bsc#1204113)
  * fix-upstream-CVE-2022-42012.patch
- Disable asserts (bsc#1087072)
- Refreshed patches
  * fix-upstream-CVE-2020-35512.patch�- Remove pointless %%post scriptlet leveraging non-existent systemd env
  variables
  FIRST_ARG has been used in our systemd macros, but this has now been gone for
  years. Thus the true branch of the if has never been executed for years and is
  only causing warnings when installing dbus.�- Add missing patch for CVE-2020-12049
  * fix-upstream-CVE-2020-12049_2.patch�- Fix CVE-2020-12049 truncated messages lead to resource exhaustion
  (CVE-2020-12049, bsc#1172505)
  * fix-upstream-CVE-2020-12049.patch
- Rebased fix-CVE-2019-12749.patch�- Fix CVE-2020-35512 - shared UID's caused issues (CVE-2020-35512 bsc#1187105)
  * fix-upstream-userdb-constpointer.patch
  * fix-upstream-CVE-2020-35512.patch�- Fix CVE-2019-12749 Authentication bypass (CVE-2019-12749 bsc#1137832)
  * added fix-CVE-2019-12749.patch�- Make libdbus-1-3 own the %{_datadir}/dbus-1/system.d directory�- Use %license instead of %doc [bsc#1082318]�- Avoid bashisms in scriptlets.�- Avoid ugly error message from %pre(install) script when installing
  for the first time.�- Don't spit out a warning if /usr/bin/dbus-daemon does not exist
  when we run the pre-script.�- Swap a missed libdir to libexecdir�- Do not hide errors during useradd.�- Fix dbus-daemon-launch-helper to use proper ref to libexecdir�- use %{_libexecdir}/dbus-1 as libexecdir�- Update to 1.12.2
  Deprecations:
  • Eavesdropping is officially deprecated in favour of BecomeMonitor.
  See the release notes for spec version 0.31 (in dbus 1.11.14).
  • [Unix] Flag files in /var/run/console/${username} are deprecated.
  See the release notes for 1.11.18.
  New APIs:
  • <allow> and <deny> rules in dbus-daemon configuration can now
  include send_broadcast="true", send_broadcast="false",
  max_unix_fds="N", min_unix_fds="N" (for some integer N).
  See the release notes for 1.11.18.
  • dbus_try_get_local_machine_id() is like
  dbus_get_local_machine_id(), but returns a DBusError.
  • New APIs around DBusMessageIter to simplify cleanup.
  See the release notes for 1.11.16.
  • The message bus daemon now implements the standard Introspectable,
  Peer and Properties interfaces. See the release notes for
  dbus 1.11.14 and spec version 0.31.
  • DTDs for introspection XML and bus configuration are installed.
  • [Unix] A new unix:dir=… address family resembles unix:tmpdir=… but
  never uses Linux abstract sockets, which is advantageous for
  containers. On non-Linux it is equivalent to unix:tmpdir=….
  See the release notes for dbus 1.11.14 and spec version 0.31.
  • [Unix] New option "dbus-launch --exit-with-x11".
  • [Unix] Session managers can create transient .service files in
  $XDG_RUNTIME_DIR/dbus-1/services. See the release notes for 1.11.12.
  • [Unix] A sysusers.d snippet can create the messagebus user on-demand.
  Miscellaneous behaviour changes:
  • [Unix] The session bus now logs to syslog if it was started by
  dbus-launch.
  • [Unix] Internal warnings are logged to syslog if configured.
  • [Unix] Exceeding an anti-DoS limit is logged to syslog if configured,
  or to stderr.
- Enabled "make check test suite"
- Patches removed, fixed upstream
  * fix-upstream-drop-install-sections-from-user-services.patch
  * fix-upstream-increase-backlog.patch
  * fix-upstream-timeout-reset-1.patch
  * fix-upstream-timeout-reset-2.patch�- boo#1027201 dbus-daemon not found
- boo#978477 systemd reseting under heavy load
  * fix-upstream-timeout-reset-1.patch
  * fix-upstream-timeout-reset-2.patch�- boo#1027200 don't generate machine-id in %post systemd will do it
  on first boot.
- swap usage of /bin/false to /usr/bin/false
- Use libexecdir=%{_libdir}/dbus-1 rather then /lib/dbus-1�- No need to set --libdir anymore now that prefix is /usr/bin,
  * fixes boo#1047532
- No need to set --bindir, bindir in dbus-1-x11 was incorrect
- Other fixes required to properly change prefix
- Don't pass --with-initscripts we don't use them anymore.�- Update to 1.10.20
  * Fixes:
    + Fix a reference leak when blocking on a pending call on a
    connection that has been disconnected (fdo#101481, Shin-ichi
    MORITA)
    + Don't put timestamps in the Doxygen-generated documentation,
    for closer-to-reproducible builds (fdo#100692, Simon
    McVittie)
    + Avoid an assertion failure when connecting to a
    semicolon-separated series of addresses, one of which fails
    (fdo#101257, Simon McVittie)
  * Documentation:
    + Update git URIs in HACKING document to sync up with
    cgit.freedesktop.org (fdo#100715, Simon McVittie)�- swap to /usr/bin bsc#1029968
- Add the following fixes from SLE12
  * bsc#980928 increase listen() backlog of AF_UNIX sockets to
    SOMAXCONN fix-upstream-increase-backlog.patch
- The following bugs were already fixed but are missing changelog
  entries
  * bsc#867256 (No longer applicable)
  * bsc#916785 (No longer applicable)
  * bsc#1012564 (Not applicable)
  * fdo#90004 (Fixed Upstream)
- Rename the following patches as a tidy up
  * dbus-log-deny.patch to feature-suse-log-deny.patch
  * dbus-do-autolaunch.patch feature-suse-do-autolaunch.patch
  * 0001-Add-RefuseManualStartStop.patch to
    feature-suse-refuse-manual-start-stop.patch
  * 0001-Drop-Install-sections-from-user-services.patch to
    fix-upstream-drop-install-sections-from-user-services.patch�- Update to 1.10.18
  * Fixes
    + Re-order dbus-daemon startup so that on SELinux systems, the
    thread that reads AVC notifications retains the ability to
    write to the audit log (fdo#92832, Debian #857660; Laurent
    Bigonville)
    + Fix a harmless read overflow and some memory leaks in a unit
    test (fdo#100568, Philip Withnall)�- Update to 1.10.16
  Fixes:
  * Prevent symlink attacks in the nonce-tcp transport on Unix that could
  allow an attacker to overwrite a file named "nonce", in a directory
  that the user running dbus-daemon can write, with a random value
  known only to the user running dbus-daemon. This is unlikely to be
  exploitable in practice, particularly since the nonce-tcp transport
  is really only useful on Windows.
  (fd.o #99828, Simon McVittie) (bsc#1025950)
  * Avoid symlink attacks in the "embedded tests", which are not enabled
  by default and should never be enabled in production builds of dbus.
  (fd.o #99828, Simon McVittie) (bsc#1025951)
  * Work around an undesired effect of the fix for CVE-2014-3637
  (fd.o #80559), in which processes that frequently send fds, such as
  logind during a flood of new PAM sessions, can get disconnected for
  continuously having at least one fd "in flight" for too long;
  dbus-daemon interprets that as a potential denial of service attack.
  The workaround is to disable that check for uid 0 process such as
  logind, with a message in the system log. The bug remains open while
  we look for a more general solution.
  (fd.o #95263, LP#1591411; Simon McVittie)
  * Don't run the test test-dbus-launch-x11.sh if X11 autolaunching
  was disabled at compile time. That test is not expected to work
  in that configuration. (fd.o #98665, Simon McVittie)
  Enhancements:
  * Do the Travis-CI build in Docker containers for Ubuntu LTS, Debian
  stable and Debian testing in addition to the older Ubuntu that is
  the default (fd.o #98889, Simon McVittie)�- A note for scripts bsc#974092 (remove sysvinit script) is already
  fixed here.�- Don't restart dbus on upgrade - Includes temporary work around
  for last version boo#1020301
- Add 0001-Add-RefuseManualStartStop.patch don't allow users to Manually
  start or stop dbus.�- Add systemd unit files to start session bus via systemd
- Added patch:
  * 0001-Drop-Install-sections-from-user-services.patch
    + remove install section from socket unit because it does not
    need to be enabled explicitly (see fdo#92402)�- Requires systemd >= 209 and drop the compatibility pkg-config
  names that don't exist in newer systemd�- Drop useless --with-pic which is only for static libs
- Abort installation when user/group creation fails
- Avoid calling %service_* more than once�- Build the dbus-1 package without X in the dbus-1.spec
- Move the dbus-launch.nox11 to the dbus-1 package and install
  it by default
- Build devel-doc package in dbus-1.spec and don't build any
  documentation in dbus-1-x11
- Make dbus-1-x11 package contains only the X11-enabled dbus-launch
- Fix some rpmlint warnings
- Delete the dbus-1-x11.spec.in file, since maintaining it is
  more complicated then keeping in sync a dbus-1-x11.spec file of
  less then 120 lines�- Create new subpackage: dbus-1-nox11
  - contains dbus-launch without x11 support
- Rename dbus-launch to dbus-launch.x11
- use update-alternatives to switch between dbus-launch with and
  without X11
- Solves [bnc#934214]�- Update to 1.10.12
  * Security fixes:
    + Do not treat ActivationFailure message received from
    root-owned systemd name as a format string. In principle this
    is a security vulnerability, but we do not believe it is
    exploitable in practice, because only privileged processes can
    own the org.freedesktop.systemd1 bus name, and systemd does
    not appear to send activation failures that contain "%".
    Please note that this probably *was* exploitable in dbus
    versions older than 1.6.30, 1.8.16 and 1.9.10 due to a missing
    check which at the time was only thought to be a denial of
    service vulnerability (CVE-2015-0245). If you are still
    running one of those versions, patch or upgrade immediately.
    (fdo#98157, bsc#1003898, Simon McVittie)
  * Other fixes:
    + Harden dbus-daemon against malicious or incorrect
    ActivationFailure messages by rejecting them if they do not
    come from a privileged process, or if systemd activation is
    not enabled (fdo#98157, Simon McVittie)
    + Avoid undefined behaviour when setting reply serial number
    without going via union DBusBasicValue (fdo#98035, Marc Mutz)
    + autogen.sh: fail cleanly if autoconf fails (Simon McVittie)�- Moved dbus-run-session from dbus-1-x11 to dbus-1 (bdo#836296)�- Update to 1.10.10
  * Fixes:
    + On Linux, when dbus-daemon is run with reduced susceptibility
    to the OOM killer (typically via systemd), do not let child
    processes inherit that setting (fdo#32851;
    Kimmo Hämäläinen, WaLyong Cho)
    + Output valid shell syntax in ~/.dbus/session-bus/ if the bus
    address contains a semicolon (fdo#94746, Thiago Macieira)
    + Fix memory leaks and thread safety in subprocess starting on
    Windows (fdo#95191, Ralf Habacker)
    + Do not require systemd to have a service file if using it for
    activation (fdo#93194; Simon McVittie; backport from 1.11.0)
    + Stop test-dbus-daemon incorrectly failing on platforms that
    cannot discover the process ID of clients (fdo#96653,
    Руслан Ижбулатов)
    + In tests that exercise correct handling of crashing D-Bus
    services, suppress Windows crash handler (fdo#95155;
    Yiyang Fei, Ralf Habacker)
    + Explicitly check for stdint.h (Ioan-Adrian Ratiu)
    + update-activation-environment: produce better diagnostics on
    error (fdo#96653, Simon McVittie)
    + Don't fail the build with an unused const variable warning
    under gcc 6 (fdo#97282; Thomas Zimmermann, Simon McVittie)
    + Merge dbus-1.10-ci branch, containing backports from 1.11.0
    in build/test code to support continuous integration
    (fdo#93194, Simon McVittie)
  - Avoid -Wunused-label when compiling with libselinux but no
    libaudit
  - In development builds, allow OOM tests to be disabled as
    documented
  - Accept and ignore the --tap argument in all "embedded
    tests", and run all automated tests with that argument for
    better diagnostics
  - Fix the systemd activation test under CMake by installing
    the required files
  - In Automake, fix shell syntax for installcheck-local with
    no DESTDIR
  - In Automake, don't try to run manual tests in installcheck
  - In CMake, don't run manual-tcp test as an automated test
  - Add travis-ci.org build machinery�- Update to 1.10.8
  * Fixes:
    + Enable "large file support" on systems where it exists:
    dbus-daemon is not expected to open large files, but it might
    need to stat files that happen to have large inode numbers
    (fdo#93545, Hongxu Jia)
    + Eliminate padding inside DBusMessageIter on 64-bit platforms,
    which might result in a pedantic C compiler not copying the
    entire contents of a DBusMessageIter; statically assert that
    this is not an ABI change in practice (fdo#94136, Simon
    McVittie)
    + Document dbus-test-tool echo --sleep-ms=N instead of
    incorrect --sleep=N (fdo#94244, Dmitri Iouchtchenko)
    + Correctly report test failures in C tests from run-test.sh
    (fdo#93379; amit tewari, Simon McVittie)
    + When tests are enabled, run all the marshal-validate tests,
    not just the even-numbered ones (fdo#93908, Nick Lewycky)
    + Correct the expected error from one marshal-validate test,
    which was previously not run due to the above bug(fdo#93908,
    Simon McVittie)�- Update to 1.10.6
  * Fixes:
  - On Unix when running tests as root, don't assert that root
    and the dbus-daemon user can still call
    UpdateActivationEnvironment; assert that those privileged
    users can call BecomeMonitor instead (fdo#93036, Simon
    McVittie)
  - On Windows, fix a memory leak in the autolaunch transport
    (fdo#92899, Simon McVittie)
  - On Windows Autotools builds, don't run tests that rely on
    dbus-run-session and other Unix-specifics (fdo#92899, Simon
    McVittie)�- Update to 1.10.4
  * Changes between 1.10.2 and 1.10.4
  - Enhancements:
    + GetConnectionCredentials, GetConnectionUnixUser and
    GetConnectionUnixProcessID with argument
    "org.freedesktop.DBus" will now return details of the
    dbus-daemon itself. This is required to be able to call
    SetEnvironment on systemd. (fdo#92857, Jan Alexander
    Steffens)
  - Fixes:
    + Make UpdateActivationEnvironment always fail with
    AccessDenied  on the system bus. Previously, it was
    possible to configure it so root could call it, but the
    environment variables were not actually used, because the
    launch helper would discard them. (fdo#92857, Jan Alexander
    Steffens)
    + On Unix with --systemd-activation on a user bus, make
    UpdateActivationEnvironment pass on its arguments to
    systemd's SetEnvironment method, solving inconsistency
    between the environments used for traditional activation
    and systemd user-service activation. (fdo#92857, Jan
    Alexander Steffens)
    + On Windows, don't crash if <syslog/> or --syslog is used
    (fdo#92538, Ralf Habacker)
    + On Windows, fix a memory leak when setting a DBusError from
    a Windows error (fdo#92721, Ralf Habacker)
    + On Windows, don't go into infinite recursion if we abort the
    process with backtraces enabled (fdo#92721, Ralf Habacker)
    + Fix various failing tests, variously on Windows and
    cross-platform:
    . don't test system.conf features (users, groups) that only
    make sense on the system bus, which is not supported on
    Windows
    . don't call _dbus_warn() when we skip a test, since it is
    fatal
    . fix computation of expected <standard_session_servicedirs/>
    . when running TAP tests, translate newlines to Unix format,
    fixing cross-compiled tests under Wine on Linux
    . don't stress-test refcounting under Wine, where it's
    really slow
    . stop assuming that a message looped-back to the test will
    be received immediately
    . skip some system bus tests on Windows since they make no
    sense there (fdo#92538, fdo#92721; Ralf Habacker, Simon
    McVittie)
  * Changes between 1.10.0 and 1.10.2
  - Fixes:
    + Correct error handling for activation: if there are multiple
    attempts to activate the same service and it fails
    immediately, the first attempt would get the correct reply,
    but the rest would time out. We now send the same error
    reply to each attempt. (fdo#92200, Simon McVittie)
    + If BecomeMonitor is called with a syntactically invalid
    match rule, don't crash with an assertion failure, fixing a
    regression in 1.9.10. This was not exploitable as a denial
    of service, because the check for a privileged user is done
    first. (fdo#92298, Simon McVittie)
    + On Linux with --enable-user-session, add the bus address to
    the environment of systemd services for better backwards
    compatibility (fdo#92612, Jan Alexander Steffens)
    + On Windows, fix the logic for replacing the installation
    prefix in service files' Exec lines (fdo#83539; Milan Crha,
    Simon McVittie)
    + On Windows, if installed in the conventional layout with
    ${prefix}/etc and ${prefix}/share, use relative paths
    between bus configuration files to allow the tree to be
    relocated (fdo#92028, Simon McVittie)
    + Make more of the regression tests pass in Windows builds
    (fdo#92538, Simon McVittie)
  * Summary of major changes since 1.8.0:
  - The basic setup for the well-known system and session buses is
    now done in read-only files in ${datadir} (normally /usr/share).
  - AppArmor integration has been merged, with features similar to
    the pre-existing SELinux integration. It is mostly compatible
    with the patches previously shipped by Ubuntu, with one
    significant change: Ubuntu's GetConnectionAppArmorSecurityContext
    method has been superseded by GetConnectionCredentials and was
    not included.
  - The --enable-user-session configure option can be enabled
    by OS integrators intending to use systemd to provide a
    session bus per user (in effect, treating all concurrent
    graphical and non-graphical login sessions as one large session).
  - The new listenable address mode "unix:runtime=yes" listens on
    $XDG_RUNTIME_DIR/bus, the same AF_UNIX socket used by the
    systemd user session. libdbus and "dbus-launch --autolaunch"
    will connect to this address by default. GLib >= 2.45.3 and
    sd-bus >= 209 have a matching default.
  - All executables are now dynamically linked to libdbus-1.
    Previously, some executables, most notably dbus-daemon, were
    statically linked to a specially-compiled variant of libdbus.
    This results in various private functions in the _dbus
    namespace being exposed by the shared library. These are not
    API, and must not be used outside the dbus source tree.
  - On platforms with ELF symbol versioning, all public symbols
    are versioned LIBDBUS_1_3.
  * New bus APIs:
  - org.freedesktop.DBus.GetConnectionCredentials returns
    LinuxSecurityLabel where supported
  - org.freedesktop.DBus.Monitoring interface (privileged)
    . BecomeMonitor method supersedes match rules with eavesdrop=true,
    which are now deprecated
  - org.freedesktop.DBus.Stats interface (semi-privileged)
    . now enabled by default
    . new GetAllMatchRules method
  - org.freedesktop.DBus.Verbose interface (not normally compiled)
    . toggles the effect of DBUS_VERBOSE
  * New executables:
  - dbus-test-tool
  - dbus-update-activation-environment
  * New optional dependencies:
  - The systemd: pseudo-transport requires libsystemd or libsd-daemon
  - Complete documentation requires Ducktype and yelp-tools
  - Full test coverage requires GLib 2.36 and PyGI
  - AppArmor integration requires libapparmor and optionally libaudit
  * Dependencies removed:
  - dbus-glib�- Update to 1.8.20:
  * Fixes:
  - Fix a memory leak when GetConnectionCredentials() succeeds
    (fdo#91008, Jacek Bukarewicz)
  - Ensure that dbus-monitor does not reply to messages intended
    for others (fdo#90952, Simon McVittie)�- Account for openSUSE:Leap in the conditional for chosing right
  local state directories (boo#941352)�- Move common-begin sections around to make pre_checkin work again
- Unconditionally build with systemd features, there are no cycles
  now, systemd no longer buildrequires dbus-1-devel�- Update to 1.8.18:
  * Security hardening:
  - On Unix platforms, change the default configuration for the
    session bus to only allow EXTERNAL authentication (secure
    kernel-mediated credentials-passing), as was already done for
    the system bus.
    This avoids falling back to DBUS_COOKIE_SHA1, which relies on
    strongly unpredictable pseudo-random numbers; under certain
    circumstances (/dev/urandom unreadable or malloc() returns
    NULL), dbus could fall back to using rand(), which does not
    have the desired unpredictability. The fallback to rand() has
    not been changed in this stable-branch since the necessary
    code changes for correct error-handling are rather intrusive.
    If you are using D-Bus over the (unencrypted!) tcp: or
    nonce-tcp: transport, in conjunction with DBUS_COOKIE_SHA1
    and a shared home directory using NFS or similar, you will
    need to reconfigure the session bus to accept DBUS_COOKIE_SHA1
    by commenting out the <auth> element. This configuration is
    not recommended. (bsc#931066, fdo#90414, Simon McVittie)
  * Other fixes:
  - Add locking to DBusCounter's reference count and notify
    function (fdo#89297, Adrian Szyndela)
  - Ensure that DBusTransport's reference count is protected by
    the corresponding DBusConnection's lock (fdo#90312,
    Adrian Szyndela)
  - On Windows, listen on the same port for IPv4 and IPv6
    (previously broken by an endianness mistake), and fix a
    failure to bind TCP sockets on approximately 1 attempt in 256
    (fdo#87999, Ralf Habacker)
  - Correctly release DBusServer mutex before early-return if we
    run out of memory while copying authentication mechanisms
    (fdo#90021, Ralf Habacker)
  - Correctly initialize all fields of DBusTypeReader (fdo#90021,
    Ralf Habacker, Simon McVittie)
  - Fix some missing \n in verbose (debug log) messages
    (fdo#90021, Ralf Habacker)
  - Clean up some memory leaks in test code (fdo#90021,
    Ralf Habacker)�- Sync changes from SLE12 conditionalized for suse_version <= 1315�- Update to 1.8.16:
  * Security fixes:
  - Do not allow non-uid-0 processes to send forged
    ActivationFailure messages. On Linux systems with systemd
    activation, this would allow a local denial of service:
    unprivileged processes could flood the bus with these forged
    messages, winning the race with the actual service activation
    and causing an error reply to be sent back when service
    auto-activation was requested. This does not prevent the real
    service from being started, so it only works while the real
    service is not running. (CVE-2015-0245, fdo#88811, bnc#916343;
    Simon McVittie)
  * Other fixes:
  - fix a Windows build failure (fdo#88009, Ralf Habacker)
  - on Windows, allow up to 8K connections to the dbus-daemon
    instead of the previous 64, completing a previous fix which
    only worked under Autotools (fdo#71297, Ralf Habacker)�- Update to 1.8.14
  * Security hardening:
  - Do not allow calls to UpdateActivationEnvironment from uids
    other than the uid of the dbus-daemon. If a system service
    installs unsafe security policy rules that allow arbitrary
    method calls (such as CVE-2014-8148) then this prevents
    memory consumption and possible privilege escalation via
    UpdateActivationEnvironment.
    We believe that in practice, privilege escalation here is
    avoided by dbus-daemon-launch-helper sanitizing its
    environment; but it seems better to be safe.
  - Do not allow calls to UpdateActivationEnvironment or the
    Stats interface on object paths other than
    /org/freedesktop/DBus. Some system services install unsafe
    security policy rules that allow arbitrary method calls to
    any destination, method and interface with a specified object
    path; while less bad than allowing arbitrary method calls,
    these security policies are still harmful, since dbus-daemon
    normally offers the same API on all object paths and other
    system services might behave similarly.
  * Other fixes:
  - Add missing initialization so GetExtendedTcpTable doesn't
    crash on Windows Vista SP0 (fdo#77008, Ilya A. Tkachenko)�- Update to 1.8.12:
  * Fixes:
  - Partially revert the CVE-2014-3639 patch by increasing the
    default authentication timeout on the system bus from 5
    seconds back to 30 seconds, since this has been reported to
    cause boot regressions for some users, mostly with parallel
    boot (systemd) on slower hardware.
    On fast systems where local users are considered particularly
    hostile, administrators can return to the 5 second timeout
    (or any other value in milliseconds) by saving this as
    /etc/dbus-1/system-local.conf:
    <busconfig>
    <limit name="auth_timeout">5000</limit>
    </busconfig>
    (fdo#86431, Simon McVittie)
  - Add a message in syslog/the Journal when the auth_timeout is
    exceeded (fdo#86431, Simon McVittie)
  - Send back an AccessDenied error if the addressed recipient is
    not allowed to receive a message (and in builds with
    assertions enabled, don't assert under the same conditions).
    (fdo#86194, Jacek Bukarewicz)�- Update to 1.8.10:
  * Security fixes:
  - Increase dbus-daemon's RLIMIT_NOFILE rlimit to 65536
    so that CVE-2014-3636 part A cannot exhaust the system bus'
    file descriptors, completing the incomplete fix in 1.8.8.
    (CVE-2014-7824, fdo#85105; Simon McVittie, Alban Crequy)�/bin/sh�/bin/sh�/bin/sh�/bin/sh�/bin/sh�ibs-arm-3 1687256727����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	���
���������
��������������������������������������������������������� ���!���"���#���$���%���&���'���(���)���*���+���,���-���.���/���0���1���2���3���4���5���6���7���8���9���:���;���<���=����������������������������������������������������������������������������1.12.2-150400.18.8.1�1.12.2-150400.18.8.1�1.12.2-150400.18.8.1������������������������������������������������������������	���	���	���	���	���	���	���	���	���	���
���������������
���������������������������������������������������������������������������������������dbus-cleanup-sockets�dbus-daemon�dbus-monitor�dbus-send�dbus-test-tool�dbus-update-activation-environment�dbus-uuidgen�ConsoleKit�run-session.d�dbus_at_console.ck�dbus-launch�session.conf�system.conf�dbus-1�system-services�dbus�dbus-cleanup-sockets�dbus-daemon�dbus-launch�dbus-launch.nox11�dbus-monitor�dbus-run-session�dbus-send�dbus-test-tool�dbus-update-activation-environment�dbus-uuidgen�dbus-1�dbus-daemon-launch-helper�dbus.service�dbus.socket�multi-user.target.wants�dbus.service�sockets.target.wants�dbus.socket�dbus.service�dbus.socket�sockets.target.wants�dbus.socket�dbus.conf�dbus.conf�rcdbus�session.conf�system.conf�dbus-1�AUTHORS�HACKING�NEWS�README�dbus-1�COPYING�dbus-cleanup-sockets.1.gz�dbus-daemon.1.gz�dbus-launch.1.gz�dbus-monitor.1.gz�dbus-run-session.1.gz�dbus-send.1.gz�dbus-test-tool.1.gz�dbus-update-activation-environment.1.gz�dbus-uuidgen.1.gz�dbus�machine-id�/bin/�/etc/�/etc/ConsoleKit/�/etc/ConsoleKit/run-session.d/�/etc/alternatives/�/etc/dbus-1/�/lib/�/lib/dbus-1/�/run/�/usr/bin/�/usr/lib/�/usr/lib/dbus-1/�/usr/lib/systemd/system/�/usr/lib/systemd/system/multi-user.target.wants/�/usr/lib/systemd/system/sockets.target.wants/�/usr/lib/systemd/user/�/usr/lib/systemd/user/sockets.target.wants/�/usr/lib/sysusers.d/�/usr/lib/tmpfiles.d/�/usr/sbin/�/usr/share/dbus-1/�/usr/share/doc/packages/�/usr/share/doc/packages/dbus-1/�/usr/share/licenses/�/usr/share/licenses/dbus-1/�/usr/share/man/man1/�/var/lib/�/var/lib/dbus/�-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g�obs://build.suse.de/SUSE:Maintenance:29498/SUSE_SLE-15-SP4_Update/f503f36d987b4ab1fd1a492788e3ba3f-dbus-1.SUSE_SLE-15-SP4_Update�drpm�xz�5�aarch64-suse-linux����������������������������������������������������������������������������	���
���������
��������������������������������������������������������������������������������������������������������������directory�Bourne-Again shell script, ASCII text executable�cannot open `/home/abuild/rpmbuild/BUILDROOT/dbus-1-1.12.2-150400.18.8.1.aarch64/etc/alternatives/dbus-launch' (No such file or directory)�exported SGML document, ASCII text�ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c84e8a8b37347caa13673067031a11a5196e7329, for GNU/Linux 3.7.0, stripped�ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3a7bb516ceb1bd2ec1e79a675138862ff4804929, for GNU/Linux 3.7.0, stripped�ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7206c23d8b27d5ee69428a5fa9eacd3efe272d3e, for GNU/Linux 3.7.0, stripped�ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=2754106a8cbc98d7bc7b0749cadb2ae957cf5da0, for GNU/Linux 3.7.0, stripped�ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b9c5c8425c68d3e5ff9e9a1102d06b83dd8efa19, for GNU/Linux 3.7.0, stripped�ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=cc1f0f02e500b372522106347ac6604dcdd6a46c, for GNU/Linux 3.7.0, stripped�ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a32c6715d19454ce12940e13b3d6e53553e44c9a, for GNU/Linux 3.7.0, stripped�ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a0df17ed6be85fe23f0ea641b75300c910dbb421, for GNU/Linux 3.7.0, stripped�ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=23723a185101c04035097631dccaa24536783de8, for GNU/Linux 3.7.0, stripped�ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=661e1ede80b24f08641772c24d6d1beb164f7c2d, for GNU/Linux 3.7.0, stripped�ASCII text�UTF-8 Unicode text�troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)�troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)�cannot open `/home/abuild/rpmbuild/BUILDROOT/dbus-1-1.12.2-150400.18.8.1.aarch64/var/lib/dbus/machine-id' (No such file or directory)������������������������������������������������������������������������������������)���2���<���F���O�������X����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	���
���	���
���
���	���	�������
������������������������������������������������������������������������������������������������������������������������������������R���R��	R��R��R��R��R��	R��R��R��R��R��R��R��R��R��R��R��
R��
R��R��R��R��	R��R��R��R��R��R��R��R��R��	R��R��R��R��R��R��R��R��R��R��	R��R��R��R��R��R��R��R��R��	R��R��R��R��R��R��R��R��R��R��R��	R��R��R��R��R��R��R��R��R��R��	R��R��R��R��R��R��R��R��	R��R��R��R��R��R��R��R��R��R��	R��R��R��R��R��R��R��R��R��R��R��?��kn�.5'�RE=# See comments in pre
if [ -s "/etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150400.18.8.1" ]; then
   mv -f /etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150400.18.8.1 /etc/sysconfig/services
elif [ -e "/etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150400.18.8.1" ]; then
   rm -f /etc/sysconfig/services
fi�/bin/sh������utf-8�65b3f882c6c6c7b3c24b7bc086119f858f67055007e913d5a6cc6bc2503d1593��������?������`����7zXZ��
����!���t/�೮��]�"�k�%{D��/��_�c�Q%������s3�rms��������e ���~����t@jm8�Sr��l���D�d�|�k��i���:�x؟$r<����c>2󮪌LkP2�����e��[e��Br�]��!�k�w9n��!�n�6��ɑ�Z�z�*���sh�u�?��V%~ķzC�
b�
o@�ۯk�^Ɯ���g����3��U����S ��Z�>�K�*����1?kN*Y�}K�������8��rR����e��G8�e-���r�����i6��lf�Uϯ�L�=�8�Ɵ�]˝`���#��>"��r�,ؿ6WJ�3�r0�U��A�>������ee<����	e�2����.���:3S��=�jBX����uft��?�a�P�<)�����|�����G-|"������]��r/=u5�C�bP���ƪ��[U��+��x�%�X��r�PU�Qm��B �ROۨ���1�
�,�4�,7O���t�w��x}Y}R��h�k��E���jC%�Q��K�S�k��mX}|��� �����6_�<@���2H�b�s������'����� ���"m�f���4��II�G��؟i��!�Oa�'�qt���z�"���LZ�������W�)��|�m9��}�o�����υap�`$�I����+5��
ƺY�Fd9c��a˾4���}Z��McBӏ>��o�?���,��ޤZ��H�$���\7
�
��jd���W���-�?�]��7��lˁ
v�2�e��$ڗُ|18"�M3�.�QF���6ϸ����c�D��~`���6��5ji�'G�f�]���1"RW'��c`���B�>#���a~��XOS9��R΀'\�8gB��ԣ	|�C��&ˊ�9{�N�]�
�`��W�z�'����ǘB7�s?
leZ�S�ݡ|w02���&�����c�:J}�k!E��n2��k]��D�� ��u}�pש9�Q�B���&��]���Q��+�!�<g�6m@t%�������׫Km��,�I�y��� I�����o�I��Td�S�!�q��')ݡ�Ăp)?�~���Q�9@&�\ ��Z��V��Xc��6�����&�c`'_��؁Np���ъ�+tŽ�_PH�;����L�_A�5�0g�kl<�=�R!��:�
:���)�r׊�pnJ�N�S����K�P��
�	^�Tc�ѐ�m��|�CM�ɋ������y�,%bN?~��:���~x�����A�7��zE�+�W�!^l���E���+^p��g8�%P�:{HM ����)?�@�1<T�x�Ɍ��\�Zx��s�i<+��}1��a�br�O���t��6�����=/�7�QPk��i�2 ��/~�Y(c��US�h�;n��=;�y���m�#������NW?A�T���W/�Ĉ�p�
>��¢�j�_d{KL�_e���
�����a��^�f{W�c�4�+�y6��V$��V��L��\f�4[��j�é#��i�v� ��]·����m����|���h���s
����Y����E\�����'�
�Q�s�/=Hc��=����MZTř3�ً����j��BF�2�p4u�ah�o]iY���	U?�F��;�ؐ4�^#u���>�ӊd�d����=g|C�Tͦk�{���b
���$�f}--d��J'�U��$ix�����U>���V�o-�����3���b(pTc�|��nix>g0�#� ��q�:~�`�>��|#Gj\������f<�,���r��1�lh�_�O����Јo�:�q��]�8l�D��oؼ�w>@���_^��s���QXn�٬/,���i�⽢���/�̕1��2d�#�����qA|4��O�5#W���a4�S���F5�[��s�U�V<�O?�#���$�,�A4!�ǛɻD��e.=8k�S	(,�ܺ�U�Q3<��i�x��9*M˅8���V�O��PHz�$ޢE>�b}��e��:%aUnkVG�PL4���EԴ�����6Y��3����a+����@Յ&;х�8��^���2��S�;yv3�şc?���){�m;�L۬A`� �;�r@�8B���/|�ʆJ��D^������:61l����<tV#���=X��wQWT��1��Z���v"0x>Rl
�p�hQvR�7�Q)���J:��;1e+ɣ�Z=����HH�ˇʇLZ� ���?����T����=���T���iև�/����k�)3E��N��iK��P�bU�Ձ�D�Ln�ϘA�x2�Z�|S�#J�->=*�w������H�Lk
:ts:O��d�D�岎ʷϓ�f_�e��I�eK��o��Y��s��
���>cxά6�<Pl���q�c�n��6Gr�fA�Q�@T���7�)����1����*iG�'<��ԏ��;�{$���cĢ���0z�z[��o��2�D���*��w�J����QЊMs���p=��_�vs�c�}�B��3i���i���d\(����.���X���6I���M�����v�3Z�p"[R��(h�u�ŋ�]�&�}�R���)���ݴ/�
sh�@-s`���S�H5ofȺ�����*|����|�D�\�m܌�A����_��ݗ�G���tV�テ�ML�ɞ���;������54[Hɳ�(��M�|�o݂��Rj8l��3�P���n��5����؞��tI�2�9��v+�G�L���,�f����5o�k�.��������y–� a���,���B��=��C��w�3J�La�*���)\"e?���ܩ�q�=�p�ɂ�Z���&j^��sj�^��xsѶ�&֙ҳ<-mS�O:������d�O 
���%$n0�v7���mRN��W�O��wW{@Oϋ@�Ԅ英���B��8߼Wo�r^b�
XS�������4mSO����=�\-����Qcx��22O0�=XW֒r��?\0AM�?`�<u�ޣcB��Q&������RHw�kʬW�AF�KS�s��H��BJ�yޭ������)^�3I���J��#~��s��6	A}�HUKG	��� �|�ɈL8���Rn�h����)
�d"mp:̬:�wt!?wV��|��1.3�6��I[��I���^֭��p����ˆ�\0���V�D����dᶦ�qq\��z��j�b4gY*���Aiʼ�?`�t�x�
�c��$�z�C�s0�
[��H3�
����,,=����y��#O��LZ/IfJ}�;)�U��|����
�H?db�㓮�5�C�.*��K�-i��T�(��=��E��*�'<'���;-AFG��
Gb��^�z��8��Ixs�%|���wr5�,I�a`���t$Y�[VH���"���g����,�S�[���ɾƂ[���㤺8��h�@_��K'��kc/l��r>�M�XG\�~#��@0X/ ���;fJ�߹.oc�����߮|�,	�`���͒R�������4�N*R�F�^� �j�cOz[�-~��D�L�u8՜7YOM��+a����j������#�>������RBlw�Ѭ���cw�N2R�o*���IH[o��_�GnAZ���n6�,9��T5m��"����R�Ʈ <�S�OO+��W7�EmqX ���._��;c�CLi7��P����u8����_�S�Fotw�wg �6�$��h�p�U�B�n���~��U����1��@�q_$*��!Xg�Ն�[d���3@��!DH��`�uV+^�.�8ΩF�V�^��t|�����9��y�"�u�:�큯�i�H����Z��^�͌��:- �[|���	=f����)^7�:i�yN���v��/�"�1F�(���QG1���ɉ�P�tPNh����5'qb�{�eb�]H��v���=�NHOb���쎪s��_>n���L
�K6�F��O8T��
��>|�ʔ�ڻ�`���Ca��/1Ռ���,��c�lT<��Lۑ�ݬ"���مuδ�S%��=�����	�}U��EL#����H7X���Y�V����pqej���:�{أU�� ��Ղ�ቀ�t*����3����)^W��	�4�"s����A��x�أ+]���#J�{n��S��0��~�)�ώ	)�i(%�R}+��ur)�َ����˵Gr�0�EA�
v�3���
"l'n,6�$L�Rj��x	V;�;�&�BKU#�zrl�y?J	E[9K�ȭ$t8f
$�5�H喊�!��[�E�=��x��lEc�>��7V�y��,P?��@ÎW�������M��6܃IPx<t��L�m����6���G�0I�脔�9v���?
�ø�1hf�VaR}��8x�����r�Tc� �x�����z���!M�࡭/�<���u)vΥ����KHAb0���u��?����N#=R_/��{�_L&e��̋��xC�,�C�\�'��#+����Y/�39�)�욅�u�Έ�O��5�$MrEk��3=L��^4Rk܉7J,����0	j�*u+�þ��t�oǽ���T�q9g��+�*�i%����F	s���������K �~�8��K�#��������,�R�`+]s�Ŗ8��-ܠ��:X�o��I����r�b��8]�UY�&��{�4��-wJ��k-ݠv��$7zE����
\�zm���lz˟��D�)��G2�oTE_���������z��&*�!���J�R)`��j=Z1P�P��o&*G�8�����w
5n�
qI�2#�źU��L���!�8��8�
����t�ݯz_,m��X	�뛦��Q�w%d=�lj�ڔ�b��c��ű�`��m]č
�r�́4�� 2"_�-��Td9e�깃>R%�q��!�6̕�ڙ���e��V�3����B~�����N�t��x���r�M�-����.���^^��&`���ڹ����.N�F��Z��$�Ω�����.��l=��+8�����N�>g��6�Ԁ��^sD�`�H�wG�.���)�;��j���ݲ`�	��
L�
a�t'ة�Q�:��I�@��&�߄A$C�ճ���m��(F����)�BDVS��������s�a�A�<(�$��?y��~Kդ�>^��8���K��4���@���8���J����?K�8ʶ��� 59�HG$�[��y���<q|1���=�dKb�쀤�kd۠�O��R�^�؈�[�U����P�[l����N���$7�-ɳ[n���SU���YS�>S΅9� ��
��Kh��6%�Dt��4�������
2g��y�������W��هn$�� \�= -|�z��9���B��S�����j��z6����z
���6
]�u	 ��Ҝ]Y'/���do^�n�{������í��-G�b8�-���g�X��a�~a�W��?�������g�Y#%98X���k�kA7´C�=Vq���?EoQ���V"̦s�$G¼��X}��WP(��!�.�Z�`8%(�X�� ��֬�w����	���2�Q���ׄ���	�D����LV�4@�&, �r����;�q���~+.lR����@���!�rZ�n
f��-�ט��yO�b�$7?20��]>l�#W3�.^��ߖgK?��ZC�g���@$A�\�[�.��E1���̏/ ��Ӹm�L"��}��ifo�!��M8G/9!.�����Cd)?&]ZS����>�����xn����N��Fp���V{0���ǜ[a<8i	������{m�?G�
��&��j$�^��z��[6��y��\-��+-�3c��QF���Q	?\�l]&	��/8��*}=O7	�h��'�@t��,`�ZջƃP@����|��Ӈb���Z0�LFymYͤY��9���]h��w�Ц~+f��a1F^�dF��4�*�/p� �uc	/�lW9mA�����	�+� �������7?`I�3�^�n�c˙�ʡ4�|c���o�����|#�B�/�-�p�����9m���G��b5]�͒[n�%���0<�t$r��>x�+Z.�Sr�X�b,�faT��v�K.�r�Y�ZO����䋞b�7i*2� a�+P��頶��h&i��I��Ȥ ��g���d{Q:���P���a)ßK�"8�jKCY\�)��W�
�u�����ܛ!f�8��T6N��#To����& 6�C�JZ̃�`l��:̀����t��n�d� ���0*}�wĵ�#�ź@�~'�>�3��
���F�eƦ\F���͢�S��L�w
ۢ�t9`-ۄ-�n��L�Zy0S|;ԙ��΢�LUb�D���<�r!D�a�}�~2��z��>P���iH��.��o�H��f�^� �2�`A#V"�J���1��Q����X�jΙ.I�?�)�����d��>�\(.�������ǭXW���E'W����\ �Ϛ�I�Ɓ��K���N�*�$p"�J���K��eG-�?*�D�������iF�M�.r�ʞ�������6my����w̎t�6�z�P�[�p��%7��ܽmG�ʁ��.�=�yL!����EY�ن7�/W>E
���Te���n}��v\�%< ?N,���YuX��*U�
چ��3]��D���›
N:�������[߷���H?T�H\��x����Z>���?M�B�}��x&Д�,"V����y;�I����MM�E�%��h�3��/�:
��l�L[���O-�D�Ã���H�x�AEg��o�+ �C;Ɠs���KhCj���3S����dS&E��$l�
��ȝ�B5��y���qJ�)7�O^�d����ٞ��_e<!9�f,5,YK�C)W� "L����s�1����w��c�d�aӒt���Wn��]�����w��m]�_w�O9}_����]��vf+x%����X�����v�oC�t�H;9m@��@�I�=�Zfj�V����%��j��p-%�Й��l��]�V~yڢ��`S'GB�'���Si�6@�Ǎ@yUh��鱿�uU�dE���#�p<8W���1ȄF����P*OO�.������H����/�G`	�@�=؆uF�G�"��g�TN�3L<��R����UQ�A	�|uyS��n�芆���벉��p��=Fr�;��)��е��6~�J����}K��LJ.�����j�?۠�^=���g��d�6q2�-)�]�ɋ�C�]�s)�N�P%�tbN�v��Q��f����th|�2�U`�ŷ)$Z�x4��&[�e�D7-d�k_w�1�4�)|��&d*fl��»��4�l4?4���#;�QnZ��l������o6�.��������@�θ"6��
]��!_����fDT�?��CBY�k?���%��PÂ˴�qQ�(�o�fNq��T�Į9���&M���t��m�n|N�s�2����+�G�zqq�Ii
_�_��0�B�-=J.�<f�w'��y?��I�G]�&"FP���vϤ�Q�
����r痲�]�EZ�������(ڢF�M��R]��鰧�#ό4D��(z�S����*�X�%��tٔ�`�|�'V�4*�wɘn�� ��ŋ �E�8�y��h���>�<�/JT�q��jL�;������}tE�8��0�GlX�"/�A)��@�R��C
G/l�������U���1��E�+��=u�r���y�E��;'����,�%y�/��
��`'jfs�o�~�/�.y��޸y�v���?�W@nOj�Z��X�)�+)f!K���dR�Aȡ�A�zW������z��+�ex>^W�q�t��7���x�P���%Yu�J/2iaYMR�֓R/�L7o�>֌�]�}/-L���>FW;w�ʘ��mX�O���ϽA��R�)#,6�J8 ����¹��


�<��}f��e�
p�S5%-B�,�H�2��Z�G�K))~���d��qd��>�a`_��Սy���u<�+2C6��2
�`
X���GF�;����_�����E)�݊�����K�j��q��{z2�}�B܋L���S�yCa-w��ʰ{Cٵ�Έ����.���?J��Oo�
�Z��n��0ޕ��PZ5�^ ���60��P���y.J=]����dqc	?�D���=���f�4Gz��KX��l�-��Ի�Ym���
��_�ķB�v�u)�<=+A���$0Jd6U,6�6�ÿ��ԟ���P�sj$Wn�t���G6�u��H�W��"��a_8I��tx�z�)w1<�G
�u���*��c?�j��F��.݆�`<΁+�S���Kڻ��d�Sx>:%�����x��Qa���Ħ�G�$��;�����
+�B]��+Ǹ��h��M���Bu�?JQw��,�G�3*^a�������꫗��I���ف��C?������M}��Ľ�
�k|`��i�H�	�^�R<�csO�T��q��Q�*������ ����;�ih^��*]tx4]�@/켨7b�<кyET�&7�-��|��g��_�p���Q��ſ�Jid6<��Sl,��
ge�h���z�G�
��#���NH��'㜻�$�jd)����Q&�*��y+~�Y�J�����ߏQ��q������]�)-�ߩ�b��ʒ�(ut͘n�\���'*9���\W+ۂ�C<�ژ��<������X�W�o£�	sD�)A1s��K����2��11���nNFh�"�P�!
};ͅ��K��+n���u<Ar�}��6c �F��21+��ۀ)u�l���XH{P�]������#A�V���w�arCLd,��������m=#�β��7��)��7lv����Ѥ�H|rGY�TJ�=���Dj��$r�̏Tp(�Dg�t��;)��+��e������q��kWTm=+��^�"nљ�~N�D�}
*���vk����o�}pby:x�	�V�1n�:�n~�B҄�%\��w��/���04�j��J��|ͧ�YHe�μ�	����sbG�,������xq�@���9q7�#�(̧�2]"��<�U������ʊ���o�1\u7r�|f��Cg�l�ҿ~�r��#Ƭ"C���ur��9g��"5�ט�w����?2��6<^3=z��(<7��	o��F�(=;�1�w,ccx�#���i����?�Ls�d�It�˻���p�6���6���#��pm�N�L-�s���ih�b�+أ�_�=pJ���6Q�u�@�d��d�)��+��!'���U��3�〉-�~�]X|��"q�����\�·��>�7�[[!C�o���dix�f}������Y�5[{}���D�c����]��.���E�i�~H����$� �UʤKT �z�O�/r���H��qH{m�F������������H��x{�أ�sqY�4����O�_�������M"�\wM�"�r�@E��|��������qz�i��І��`�ӗ�^��E`z]��c�i�c+'�5�?�c�@�|�'��e#�E6l6��pI�%������Zɓ��f�YM�H�0�0��0&�96x_|9���f�_h�/��I#
��}��
�9C'1�%;�����=��
`J'�-k���U-M��$5֡�W��
�4��@7�H"�G�4?�w�}
�j�'Ԡ��F
�@�o
d58@SE^����'�_�I#t�&�p���Zm7ݖ�L�2�/�]#n@X�{�a�<�Ƣi`F����`�94��1�p��)��Wb9[��`�D��=�)�?��L��_ւ�߻4��4l	�J�ޞ����Qq��M�fo:ˀ_	����j���v��dK���$�y����˚���Fǭ�뒘Y5��V�[L��S!������F��F0!{\�v�*�>�D��rpj(]d���:o?N�y�#�E��\�����g�*��?$"&��ç���Y�׷Ʀ�Tn��j�^�CYŸ�ĮU�r8�{a�A)�0>����H(��3�rD�ߕ�Gzc���T
���'Q^�E=-p��Ȓ����+�H��u����U 3�R{�ьe=@��g����؜��N� �3h�̜�X��ޑ��>/���GV	�6ڏ�֢��x��H������]5�o`�
��Ʃ��řq�gBdF�C�}w�]��a1Ƚ�����3W�=<����ْ'g%�
ㅭ	֙˫In��܈�5�>y��.�J#0�������s���s��4�S2��.��$��պ���/z�&{�
qYu�Q�<S��������M
A�'C��=�-��j,��)�
裔A����ctn�~�ӕ^�hVڦ�
�� 
(��YI�p嫥�(�9�._
6e��Y��M���/�r�4W0������h[�`K�Cđ'?I��`�_�db�)nAVE:�tS���d����-(�b��̻2�������)���>�V�>6U�L=����Q�.f�wt�.v-�P"�~�iK�"a�W9��w��k�,N�ҳt��Ė�:W��q�X�?ʌ�X^�6�{��1$�ףȧ��V�|�D�~XdPLB��Mg�Ӆ+M��R�KE��4��k9)�D7�$����>�F����� ��uJ�����s��&�|<��L[����n�Z�y�WI�������?.���G/Ӄ&PVG������׬�������#�5\#��"�O�"��� `���RP���iV��D9���ӹ�¥��~����'R7L���H�P��eGIt9Aq�}<�o��ɍ�;����봰5�;,y�*UE��Į/w��I���VQd.W�%�i)|V�{�%ٟ��=�rFI�-N&��o�e�Pem;?��T;��.]o�'�h��,ħ�j�dC���#=�s�7�����h��tOW����;�M��!�j�!�&���Ӿ�/�tjt^����cG�h�kp+�d�o��z��z�k�k9 j��~��/��58�v�>2�a̢(�����&�T��ϕE�~SwU/��۹G���Oy��.R;^�\�V�
�G�}
������� Y]!}�[�~iI�b�
քu�l�W�=�-{�f�ң�g���Ԃ�G���N���듰)�eDrK?�	�Ic�&�=�bG��3�I냱�
IF{J�9Yr5�ӳks���ZPٙ�.�8����"܅�j��y���.P���JW�iH�Xk��m$.���i�uQ`������!u���O���_��{Q�@V�t]�$�>������pz%�E4��yIn�c9�%#�n�
3�
�r�)�fP߉y~1ZƟ��Q���a"��l��QP>DH��@��kW�,���o�>�Z-&�����^Y>�c՛��b_\0,X��R[9��w�^9�� 程Vn��1���* ���mĶ�A��d�C1��������s�Mn�CJߑ7�O�9.��V�#e�yshg$v�s��U��º��J���ꗲ��@���u���80���}��O^�`��/Hc��@���G��b�a3��3NM��߶'�Q9��u_�07@�"�E�}�^0��R��o����d�a#��f���aKrY��q�W����	�
��YD-S�8PA��ƫ��s��$66�L�;G,��tO����^{�P(��'%�}�wI��k����o>�d�R��r&���~
S#_
ޭeRE�R��ErP�g>�I�`��'Q�۩0(��|�H�J��#b�\)c�]Bo��^w
�TVB���4�����$6�DFf�]��*@b�*���cou<g^K�O8�6���h�t������M|��G*0��i���_U$��]�Є�a�gtc���b��_xK�h�����z��L�������|<�����%Q��./Ŀ�A�5�-loZ�v"����,1�JQ��n��B�L�0��?�~y�ȵ���&	;T�o��e��*��Ө'Qٻ��f�B�o�5���@Io\���$]����F�W?o��*�Y*�!�e�`��&2)�3‹�3F3�<f��Z2F�\U���Z��٦��)U�l☑
�1�7�O��uM�ҥ��̅�H��	���0��OC x����xao�Nws�Jº�J�Db��t��?�(����$g�X"�r��g6�3�e��h�E���UN�e	�cb�S��Jx���Ù��Θ
Ó������ ��FU�	%�Ezi9�?$p�C>8wG�=Z��ѕ�n\Tȑ�5��N%2�k|W’�ZL�d`GM�
�t�d~���V���������>K���HkG�=|`=�*�+V���Z�T��b��>���S[��2�#�L�ǀ��o�\رQ���+VeEa�&��P;	���)�6���f�t�K,Z&K�|�f��£s�̦��������>�����|�)�Dv_�~ܳc�R;���(���r�B�/����#Z ���Ӯ�Fpn�ڥ֥N�wI
<���.�/MҪ�pY�苽���JZ�c�૵�?�@#����;������$�yO8�Q��R�-��0N�2h"3/~WX��ˌ�8�x�PW�u�%����%K�JNh��X,��%4�Y�7�L����͉��Z�1��m�/
{� 2���v�
zD�Ǯt�w���%��0M���������Y�.��&�UY%ۦP��4���@�hT?y���w�n�_A��-VB�(�M�q���mM���	��_�s;���zc�Kp��Ww�ƞ���5nA�	`��-%��V#x�ڝ\���˲�onR��u�mҬ�Å��&	Q�x5�]��U,���{��6lY18�oj�{�3������A��g5�����d��
$w��"��P�vFq��rP��C��̈節
����i�M����e{�&<"�72]yK���]��J��)|��,�����-MSb�Cm��i�s��IY7j�2�� N�V�o"
�������s+�’gzɻ�W0���9KN~z�dk2<T��=�q�F\��$b�1�h>5*:E�C g�ٟ��d}�;�|��F��V5�݋*�z31҈E�G2�U_4Ђb����$���A�̒1.'h:b��

�9DW߂�nK����P>�'0&���X)>�B�]Y�~��Ba�~])�D���7���,D����yDN�������[�|H�dӶ|�%ϻ�
|v6�?QY��^)F^�X�D�J�'����w��{��S	��G���&�-l�g���z�x���N�7�e出e���0�Ci�V#���j��rB���pb�M���=�t�H�V����J����L��u�(kWh��O�ɆG*�u����x5�r)����L
�0�[��qO�= �ue�`s2+
ګ[\�J����_�!�",�[7U�7Hc�u��o��Z��i&#ծ�9��m�%���t>�*�p/����R��E��r���Zam`+��l��-����F�&��3�{��|C��M��وCW��%]�0���C���e}�>�ycS��"^� E�@�\,1h�K�nQ���>q���{�����=�t̫}�c��KaD��%]}g�+��&�L�����u¹>0����8ȓU�Z5tB
���d�}��́6���98#�30GU�h�C��pj�?9-NПWa/�q��ք�л7s�m՝Ң��(P|���\3T|��5K��t�����|~��(р�����vS�e�w>������q2<M�!d^�w%�1��s}n���^k�7#?��aBw/��xt�XD��f�����g��J*Z���/.W������祱;��Z��aD�A�Q׶?�h؄��F�!�4����HxՁB����ah�����P�8�y����b}��j�y��ei����_�6�j��7\�� ��*/�W�l�Lɥm\a��ں�SW(It�A�aLM��������U��h��@�"-�_v�Q!���_d��-㦌(�HZMx)vM
�)����Y?"^)�
��@Ľ�:t����-H��>�(��x�SÓ�&�O�|i��	��� ct����!,���3��u�	�`6~4ߩds�_v�ZN�[
��R����}��i�p#�I����s!�Y�G��E�C,D�1�]m�6��#���kBI6��^0���-NR��,Y��u�����B4�u�^0���3E�G�L�o��%N�C���F��?��y�V�w��҃�`*ٴ���Th${s�;Ww�j�!ہ./�Qh=<����ae��{'�f��ڗ}A�[�/����k�Y�`���c`II�0�y���cX��+��V�7ݿ1�����~�u�?����6��D��Az;����F\���v�wB��{'^��+}L"��u��C7�����F�K1���$��}i�+���ĩ���!��n/h\���o�S�t��|��
~��>;��}e�����`�	\t���
��6`4p�>d�Un^�����M�J���s�5O ���U6��`Ds����OJ��q	�~1���Q�E�y։��ɱ�p���� ����I/s��)���Sf��t$Tq L�O���n9�WvD��Wߎ��RcIT�+̎)ٛ��yb+��.�_^;m�P~�nԴ���Rf�űa݉�G�p��Pr�$����wr8�CUE��[��^�c���*->%(�q��b��v,�
n���c&!R��X��>8����ȋJ!2���n�󘙍�> C�t��6��q�9�����.P��f�U_�1�1Zا2�E�G�����Ѱ�C�Z�nlg�/���\�6g�@�BNX&L�M�\f\L�Ձ�~�M��Yj���&1O��yh�{y(�M�Ѷw����z�{d7����
��}�to�3TnG�'WMV �!`b�U%g�k�z�b��'w╭�ช�w�
�?�Z�\��u
�ue���c�S�T$-��IbL?\�MV��h
����sHT>
O3�;u���(Ͷ5��Ǎ\;iw�J��D��e��ÌJu��z��ط���7D-�>��׶&P����4%�D��,E
��6�'�B�T�BM�[��<��<1�`��{i<���"o�r��|��a�G1��P��eh�;�ޥ�S�aCsa���l�L6PS��E��o�B�ہ��6<�?ZuI!�0ՈT����n��(ĸ��D0�9�����w����"��8]��gS�6�}#��Jn�e�ZE�m�O�x��V
/�v�)6������q��[S.�(~�l���Jq(�������[.�Z�e~�[	�j�t��V��/�Qz��A�3�‹��o������Z�-��`����WP�<�0gW{K�n?�Z„yY�W���b	s�z[��w��Y\E�*���`���+��{����$O�c!���s�2�J�1Ǝ̥�	��`��F�m�vi����⧸���}��Ch��`���w˟|�r�m�	8���^a��G8�F�5M{��s�/{~4b�G5�t60j�}�
$W��C�+j��—�H�:ʷ���Sv'���
��T��^��G��&�Q��h�9�bq�)&�xg�U^Z��X�EaBӋ��]B4����
>ì��5b��~���ɰ�zq��XQ��T��F����2ϩh޲^zSX8�`�G�[�|�!}N�e�–����;GE~�,�Ne���,߿Q pЗA����V|�l:��|����fǼz���X��b�x��v���E�['�ۜ�R?�jD�U-j���k[���-�j�+2~C�b	�� �=X�J�E5X�P�{��t�&�y�G.���)W��?|�@E�z��W(��h:����l_���髏��2��^DF%�3}�|���_�G���d��YuI]P"ro��f��#
=�5�N�E��M;���	�?m����\�H���<��K���.7G�\"��n�)-��9�n�3��lYt\�N��=��±���8��
�]������E����
s
��1���xՆN1FYZ��K��6�ǚ��ӄu�yJK�b˪>�b�5���E�v�m���Ӓ�m����"�D�cLf�~z�`�S�Qb䊨��.�4l3#��<Z��\�Kq"��3
/Ȏ����U�ʌ�6U�;��:�2�1+M���~�|Ԛ�c��ؚSI,�^�����C��e��!QG&�+fG�A:�s�P���ʃυ���*?���] +��V'<�21�u~�
�q ���?�Z����{7�
G�ؽ�B��	���Qp���R��Q�vz}v4
�bˋN���X�QҌg�DP8Xw,���ϣ�TJ6�n���
!℩��w:)���vPe�ԋ3R��u��.�����6����c𝶍M�y��*�M�ާ9�}�
�-m�}Z7��m���#�j �lnY��u+��TӾA�A�UqLZ��N��hz]��DHn��9�%��mh��<��G��'l�v�E
/ƀhl��nr"|����a�1�����C(}Q�����A��|f�'ҋϭc�6t��<R���C�.���񂠽��&=&�c|�Z�:')B���~�x|]�0���y���%p�j+d��][-���TI�����#�8��LK_�D�(w���~b��~�<taR̸"c4�R�*;��
k�|����6�s�W�	U��c�9
�g�Q	�p�CGwiؿE:$SE��m�x�{�?7Y׮�<���E��R���KC�tVl:��?�E-����h"@����c��z���\�����?�r���/Sm]R�J+���/�jE��=���Y��o��U�~8Փ�y�A�ɫ�'(��㷗�D��7��FuԚ0Ʌ$q%�O�G���7��T�%x	nT�n����փ $�MxDFC��Ñ�n�)�
ҹ�v�.p.,�j��v������R`g�>�u�z|���N�O��O�.�}���F��! �!��ɰ�
�u<�F ՗�g�}4)S.�De]��v,�ᔫ�#�辩c\9�:I��k�z��w����M��4��=�iƊ�3~-GN4ٔ���f��7��rW��U\+S��P6���J4Ttщ#��n�<PJ��.�=��t��U��@���'L�Q7dFx�zI��./rk�������z��}��#dHc&\�Z�\�뛓o:�
�Tq���yޱ�-�e}{m^��L�����1E�b�H�����Z I]��ѹ1E%u

5���f�;�<���j�,>�B�l���r�Dg,WA��OR1%9Ai���y#�)�sx�Y���?h`��*�y�������y��X�DR=lV�I%jSUs��JP��x���RY��Bp��q3 ����Α�L&�0���Z%Ds�@�ab]�ee,�պ'������!ƅ�-�Ӈ�Bq�8�����<��@���\��p�l���K�9@En�=��"͍����s�=��y~v�(�f�N���-�+�}�|����nS�:GcY��)v�rĩ�'ܵ�DP|��O|�N���rx�[8��D>Iʚ���D��'x����w�
�0+0�N.5��hj`�N�9kbE�{ͣa��s�ˠ���z��g�$W䒒�i����2{?EZ�b�q=�?��R�m��4�?a͔l_���A j!��B�@���Qwv���wR�"A+�{E&{"A�J"�a�K�a{�qP�2�����'�Py��[#ׅ�2�7҃�,۰g`��1Bw��Z"k�8���
��Vo=?������䐯�hY�n&��N�ֳ=N��9��<�>�Y�쮱��n�8w]�B�XU���:��rLi�%]�����e-�E��S��_]��o�=��m��}Q��_�#�����1��R�6�ј�X*���.�c�P��4���:|3���=��
�.��@x
��<]Wx���#K�|F
_��Wr���l�b��K/�-��%a\p��������4&���O�U�F�a�H���t��`��mm��<�4�d[3s�����f�?/�K+�����<�_a?`�`���� ��a��/���{�!��W�l���L�U��2���H�Ⱦ�3��@�XN���Pt%7�Oi����{�cq�$�� �u�C�a<����2���h�2��0ȷ�w?��I�S�C�4�A�zk7<@VOWP��E��3a���Ŧ�#h���E]�c$ ����;ы����(5�a2\�K)je�훇��Gu�ә,����q:�@��9	Ѧ���}C&��a��@,p���aI�v�5��O�3��h/�Ue����gw��j��UcO՛�?Wʹ����ޓd��^�h"\hk��L�:Z�Y�5�k���A��`�vA��@le%<��TȆY���Q�6���:%�l�P�z H�4+�to��l[�:�Z����?NSDb&��-I�Ƀ~�
�z<��q6���C_��e7W�!��ȏ��F�u���c�5�T"��֡[���
�O��?�?�aI�Y��:�*�����,��|�_�㟼�#�;����Ɯhj��׸�&c~�x߿9����rZТ
����������-ڏ�E���5���*J�<�ÊR�����fe��a���5`�˦��ٽP@�&���ԇ���Fa�q�U�=-�v�Y�cLq�<0�(�U���gG|��-���Z�����~����U����36�z�N�'
y~K��w����͒����d�avbYrAa(��A�>���a�ɶ%����8�Q�R'��B3���
|/���I���_b5�h�c���<��
ıF�S�s�_�⾊�$�v��$�ta-k���`�d<Z)(j-����pGoE�6���ԃ��{����ITZ2�dž	.g�æc�l����y��I�T1�*7��iJ�s�B~�y�m���'���s7O}y x�G������%2a��d��[W�w����Z��N\��`��w�'�_�K3��D��k�4��7���Qs���H��V9P�h�wM`���n�vփ�����%�A2^c43�d��u9�7PtBM�3�bl5������K������m�i"���y�X���)����'Z{��!\�_�2�в޺�6��=��>�|��'jF��8:`��h~j���^x?	��<]���ȝ�Ub��?<����%#�p�M����Y�=^Xڃ��&$���"�D��E� �|��IQ�1��9+S7�lY��׮�v�E5xA�w��c��Qx�#/Z��E��G!\H�z��F�F%�y�W盟)b��Y�P���4@��,�+6*�O��Q��X�+/et��u���{V�T�kў5p�6;�m��%���e�7/�G�aq��vf�J�n(��ȑY�T	���`�p�~�m���q�T�VzJ2$r�4�&���Zy�������r_��Nm�)݁@t���.�������Kc�+�޸�����=�A!�N�仐�b_����~[�ud3�s��.��� �����]1ґ c��qJ�1���[>�I��Ru��H�4�oh��yP�E����R���>�ʜZ<�E�z����M$Zf7Dm����P��H�N�T�WN⾏YN����F��
8;g!���#`Γ �\��H�g;E�B�ޜtz$�on�ND�O��j�U�R����5f�$��o��R�0C�f��H���z�i#�GC����[�3�_a��;�����yq|���;����ϧ*b������8�p�[�X�W�[�A���,My��e�����7C:r�G��K�u�H
H�7Ɂm��_�;��di^痌v�׸_�J9��)B(�(p��y�͊^����/
ƣL����p8��u�e+�H7�4vO��
Kl�"RA�A䀲�Í�ޜ���JȦiv?��C��Pe�����-���c�e�g��:`{J�I� 6��q����=M�hF���H�ͽf���b��Ϝ^���R��oN{��pB���t5������S�b�a�A��h���%c����U���GG�.���/Md��4�P��_C�ݻ�$����:3��D��"�,[9�O-uo:h:��s?vh�ì�2���>�IF�d�0
���
�.�]�Zx�HXB(cs�����q��<���,U"x��zC��Qs��M�R�o�,/[vX6Ss��4#*�P��y���� �1��[��q\��R��v?
���:���!n��4�y�k�Y�ѹ'_�%9�u.���*�U�PΊ;'���3xl�tZ��V�vS�v�~���h�R���]�5�Ϸ��³���f�QU�
<4
g�\�Xg�u�ͼ��n,�����d;�R�r��!:��8�6d�
���V�.a&OG���^��
ZJ��K6vq��%�z����K��t|��(~�K�O�C�sO�IK����G�u�	�ω���}�?Lf��-B?��/�6����rh�V^��
b����8��i�j�����~�r]�q���5zt^ˉiCl��v�����Ϥ>"�Ol
�dQɱ�q�p�	�?3[8��FpR��'*���1@Gv�É�k����~���T[�U������,���X�����w��v+oz�a.�K��W�X�cv�L��q^��{uv#'h����t�p��TC�Wrң�%a�p8f�EIB@�����נ��J�{��G��{*�f��\�o<����ևS��"r;�MK?谴��33��!�T���+���� Y��(���(�fs�(��!�g��v	�ǕuUƺF��G�I��������ټ2��U&	�V��I�oC�\�d�y�2�%�%���c��9v6]�w��w`�K���4�;y?�����Ar��s=��A�J����
�y��܃H]M"C�Q��"�12��EE)���!��=W�&��j�}?�H������9#�_ŧx��&O	��J=V�>R���x7���_.Ҟ��>#��&�f�����pĹ�Cbf	@|��+���Gz�>�WG������`ʊ��� �lL[�j�##N;`7�[vf&kX���L��|���7���JL�B��!���;Q�j^(�@c�W�#��%���&��6"�d&����̌-����*�lP�Jn	�L���7���r�^I�YYg�J$S�R�(rԍ�M/]�pg[}S� �8�3�?߸����R���i�a��C�H'h7iW���ษ&��Q�m	6ŵ$1��&����&m^z�%E�i��4�!���U~B��~�B99���k�P�y��P��S�_�3%_Jg-�����ƍR�AB=�L8QNc{֙F,y��q4n(���;�$�o
���jr���iUA@�<K4^�Z2��8�<���{D&!#@��g�}�"!�ІZ��HuF�#���Ƙ���a1
��s<����ª����~0
�Ɇݨ�"��4��XA%{Ȁʰ���>)T��
��-������h��#��_	i<,Lg�񺉝� �%_�E�cb�9!6Mhd��@<���o�e�C�5ғ�1;}�}�߹�t�?�n��K��WN��mN(��3�^�l��%90sF�z))�	_�_B�O�I�6��M,�i?m�Y�;ǎa�~�tY����
�
���Y}�
9�]��2}���&A}4�Sc&�Y��W���䗒W�lT�����]t���KO�r�J2m6IM��N�e�[�,QM��7���iʺ�YAc�xa�-���rhA�]�F��P8-���D�>���)}uN8k+l%0%h
Go5���R/��u���I��Z��X�I)U�Ҳ����eƙȾ��)�0ߧP�����
��,YF�ĸ!6.UO+ �'�G��S�/{Bf#�Y�}��׵��Yu�zN!�ҟ�ٚ���_)~�'-�Q`���{��h1���7�T�o�Evw��9���5�JʌQo-���t������E��ώRya<v7X�f�4��k�q�>���v9sD{�I8h���>�y�ju=����2<�Q"_�2R�y�s��V�C6z��(��:�~]�q�<�~��.ik���Y銈�V�/���ZS�5}T:\���F'Ү���M؆_�@nU`VA��,��`�G�S8�}p9hE�+�~|ɉQ��0F�M��� w��M�(���heĪy�_K1��kq�#mE���ƶk4l�#m��i�I+�X���D~��G�����ya�F(�/KQ�R	;�R����Y]KkB�/m���\�<P�m5(��|��0wc�H��cM�"������#�c�o�����3�@g��"�IL��4�"H?~�LS�5���Q�]�?I2�e�{��?���X9����]���Y?�Nj�+�*������t�fn<�}�����T:��Mm�A 3���-nb#a������=E3�R��q�J*Q�Ƶv��5�l����`G���V4��[@�S��
%��?.�<��㞬l��yU�ճ��j!�r׫���BOVB\]W�:��5�Ԃ!���
S�����N��d�$��1�
�,wj�0R9�C�ǖ�څ��` �=�a-$��P�($�O{��V`��np^v.�{$:ş�+o]�zE�2?�8�B�P�/�%o���n��V���.ͽ�73�����v�g��uΡ�*�CV�o%2�§y!��2R�r
��9�����Z��v
�qf��яY��� M3WsX}`Q�$�9}��D���oX��w�X�
vN���PV��������&������ڳyu�|?��"��4�&�)���+D�`�|ݓ�Η�>�|�
Г�$-���V<�}�K�.z(J�{*���]Hcz�$b�)��mZ��{��˽?J|���L�?\��b�����!�=�"\�_Wp�ۊP'͎�}��ـ:�3��hK����� ���1�fƏ�4hm�����?O�lE���__t�.T#����d�Rm2��Rv�*$!�*��Y-�8�ٛ7�.\���Hڅ&�;(��8��@����[!Fcc[ܗ���T����o&Uߖ{S\�vڟq��)Uo�o<�X�bb�Dw�#����j��(/����/��
H���8K)C'�ۿ/sD@Ȝ�0�%1�io�)�����0(q�%�L=���M"�_��V��2zS�bg�C~�a�"��%}&6��iA���&uC���Ϻ�A�-H��G�0N�9Ϋ+T3���9��4�"�ٰR�2g�LK��M��U����6�6K����^�\"�h��b�7��ؒ�t<En��LF�Q��+��2@�N�!� �ANo�wPd��Ž;�fyTI\��5���`n,u3c���Ӷ��{��G�0���`�o��,<�D��G7:0�\@���7�� �F��$��������|t�q�Ua�ۍp*�RG�.�y����K��9�T��]�5�=��W}�x���Y�@~�,�JA]\\���H��U��MfC2`�ώ'K@h��S�I�{ۣ��}������8��o���nXp��1��7$_y��� �� �A3�8˶&@j{��m���ux�X�v#ձ��ӶN`�VZ��*��H�7��5��/Wv��\<M&�X�����s�3��J#!@�
rF)>�2��|x��A������-���}��%d���N��j���'h%b�I�سQ�=�Q$d"cG�a$���N�	A7�k��0\��;�ȣ�O���h�y����m���&�]��N�5Ϲ/�ia�f=��P��|��ꀯ�3m*
2�e�o�������;������`��W4���̅��o3��ȡ���xӢ{O�ص!*<�N�i�L�EMT�ьX+�CO\b�W�_b�P��OC�5�~#�jĤ�|b!�a�p��_�y��(P{(ߟVM�R���^�N)���7��9�C�Et�1qݏ�^��w������e���q��/��D�F�& t�=����K�n�޸WFc���N����,�)è��3�qV��UO�,���B�-���>tD�x3��|�]R�^�ӪO����B~����땙�zq��䜌o��
��/ǒ�-�aCT����}&���%���C+��	�F u�g�����3F�B+K��2����̠G�`�o�P,�(Ǭ��5�.0��ڪ:�I�i������/�-���;�h�{�e�s`୎t���<���W�s�
�
���� �:����Ec�t�-�,%}�M��(q%��2��w�3�:��n=
��@�����	�蘬Km�\��.�&LB�܁h����޽8\�Uy���x�zO�^J��e�;QmX�|6`tw������Q��?բz��l.�+�p�h����@�*��ͦ �5p�ak�
ScPUӯ���0��T��ǔe�5�]�i����xͲ�$�픋
�d�i��-5e�x0*f��nh/��Ue���ʫo.e�7i:-IE��͕P6?��c�{0�����Ph"sz�IBLI"]~�G�1��]i�v��:
�@����"�������>��ث�2��}�&��}�����L_C8C�٧d��np��k���w�=4��$3"�~����ׅ�&��F8����q��4}[]/@��N#�_t6��
�[���gkW�ИaT�-�+Cm�l��*�f:����[i���~1��z4�y�
����y�8�C�s{�#���w�g����B�5�s}V�w8$�^���	4`,םUe�}���@�Ä�"L<_�&�&��/^��<���$
%7ED�Ʒ�5\(�/�\��{��|�;C�	�/�
L�C,����9����x%�Ǻ�R��i���8rwE��C��"Y:���K�ё=D)�j+�@��-�hv,z48L���A	�8��ww�V�^�OY����[DB&�Q>G��
*�sH<̽�lq;��%e:�vJ(e�r(�֫�aQ�Q��4<���A�F\Cb5�)}��78��^��:i��&~Z[~�������p�q�O�t��+�#F�FS���%����0�vwϕ�D��@N��%M���A��	����[���Bi�r�w�����Έ����B=PE�4o������N��tjJ��5Ǟ)T��϶8�Ʉ	���`���䅂e��Π�ۣ!
=�k��Ն�=�O+�M�⤩:T�Bm�	z�Ӂ�qXXK��Lo~��Wʀ����^�arqQ'A�,D"�n	(P#��EgiB'}����ݟ���	��H���\Q���ڏm���H�������I��1L��.��*ʠ�d��C�b��y.'t,�����۟
� ���s��(g���ܰ�����
S��&�m��₆{u.Ժ������g���id�d���:�������%�C�#�K��I�`��b�
|µ
�P\U�5#J�H2O�7G4�@C�J�J$j�Y
���%섎5�1�	{U��A�3�p|�l�FI���b����r�}H�\!?�H�n�%��h:)��
K��!�WI=� b�~�	���V�IW���U��p[�#�����)4�3��q+c��|r_*�˚p܆��ؖ�WiЕɖ=�Ǝ"Hv:�	���ᡰ%!�F��Q��4����Z�i���d>rBR#��Se���5;�M�[� �l��sv�IB#h�T�,A�J� V�Aٶ���KU��)�R�2i[.8�i��O9���
�"3q��Qro',4$� �y�:��8�Q��P��k��-�a$�[WP�=ķ�bR��t_�m�dX���*m�O_�����V���ާ��*F�JZ�U���:'TZ3�BK�Q�aTQ~�H�x0���1�ompp
�oi�r)t*�����G��UR��rA�.�����ݝ$#��� �}qb��R��L�
'�i��8I�>�A���+�{�H]���q�Z9j���6�/�q���-ܟ�$�G��3���K�tU6$�\Ϸ,Y=J�ۼ��^d8u�C�h`E!|Y����S���t���Ƶ�n�au?g�:�� ���ԎnK�C���v��76Ė?�m��x!8�(u-�@Yg��\��![�
��՘^$���؁Xh'����W^w��e�y ��`��H�>�#Ǩʯ�x�^o�zi��D���Eb|s3{��7��&h=������k��?�
�&z�Ԏ�G4q�UA�8u%�?G�J�1e���~�}��5�.�B$�X��/�X��ɣ�Z�a��U��Vw��~p���-��a�:s������A�皭��-�;e$�M�Nb,�h�꧑�,�i���;���B�V%���7Y�����ƻ�r��=M�������W:V/UdP���ȝG@��%1�37~	���a�/����ތ%�oق�,�C^��="ϾN��T<��2�(K��h�·0;���~�����>b�MC�̡���&�Lq���!�y�����I��"�Eʓ
C�9��\�N�����5�E��.� A�_^���14T���t��Y�߂5�1H�������)z�'J�4N��ʟ+�[���y�)\7�ކ�@�t�;)ׁ�9�-+m�j����V�i/X�8t��l�bFM�B��>��Aަ���࣌h��Ƀ`�fD�V#9R!V��	*�.�P/���N�k�Ĵ��R-<(s0W�;=un�]���~ƅ#�F"���uM�y�%}��.X텝``2��8��39����ma�*[�+�3z'M|鳳e�pUC�q�O�6������!1�*�E��c��<z�3�}��=Me�/����xD��t\ޞ��^�xˁ"M��9l|Cq�뾉��m�+e���o�v�
_g���ޘ3R���=�':�N�oύ�N��O���� ���@�lvX�h]CR|Qڅ!J�M��RO�^E�X��\�g& Z��`������V&l��T��|�*��^kW�����eECw�tg��q����-���´Y�z�&��AZ��9���N}tٻ�8+dبҘ�4�|�C;W�l���@Iȥ�8���Wd�;��s�G�Χ�t�eO����B���J�U���(Bq��Ń��'�c��=�3�	@#����E �!�6l��q���-�F�E�ː�u��.�>N�-��]w��Y83��4@9Q�;�ڶ�����+GF�fV�HЫp���3e��>'K.��oal������!�́^�>&pB�C��ëK�Y�)�;r�[�L��,Di�'-�w
d�7X?;����hTV��K��<���X�GT��	]�d"�i��>���Z��(�����S;Мo�:�=�+k����
B��ۍ_�h":W�ۧs�N<�>����m=�x���g��೒���2s�B���9�j�U����s�Ðʹ���ǚ2�����Ρ��gZr����v�@�_?��!��[�SOc<a0�)2�Um��'žF�ʼ��ͤ���#�f�x����Xd�H� �	�k0-Za��c�w6�Q����%��1�x\�a�3.ަ:�_T����Ȥ#շ�1(WG��I�P�_�F-���+��J��|:�0s��γ,�b�30l�Zk��\�yŪ�V�Z�f�՘ݢD�׌�
�ޅ`����T�v��"l*��g&f_!1ȏ4��9��^�'̌VA�p�Z~Xv��a�r>/�<K��Z�ª�Q�7L��6��}ڈ�e��l��z\Rm0�%fQ�p���-o�D��v��]4�H	���&>�o}�p:�[�2��<P�4g�?����wy�D�g�����!�661p�ͯl[�2*̆��t�8]��"�'�i�J�s�q������u�B
z�w9~j�8ʾ�KAvW�&��*|7�K�"��k����	�ŵ�»~Xڸ��
н�	J�����K?] Mk�A���{�o���$gtW)VfC�{����SZ?ӷ�����y��[0��A�(����I�,�v#���/���[��El9�A���G� �?�k�6�S����
�Ӛ��(!�d��~���;��ˀn��������)�C��s�>�1��qA����o�A�Zk��[*x�ͳ$��0�ݞ�u��~Pr������ڑ|_�4������;M���p_�Ƥ��f���Y���oj��������'ŧ���Η�_���B��t`���(J���yۈ��%sf�cjTm6��d���r
�+k��s�64��UE�UˤLU�!Q63gr@��2�{w�i��Ӧ�K�:��p��7B��G�@���!@�D��ފ_������ޘ��Tg!6V���(��<�K�	�n��b����
z:+9�79�A�1a�yG�1��Zk	��<��yaS���DB=6�`�.kɡ׃bƑP��j$�u��\sf�	B��
\M1�t)]����	ѩ
Aevѽ(^
���RDI��N�ɡ0��ʘ�M���gD�~Y��ڃ��\Oo��
)N��&�P�^3I�dM��x��
�
ެ�E3�^&R��	�u(:�\c�lY*B�����4��lH�k
�C�
W/N���l2�������sGE���3��XU�����Jנ���fگ/T-;[��U���Pd��Q;P���	���#��$�=n邲���\�ϩm���I ���z-����YƝ�U�c�@^�"�]� �-�j�'��"_t���B���������4�H�k��J:@����Q1/{\�%�ql��s\٩��]/M�(Ō�<S�_�BM��g�e�36�ȵ�;P�}�N5��rI��1>v����W�h� ���~:[��5�S�{�7�d*��ȃG��Y��P�ƦC��*� ]��*l�#Nc`3�<��{ϑ����w�(Ö)v��n8՘�({�$�c11޿���A?���*���(ㇴ��L����;�ÎZ}-PY�8���ו}�kV�sx\��S	�'�䤾t�w���-�
|�m]+px�$l��h�>=.�,�͡��Bɋ,1����~e\ؑc��y�,FhA7�G���|�h4����AO�����ZV!.�5	�s�x&��3ү-k�R�`���f��=��>�01*[l���@0[=�&��^����Қ{4ō�9��V�z�왗��0!��c����+�?�-ãw�V�|/�]���	lDӝ�m������}�`��P�Ydh��=���uOk�̐�%�iCF+��\����͓�c�,6�$���*ַ�U�����qr�Koe,ե���?�c���z#���޸�JǖC�������"�BOU��
�i����ZG�g�J�n۲+<��y(��V��-<H���f�6,?A��>��9�PU�c�R�d_j�h
xu㉬s�	�:��,�Ü!|�h�7|?��.]�]s�s Pa�j���j`;��`�l�o?oe�W�Ve*E�y,�Mg�T�eE�)���P�z��0����8����
_�П�)����.�Zٶ��D�+�dMq"
yp�����i�V�}cex���|L��F!g��te��N�1%qts7ƥD�aV�#�n5.ʝ�T�<SϡWt_H�Ƌ+�������CΘ}*-�tV����S��O�H�K'���M��Xv$��������@H�E��sS;JyfǙ�V�M��ܿ�&dc��5�&����B���?
VN�t��N��x�v-O���*n8jP��ù�O[3���S��. ���&�a?|�mIj�v���*l��0}�s��=ft:h�{���π�w�M�/��N�Ca��M���Wk�R%�N��!�.f3u��D����薐��E��?8�u��R9���+A�x���lu�at��4����=0p��([!@�F�K܁��bX�Kϲ���&�#�,x��:��"���9�/�����TCP�qd»5hK,A�/c��~K��o���_�؜��`F�?"ȉn�b�md�SSE��z㯣L�?���	;��
:iJ<D�Ws����#����.����é�qw3�z����
�A�PUZå�����?eQu�gꪈ<j�}聖�ܬ�Li�$PS�Im��}A$%Y�#(����a�%ulU�#��1x�&��Z���bQd��o���W{Nɾ6��2%A��糒_��Np�{8>aF�b�lꇁ�_5�?(�4(7�{���7�M�8
[_�J���M�?�~�����J����Y�@�2{p\>����J���/��NFϸ�.sz�J��Q�1�Bz.���ӱQ�%n�ףnR���P
�:��d�Y5'

���Z�h�x�z��,��V�R�Ԉ�6�W�EK�r�ȥ��>�=#��qve�����X�u�ꪗt\o��c�31Sd��8�'���6ܨ�. �͡Q�)"������a��(y��U-�8Ǿ-���g%wb�ЋEU��"�i�:nr��B�M
+�I7@7��bÖl1Pu���#��!2�]����oEG�Lʺ|/�Χ�oM�o���}6<p�WN#-��O	m.���^E�Gj?�}T��<�f=���	P��/N))�(i�d���<�'%�p��0��$f�U���oW�G��bHH��@h���h���t�_J�A��m��Qŕ��"5ˋK��� ����O<���[L�}{h�l.7�V��c���/�k7RY��vݺ�'�n��SS.I�
D�S��f��t-ژX	��ޝrx��hvZc.�lܞ��=��B!���%[���`v5��F�i:Ҙ@��>�|������z�%+��+-A��:������G!�9�-]����-�E�oL�w��L�����̘t ��¼@cA�)�E�F�t:����v�
x	�v�&*y���%��Yr�7xio�S"o���{�)Z"���v�.��5��_��|*��@2TO���T`~�g�������JHh�jÇ
�g�A���j*����]���b{���:�!�ժ�x��&?M��5v�pq�Ϲ��}��y�!4�6Z��4w+��a��VQ1��0�~�?��-�߰`��0���� ���ۦ2{�>}^H~�&���(+�^�1t;�za2���E��,�|��#>
C.�{���K�:*����ꌊ2�|�~��"����eyD���,[;��l�͠ƕ�ꍏڃ��W�-��b"Q���ƾ�l�9]4�dH�_�h�(K�f�-��[�M9���އ\� ��0O������s��~�-6Tc�y:�-W0Q�=���P��}��A7����U�v���wRf*L��Rқ��f��	g�?�j<�ə���˕; ŶVx�Þ�	�4��0�<?�6^|�>�A@�o�r�0`k4F���p�0�pwpY���tP�J����]X�r��٥���/��T�7ʼnV��9�-7ϵ[ O���-)!=xo����E�qX������H�?KI�ǹ!�\���'E�a�0
�X���vI�N�4�$�X�ױ��3��.$?9�㺽VTԸ��mݡ��`/?�nYe�m�n(�!��)�r�v[��
��7�bnjNS{>%�@3�7�{N'56l��f@��]h�R�8�.oO���Gz�@��9���>f�
2?ѨjF8��x��F�6�b���=�rP<Ւ�-��~�j�-��`�ϴt�8p>�w���찱:��Teᆀ��~**��6�tjFR^��i�̢I(t�˪���ax�H�F��Z��K��d��9nM�kz�1c���oG!�>��<D���~��5�OĻ߬kK�s�L�?X�J�D_��F�jt|S~�!ZI r�2�S��Q�o��='���5SV����oS���vVW��j�l�����A�T/o4��U�c�e^�֟9�0�k��Vş��(!���ÓU�T�`���g�:�d����**'2��NwM�]n�
 �.��f�Rx��%��1>�Jت���16��L����#g�-�e�㳨��vr1��fSG�\6Tz��s���('u��b�7�*�_���'*X�0����T�h�TSN�=W�">/����R`2�yeB֐�DE�}�
諽h��%��B��aɌ�)_�h_N2d�ȼ��c�+��bߞ?������E�"@P��E��'4e8���ZGJ��h����x0k����[
�ځ�"o�vT�yH���>!l��f'1u!�E���������fݸ��x��\��ű��U�]���N9��=���z���"-�j����N'�����n�6F����n�����?���YI�����h)U�
�*	i������O)[_

4�n��z1>���ӻ	\��d�|gѦ_X�k�\���q�y٩_;ªg��Q��"э�7�B��p���j�T�Ď�e^̘��k.?�Q[�������^�aC�Rs�\�����ubdl�h�+�n|3G�ϼ���>���O��
G@��]\�]�	���C�u
J
©�l�OE���;�V�\��t�1a�!ӶY��}�>s-��阸��w*E��D��ռ�J^7���s5��@�^���1i^��a{�ӒM�Y���s����+����C�I|P���&��<X�j�D]�&>��`��ka�Tb��{+��;6��XI[�w"5���A���[�{)m�z�4[��I~_j�1k���+�Lfk�5P8��2[t8%�0�ޔq��Z��[$A�M�s]�d���gI��$!�6���fBX1�?}Td!AL����Fz���Rp��G����^�����?=�J��,��
�O�شO!�H�I��<O�ۥ5�T�&9��|v���.���|v����~�;3~{������Nimҳ�aķN�®ߙĠ`��w~2"�Vb�3�^4�7�j�S�\��]Y_�?�)�V0C��	�d��j�L�����9W���vx#�/�:���X:'K�tDiڍtԬ�v��ֺ�|\-�[]e��?�1b�⑲�tI�{dh��0��~%#�?��i�>��+���#�A���c�Ӗ��z)%�u�*�����?�ge"��E��>6Nu��6R���،�&��_�LK�����\�O�0&�-��;�vg��8�Q�Ѿ���ѫƞC�r��9c������IBaiGx�㶘2:,k���J�ʲ;����@Ҹ�̘��,sR�`"���^��k���|q�]V�M	���в��y����]Y憓����v��g+��#d�JY>V�ղ�����'dڡ�2��N�R
9�|T���H����z�f��H�F*t¸ø�|��4?�p��3����'0I.=� �Z��؅�5jpۋ���*�W��ta��Z%�8����mҋ�u���Z�#����ױ1�4�<l_;�1Y�}�^z��1����UD$�'�g�A�*��9'.�	���
~���M�,X�Cat�T@x�B�K�ЇMK���p�V�V ������R�7U�:��#�㎭�Uv���O�������w�9��~�����n�6�n�L@%�S
�8Hcn ��$�E�wPݠ�Zz@g@�ǭ�҈�RJ�,$9����k�o���j�OP�i��9@�{իPǒ�3&3F����uVCz2v�!���9�8/���s��`q�CϚy���%��	Z���P��[tQ̈����e�����u���͇�rwV���Rq7�xv�;*�g�yak��YJ��M�\�������U��I��;�ϐ�q��gm�!>��r�����Q�S2�G�����K�rz=��#d��Ы�G*�M#U;��&�S�.|Э�˲Rp��������`	�Q3:�3K����Z�ӷ���o+9�%'-��C�������m{��NO3]N���ҒX���c��l��R]��Hty�"��_]�=A�QN�p��s�Y�Z�ݖ��{gI
��d��:v�;��|$��"#��א�q'C6��cA@9���P���2�Ȁ���ښ{S4p���A���>��H(�����e����"�H�W���y���%�qL��)��(��l�Id����[>�߂��L�"�ޠ��N�l��m�¤�t9]���#�a�,U 6�i�{ �گx=_�ĿK���0����C55^�{q�K�9��=0,����P���Ÿ�[���*Բ@����+=��%�k{r&{�GP��%�b뵱ua����|�mVYIb��譆;D)�$*�/����z�@�4�������~�%F���A����ʌ$�8�~�D��uc�&pc��hv�cO9}�ګ����p6|��K@��,#�j������\��As_3!��qW�y�֝��G�L9���� �s��NZ�[�K�g5-�4c������.%��\b\^�bL�(�3Ic9�,:��4�\B��"N�h0��~V(���{Y��eV0��ϟy��lV��5�����V��}������M\9�ͺ�`����
D��&�u�6|B�ia��\�L#_n*MA�g�m��[��/U����P`߹�Y�<��U��EU���✓Ε��h7�$����]
7��2��X�����#����=���k<����=s��O�7�X5J!�#��c�,�9�)�T�U�f`��񶡽�*�/ȭ:j,Yj��yh�c�R��k<֏h`�?��GQu�U��+NI���Y�t�u��A��:�c��qH����9�H}�8=Kct�9�����|൳���_�m2�dma�� FTY�x��DU 6�+`�pz6��&h�H*z��=+�u�s%?��ҧ'�
5C�1΀��oS��n�TM>�?
99
��4��
�)ij�.��d��G�P�1p�ԥ�7v7ş`L�]e�����B������n�+��A�2�B`�
����};�����ca�jC9W��k#X��������@�l�O�: 1g^�S5�+�
�Ԗ8��~�n
�NX|WN����CH���K��H�|ZR��ow[��x.ӡ�Ӛt���CGv�3<���n�{��t�f�|M��ͪx��%�8��-�F������T�>祃�Q�?A�	2����]�{�gDh������97�Gt�S^~b���׌���#���~���c�����SDl�c@�M�0t�pZ��]l��&�mz>�c�q��V��ǟ1��M��lE^���5nSr^��-�����"�Q|�ʴ*��j3ϝ��,�&j96��WJZT�:������L��ȫV*��#���q��;�?KD�*v��Gm�n�;���t9��b�t|�`��'���fȡҝkO��9%����3߀P���wJт&�0�<�&A�$�}M�T��6�$�/���3��y��i��,k=q��j7�'�V^���������/��L�UE�OYD�P{;����X�k�w���I�C;3Z����݆y���*�%��t!-�|�B��m1b�RmX�\~�|�`�dgn�Z��8�6˖���|�`��j]A�A��Nq&�{H���?m���o�T�{�l�k�����_8�Q88rx)`��fq<�����Ϳ�f��Z4K*�EZ�R��7l��
�8qN�n�E�g�H�\F��0��"�|��3�`�0P�/�e=�,ʮ�wp��D�x6(O�C%���2�D���T��s-������AQ��m��ba�0ݭ	��:M��d�Ei��-�
D��[y�GC�?_�^;=%�,P�h�����J�z�v�Q{�)�;��1au��+�".��$��i���n:	�S!۹��X�?�Z ��R@��z�]��+�r�������L?
��	���kr���-S A,���ϸ�"D���i��WREX�rR%��\SSB-^��S�750�$��U`٫O�^�
<2eٜ��XN���"��'����N�s—0)�o��P�9P���GW���/�'�n��t�b��[i��k���Ɓ�p��ؾ�_�u��N�`F?%���*���8�2j�B��r;�;:���م٦)�&�Q�m`����6���F�t���T��Xg�"��e�i����d�d+dy����A��n[���`�����D8O����H~fwQA퐩�^Yo���Xg�	��k���l�|Q+W�/���̮�1J�����^�oٷ�T4��Ad�%�n��7���WZI����䕪ԭr)����axz>�Ҹ'7��՜$;:3�-�8�O�͞}5����6�LҒXo����Ւ��	%�E�<�!y4�܄[���5=n�{��{����`�ڡ�l�B�YZq!�4�h�sk^�t���� Ŭ�������8J�y�%�������k�eũus��^�i~�@����r|�	u�y1]�|�|�߿�(�tA��6�����a*?��W��ӁQ��b�](A¤�
��R:O��)����dZ�H��c���A-��ܪULd�u��?����Pa{��6�ܡ"��n�z�M�Qd�u�W��.	�+��@����<�[s耩���3�띮CN��<�����q��8���@\��H�����6`d�d�t�D<��gM"
���M��y$8���
(r6�_q�u�~���o�*nc����&�����R9����(��|'�@�LD���X�8T���g	�`w��I�]]RK�X��6x97-7Z$ȭ�pA�wz^=�� �4��ġn�ؐ�O�6R�m���%��>��A֏�)��r�cx�+�~ޯ�J
o�]y�w�R�ln�����C��s�nJe�J+������,�>�>g�7H<�8kE�����u�gҞ��Mo9����5��m�?���c��E�xb4
���xT�+�y��]��4�\w��"K�
���ix!h�:��y��5}N�9*� ���oo!�R5�
��B�VvW
2�����j�y{2E��3�՜�?�%͆�	��6��u`�\� vP
y�5�
��v��N�d\!k�E�B�
Q�RU�iB,`j����K�Mv���͵���#�7�&w���Y��{�[M��^�a�i�|�2�R�V��%�·�b����n����*-�Ō6�o0I�F��K��xU�uɸw�̷ؓ9{�4d�w��ZI��[e����2��׈�w��@@f:R�����O�{��@�c�v�[YBl�ιz���I�)˸�j%l}Wz���ǿ?z���L��e�r�*[�K���w�6�
5Ͻ�%�=*�@ܝ}�'-]V4o�Ґ߫��m=Y��Ө�����/�@w�&M��UWMX�R_��D���Fß܂7YW�Z��?�ϊ���
���o}y̴\��>$kV;�_s,fe���z�R��g��k�\���C�D���d;
U�=�h��i>�R�{���6�͜|>0'En���°��(hs�
}����/�?�ၦ(`n��Н�+̤��j+�q��3Q��0|��"y�3}�'�u:���TE�'Z_ң������	�/0��8`��~)�Bq(ذ�����H���2�u��|O{�;�h6�&@?�������yg� �n˝[2-���
L2���~�8G�N#h�`��O�@�4
�]�e��JS|�B�y�3v1�ʪ�~9\O��l�ā�v� �A��=��H��-�+R�[�x�!9a%R�_d�1����"x��Z��S�:,�g���c��Q�S[��m�M�Թ�!N��)4�*�
W��ꉾ�=X��y��A�M߀ҕI�O�E Y�l�(U����}�ʡ��p�|����A���vD
�5�F���˂|x�tL-���s6��&L���
ı��/���Ms&;F�sx��:/� 		��ZB��1%���7M��j���|D~�<D�	DbH�p(�1���-}���'w�S��D1��dP��5l�r
[��]ڜgj�:N(�S�q0�֩%�T8%�V����ú�~�n����}C��=s�Z�轪���5�v"7C�?��.�g����L8�����n�'G�a@�B�rRU����e5��=~����]�B��a��
m?�f�xH�_D��K���_h�L�pʧ�|���:�K�Q�����)�T����~��տ*(���D�n��b�n.����d�	<�Y���L�M��Q�M�0iD��˘�?���q*\3Pv���%ݎ�	�.:���Z����3K�ݽ3��qh��\i~@���;��R�u��ŋ�N����18��ER���;�rE_[��r�����R�	��'K��O(�d�-��EL��^�>��ם��P�ޕ����_��,����s�^�r���+?��=��<��X�[�O���t���"���9p��V��A�6�uw��9���F"����G>C��pB��>�	k�����n�6+]���q�P����4�ʠ/^����ŋ�'la��`z�F�ވx����
l���Ztm&�h�l]�հKM�}8�N6�729���Vx��Hב�Su�R|�M�u6ki V?�b�O�?��wťgM<s�������6q�h��"%�ɨ����f����[7ȭ=�מ��A�=Ö�
L]id��W0�.�}U�i�y� `
h�^ں�Ցh���e~G����x�)��7��l�>v5�0/>w�(yd6�+!����y1�\@�[*��:k�v����7�L�re��A߅-i�i��}�4�އ��2_jAP�b�s��A:�Fr�fܽ;GҢ���j^�r-à6a��g��2��$���G8��\�5ß���p㖥t�G�A��ڥ��g��%�B�&�����EYx8��AfQ��A�ij�mG�2�*y<���%+[��}������x\蟹
�>�F�~d7`	�������v��p��e�H��5���s�`��|�v�[AB8,b�[�p+�����%f�DZ�~$?H�-gg��L��:\��K��e�]}H����*`=>��f��/�]l *���bbO`wj_>��m�%72/���d"�d�Q��S|�w��=r
KS�@����A�I2��`�M��Z޿�����
�c
�\3�֞���W��C�U'��ٴY���vf�,���.��eG��]�cо���s�=�Fv\*�!��Ǵ�1�39��Z���~�l���iǝU�(%�ҷs�a���06��1�\���_a����^�c����O�J��G���RR�ґNv9���O�3-�J����Ԉg��t���c���!k�ge����A�s�|�!�3)����v�`e��qX��;�H���g��(U��ꟉD���.�5�M��>R��{JAZ
�J���U9y1��@��3's
f��qm������ѴL���]�l_}p|R�\=JJ�GO��O_�3P���w��*%��C� 8E���]^��R�>�NU�$GC�K^������BE����Ic~jd�=�#�~G�����Of��S@<܉-ͼW�q��#~#r���N�x���Ǖ(y�;J��8J�����+��s��P�[��z�����	~��]j"8%�<TZFd�PE��Q�{��wć]~
��V���S��^7�t��ʋ5
F��g>��,%��d����?��RS䔴]�!�V�d��nD���(�8„z�G����U��0�ٲ�۰v&i�ׯ�l���r���|�P������IQڟ>��#�;�ڹ;]�j8 �q�VPEFg�_��I�SN��`nCbc��%m�uF_Ҥw!`�����@EI���h���X�J�T9"?Z�_߮�A0� ]o"��?Y	���Sa�yA	X�� 7V==L4K���Tw��3=��'��;̚�6�F/%l{�v��A�C�I(;f�2K�[��K��j�1�\y��	oR2g��3��Y�q�ܨx7=N�ϭAFc��~�C=��jI�8J8(
<�5uH\4h�_|��mjܢ�ୀ@燽�I!윗gge\��Q�[7����>5X�W�Q\��&�8��N�O�H��#��•�Tz�?���#B(='h��mq���8��z��݌\B0I�e�z��F8�rZ�.��@2���������������
YZ