��������nfs-client-2.1.1-150100.10.32.1�����������������������������������������������������������������<���>�����,��������������������������������������������c���p���9�|�a���}�0�%L�+�}�\$pR۵����_�j+քAN'-~�b����UN�k�� +{yI�V/�["����qw�M�'��i֎ ��G����4p�p/��]���Q�o����.�/���a�S.����>��*>7|�8����>F=4r�jG����$H-�U��k�[�\p�RS �FZ_��W�=A�c�̐������z)�����V!r��Fr��2��^O$�Z�7:fA��-�y�2��H�]:t��� ��)"I\���Cd������>������������������������K��{���?�����z�������d������������������������������� ��������������������� ���"��������� ���<���������������������������������������������������������������������������������������������������� �� �����������)�����������V�����������\�����������c��������������������������������������������@���O�������|���O�� ��������O�� ���������O�����������O�������(C���O�� �����(����O�������*0���O�������+����O�������-N����������-x���O�������.�����������.����5�������/����5�������4j���5��(�����4������7�����4������8�����5���/��9�����5����/��:�����8����/��=�����^d�����>�����^l�����?�����^t�����@�����^|�����B�����^������C�����^������F�����^������G�����^����O��H�����_����O��I�����a$���O��X�����at�����Y�����a������Z�����a������[�����a������\�����a����O��]�����c���O��^�����gU�����b�����ia�����c�����j �����d�����j������e�����j������f�����j������l�����j������u�����j����O��v�����k������w�����vd���O��x�����w����O��y�����x����n��z�����z������������z������������z������������z������������z����C�nfs-client�2.1.1�150100.10.32.1�Support Utilities for NFS�This package contains common NFS utilities which are needed for client and kernel based server.�c���sheep63��t�SUSE Linux Enterprise 15�SUSE LLC <https://www.suse.com/>�GPL-2.0-or-later�https://www.suse.com/�Productivity/Networking/NFS�http://kernel.org/pub/linux/utils/nfs-utils/�linux�x86_64�/usr/bin/getent passwd statd >/dev/null || \ /usr/sbin/useradd -r -c 'NFS statd daemon' \ -s /sbin/nologin -d /var/lib/nfs -g nogroup statd 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 nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ; 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�chown root:root /var/lib/nfs > /dev/null 2>&1 || : for i in sm sm.bak; do chown -R statd:nogroup /var/lib/nfs/$i > /dev/null 2>&1 || : done ### migrate from /var/lock/subsys [ -d /run/nfs ] || mkdir /run/nfs if [ -f /var/lock/subsys/nfs-rpc.idmapd ]; then mv /var/lock/subsys/nfs-rpc.idmapd /run/nfs fi if [ -f /var/lock/subsys/nfsserver-rpc.idmapd ]; then mv /var/lock/subsys/nfsserver-rpc.idmapd /run/nfs fi ### PNAME=nfs 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 # if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /sbin/mount.nfs fi 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 nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ; 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� 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 nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service || : ( 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 nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ) || : fi� test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ; do sysv_service="${service%.*}" rm "/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 nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ) || : fi fi���������������Р��� �� 5��� ��� ������Q�������������=����������T������7�����/�������e��d�������k��z�������g����������k������jP������Z���]d���@�������O������p����(��9���K���������z��J��������w��+�������p�������s������ ��������� ����� ��G������������������������������������������������������A큤A�큤����A큤��������A큤��A큤��A큤��A큤��������������������큤����������������������������������������������A�A�A�A���A���������������������������������������������������������������������������������������������������������������������������������������������������������������c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c���c8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628de�92183c11a6c69a4437b3b7072624077a64096f503803587e0f7c77731e099be8�16926e89ab7e0892638034875616f21ae69822d58f9b8b690112b096f93ec3f0�65db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8f�4c190eb7d24c68ee450c52c87fc0f4f14301f078b0378b7120d31c0402c13c6d��14161e04b435aa3be7b1308e3229a24f22797eb5ad9ca35f3116d69aaf24543f����b4cd73d6ef85f8d6e821fa3f8b8bedea80e4457b9aa1768b6ab2f5c4dfe6ce8e��52024ed65dfcec15b5d639f4ae1e97ced04c999983cb6635fd26f00beeebaada�2df4ccd2ecd2dea227425c4a5a471155498a1753cd0f24543a87a5f30034e82b�7366170d3c746c7579dab1c6cabe78825ec017831200a619ffa913de624dd2b7�72fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d3��44865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193�e824438fda96602f643db60c549f2df47dd116a2531a4a051b72e4aa63b674c0�0e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c7�6bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf1603�7c229aa3095b6ede467eba908e1d2f840180eae7f610d48cca317015405837f8��dd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af7�b275f06b11d50d9a3fb0aeb43dcfcc2ae4c1f980b92a632a7073ca3c6afe7f6d��7885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33ae�54e600732505c0762cf445ad80692e5e404069a6b556edc9cfdba78e4da0a0e2��06eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff897434�29afbdb1c96ab8cc97634096911cffb511738d14b3d4529707a9c647df715b06��978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b2�2219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8�c662422a2e4c47c026057f5bac2728435ed6f6d8238dfdaf686747eb6dd8a0b2�a30e26f3ac526c7470695fdd52cfd89111fc73c97a23d8ed35f89c5caf2b9b8f�c53dffa6f641cc9a575deab6450f93aabfdb9d4b31cc15ab12a5f6c0271cc41d�2b4b4f30bf52d6f11aebe71d77be4440805ff2b03d28eb19ed55a11edee3641b�23983d2c27c222eb123a73451c678bdf2e9e9b0b6b9ffa9c0547e5a9f3dd3da0���706b3b2c36d0153d5dfa8fd824b7c5e7d19a2ffc5c6583f1c0e0f836323e9c07�1fdde5ead19e95c2bfba2a6d34d3400f4962bac7f64d14b7996ddc5119d48f37�2505c2f6ceda22f1d271c3224ae1789c900c97ae983f5b8369313c018022a13e�fd68402540b98c54719ce475179be07f06645f36996dd7002b49755e8d024800�a1377c668feafe35ec5d395529a16164f0a75843e48fb84580b447d78759f153�7574bf0fed243556fcb25cbe5373e68caaca9e7db345eecf9df76ab2b2f7c042�28ca5b16e74621bdd2eef60e38ca6e8405091858c7cdf0f9ac1587a9b559d733�9a3cc62661853ca1edf7cad569b09e84218f52bf4aa253b98fe5cc6e0a836832�62d49871baf2589645d1468a8a68488d04a9e3e913c5309a7cbb2341bda087cd�d5429664f6a88d9a787ebdadc901fcbe52b2c2e05bd45482c35af643df7dca5d�a7af8c5e64536351211bf52cc119f2a2a24f7c1def707456cb6c89bc26ccbd02�b901b148a987f30c56b8369dbd63357a6a634cf8e53589e3351f7eafbb4d9438�88dfac9161c0f566dff149722b6a5483dbbb88d1532c088e02c6c3add2131035�fae29a46f1f0a9cd6136bba6364f8d1ace0ec39bfdda9da77f29726b5713f647�8b3c38c0544b684983b763c915b7afddc6f37499c335f58a8b457ffff5f0298c�75bcf410f5738222ff47d3f4a1a74e1ed5b08adba49d75c674af66dd7aa17a42�3764156f0127917dc81247135a63eb7a12b401118417483a243409ff09859dd2�fa386b75904ab8c5ab9495e0dba74794330886dd61fc30f63a700d181051d2df�8e2542bf54c99c270c950a48f26f3c0420af7f0957b8ff40c54d492725ecc790�2a4058f11acf73f240b0d21d467643538e5e2826661b8f08dbb3de21a425c69c�2b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778e������81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a�5ec4690003d30c25604fe2d6bcf6519a42d62dbca142bb2cc88241431c97167d�641d7dce36502b3a9d6d37bae44f4343bb76ff541689491d0bbcba3e4da6494c�7bdf599086465d2ee2e901d678767385ceafc918c529b2d91266e1575e0bace1�5cc617a7d98e3e7fc23e94dff6acabc764a8aa5e06a8965762b7cc95d65ab448�27afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788e������������mount.nfs��mount.nfs�mount.nfs�������������������������������service�service����������������������gssd.8.gz�idmapd.8.gz�sm-notify.8.gz�statd.8.gz�svcgssd.8.gz����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@����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�statd�statd�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�nogroup�nogroup�root�root�nfs-utils-2.1.1-150100.10.32.1.src.rpm��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������config(nfs-client)�nfs-client�nfs-client(x86-64)������@��������� ������!���@������������������������@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@�������������� �� �� �� ���/bin/bash�/bin/sh�/bin/sh�/bin/sh�/bin/sh�/bin/sh�/bin/sh�config(nfs-client)�coreutils�diffutils�fillup�grep�group(nogroup)�keyutils�libc.so.6()(64bit)�libc.so.6(GLIBC_2.14)(64bit)�libc.so.6(GLIBC_2.15)(64bit)�libc.so.6(GLIBC_2.2.5)(64bit)�libc.so.6(GLIBC_2.3)(64bit)�libc.so.6(GLIBC_2.3.4)(64bit)�libc.so.6(GLIBC_2.4)(64bit)�libc.so.6(GLIBC_2.8)(64bit)�libc.so.6(GLIBC_2.9)(64bit)�libcom_err.so.2()(64bit)�libdevmapper.so.1.03()(64bit)�libdevmapper.so.1.03(Base)(64bit)�libdevmapper.so.1.03(DM_1_02_97)(64bit)�libevent-2.1.so.6()(64bit)�libgssapi_krb5.so.2()(64bit)�libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)�libkeyutils.so.1()(64bit)�libkeyutils.so.1(KEYUTILS_0.3)(64bit)�libkeyutils.so.1(KEYUTILS_1.0)(64bit)�libkeyutils.so.1(KEYUTILS_1.5)(64bit)�libkrb5.so.3()(64bit)�libkrb5.so.3(krb5_3_MIT)(64bit)�libmount.so.1()(64bit)�libmount.so.1(MOUNT_2.19)(64bit)�libnfsidmap.so.0()(64bit)�libpthread.so.0()(64bit)�libpthread.so.0(GLIBC_2.2.5)(64bit)�libtirpc.so.3()(64bit)�libtirpc.so.3(TIRPC_0.3.0)(64bit)�libtirpc.so.3(TIRPC_PRIVATE)(64bit)�libwrap.so.0()(64bit)�netcfg�permissions�rpcbind�rpmlib(CompressedFileNames)�rpmlib(FileDigests)�rpmlib(PayloadFilesHavePrefix)�rpmlib(PayloadIsXz)�shadow��������2.1.1-150100.10.32.1�����������������������������������������3.0.4-1�4.6.0-1�4.0-1�5.2-1��4.14.1� /usr/bin/chkstat -n --warn --system -e /sbin/mount.nfs 1>&2���c���c@c��b�x@bF�@b<]@a��`���`�+�`S@�`S@�`S@�_P��_�]��@\�[?Y�Z�@Y�p@Y\��Yt�X�@X��@X)�@X @W���W�@W���W�t@W�t@WDB@W��WW@WW@V���VŲ@V�`�VV�@V@��V/g@V(��V�@V��Ŭ�UȒ@T_W@TZ@nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�kukuk@suse.de�rbrown@suse.com�nfbrown@suse.com�schwab@suse.de�kukuk@suse.de�nfbrown@suse.com�jengelh@inai.de�dimstar@opensuse.org�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�tchvatal@suse.com�tchvatal@suse.com�nfbrown@suse.com�neilb@suse.com�kukuk@suse.de�kukuk@suse.de�neilb@suse.com�neilb@suse.com�neilb@suse.com�schwab@suse.de�p.drouand@gmail.com�jeffm@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�nfbrown@suse.com�ledest@gmail.com�nfbrown@suse.com�- Rename all drop-in options.conf files as 10-options.conf This makes it easier for other packages to over-ride with a drop-in with a later sequence number. resource-agents does this. (bsc#1207843)�- 0026-modprobe-avoid-error-messages-if-sbin-sysctl-fail.patch Avoid modprobe errors when sysctl is not installed. (bsc#1200710 bsc#1207022 bsc#1206781) - 0027-nfsd-allow-server-scope-to-be-set-with-config-or-com.patch Add "-S scope" option to rpc.nfsd to simplify fail-over cluster config. (bsc#1203746)�- add 0025-nfsdcltrack-getopt_long-fails-on-a-non-x86_64-archs.patch Fix nfsdcltrack bug that affected non-x86 archs. (bsc#1202627)�- 0024-systemd-Apply-all-sysctl-settings-when-NFS-related-m.patch Ensure sysctl setting work (bsc#1199856)�- Add 0023-cache.c-removed-a-couple-warning.patch Fix compilation with new glibc (SLE15-SP4) (bsc#1197788)�- Add 0021-mount.nfs-insert-sloppy-at-beginning-of-the-options.patch Add 0022-mount.nfs-Fix-the-sloppy-option-processing.patch Ensure "sloppy" is added correctly for newer kernels. Particularly required for kernels since 5.6 (so SLE15-SP4), and safe for all kernels. (boo#1197297)�- Add 0020-mountd-Initialize-logging-early.patch If an error or warning message is produced before closeall() is called, mountd gets confused and doesn't work. (bsc#1194661)�- Add 0019-gssd-use-mutex-to-protect-decrement-of-refcount.patch A field was modified by multiple threads without locking. This can lead to use-after-free. (bsc#1183194)�- Add 0018-Replace-all-var-run-with-run.patch /var/run is long deprecated - switch all relevant paths to /run (bsc#1185170)�- 0012-mountd-reject-unknown-client-IP-when-use_ipaddr.patch 0013-mountd-Don-t-proactively-add-export-info-when-fh-inf.patch 0014-mountd-add-logging-for-authentication-results-for-ac.patch 0015-mountd-add-cache-use-ipaddr-option-to-force-use_ipad.patch 0116-mountd-make-default-ttl-settable-by-option.patch Improve logging of authentication (bsc#1181540)�- Add 0011-manpage-Add-a-description-of-the-nconnect-mount-opti.patch (bsc#1181651)�- Add 0010-gssd-Fix-locking-for-machine-principal-list.patch (bsc#1183194)�- 0009-Convert-remaining-python-scripts-to-python3.patch Python is no longer installed by default and these scripts work with python3, so request that explicitly. (bsc#1173104)�- 0008-gssd-replace-non-thread-safe-strtok-with-strsep.patch Fix bug with concurrent gssd requests arriving from kernel. (bsc#1174260)�- Don't make /var/lib/nfs owned by statd. Only sm and sm.bak need to be accessible by statd or sm-notify after they drop privs. Providing they get created, the parent directory can be root-owned. - 0007-statd-user-from-sm Change rpc.statd and sm-notify to take uid from the sm directory. (bsc#1150733 CVE-2019-3689)�- 0002-Let-systemd-know-when-rpc.statd-is-needed.patch 0003-systemd-run-statd-notify-even-when-nfs-client-isn-t-.patch Fixes for systemd integration (bsc#1116221) - nfs.conf: spell NFSV4LEASETIME correctly. (bsc#1098532)�- Create files in /var/lib/nfs via tmpfiles.d [bsc#1100404], [FATE#325524]�- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)�- fix incorrect dependency in /usr/lib/systemd/system/nfs-client.target.d/nfs.conf When yast restarts "nfs" it should propagate to nfs-client, but doesn't. (boo#1053691)�- nsm-headers.patch: add missing <stdint.h>�- Prerequire needed group "nogroup"�- update upstream version from 1.3.4 to 2.1.1 The significant update is that configuration can now be read from a central /etc/nfs.conf file, and it can include other files such as /etc/sysconfig/nfs This means that the old nfs-config.service systemd unit is no longer needed. - /etc/nfs.conf file created to import all sysconfig settings except *_OPTIONS directly into running code. - dropins created to pass *_OPTIONS sysconfig setting to the various daemons. - various specfile improvements, such as using "-D" in "install" commands, and adding "verify_permissions". - "xtab" has not been needed for years and has now been remove. - sysconfig.nfs updated, particular the ServiceRestart declarations have been tuned for systemd units. - 0003-nfs-server-generator-handle-noauto-mounts-correctly.patch Fix the nfs-server-generator so that mounts marked "noauto" are not automatically mounted when NFS exported. (bsc#1019211) - 0001-conffile-ignore-empty-environment-variables.patch 0002-mount-call-setgroups-before-setuid.patch Other minor fixes found during testing. - REMOVED 0001-Make-location-of-nfs-utils_env.sh-configurable.patch now included upstream�- Check for existence of "statd" user before creating it, and do not suppress errors about it. - Ensure units passed to %service_* are full filenames. - Pass all units (non-templated) to %service_*.�- Also ignore errors on the first chown call: this can happen especially in the build system when shadow is not present and the user has not been generated in the %pre phase.�- move rpc.svcgssd and corresponding man page from nfs-client package to nfs-kernel-server. For NFSv4.0 this is needed on client as well as the server to support the back-channel. (bsc#1005609)�- 0001-Make-location-of-nfs-utils_env.sh-configurable.patch 1.3.4 moved the config script location to somewhere that doesn't exist on openSUSE. Move it somewhere better and install it there. (bsc#990356)�- nfs-utils-1.3.4.tar.xz New upstream release. Lots of bugfixes, no significant functionality changes - delete 0001-Fix-protocol-minor-version-fall-back.patch delete 0001-close-the-syslog-fd-in-daemon_init.patch delete 0001-mount-run-START_STATD-fully-as-root.patch delete 0001-mount.nfs-hide-EBUSY-errors.patch delete 0001-mount.nfs-trust-the-exit-status-of-start_statd.patch delete 0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch delete 0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch delete nfs-utils-no-svcgss.service delete nfs-utils-uninit-mem.patch All patches are included in 1.3.4�- nfs-utils_env.sh Fix some problems with version_params. Various misspellings and remove the possiblity that V4 is both disabled and enabled. (bsc#990356)�- Drop OMC svcinfo file, nowdays useless�- Sort a bit with spec-cleaner to get uptodate spec - Convert deps from regular devels to pkgconfig style�- 0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch 0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch Fix systemd dependencies to ensure rpcbind is started when needed. (bsc#975265)�- 0001-close-the-syslog-fd-in-daemon_init.patch Without this, tracing doesn't work - 0001-mount.nfs-trust-the-exit-status-of-start_statd.patch (bsc#945937) - 0001-mount-run-START_STATD-fully-as-root.patch (bsc#969152)�- Drop unused BuildRequires for libgssglue, not used with tirpc�- Drop unused BuildRequires for librpcsecgss, tirpc version is used�- 0001-mount.nfs-hide-EBUSY-errors.patch Stop "mount -a -t nfs" from complaining if filesystem already mounted (bsc#950340)�- 0001-Fix-protocol-minor-version-fall-back.patch (bnc#959211)�- nfs.service: don't mount/unmount nfs filesystems. systemd does this automatically. Trying to do it here too causes timing races (boo#963616)�- nfs-utils-uninit-mem.patch: fix use of uninitialized memory (bsc#956743)�- Remove sysvinit related macros; the package doesn't contain any sysvinit script - Replace systemd with systemd-rpm-macros; increase dependencies weight - Use %configure macro - Remove depreciated %clean section�- Use proper annotations for service restart (bsc#952055).�- update upstream version from 1.3.1 to 1.3.3. This contains lots of bugfixes but not significant new features. - delete 0001-nfs-client.target-Removed-a-ordering-cycle-with-nfs-.patch delete 0002-Centralize-dependencies-on-the-auth-unit.patch both included upstream - nfs-utils-no-svcgss.service fix minor make-install issue (has since been accepted upstream) - use "make install" to install systemd files instead of hand-code. - retain rpc-svcgssd for now until gss-proxy is packaged.�- nfs-utils_env.sh: honour RPC_PIPEFS_DIR setting. It is currently ignored due to a logic error. (bsc#947852)�- nfsserver.service. Provide ExecReload directive. This allows "systemctl reload nfsserver" to work. PropagatesReloadTo but itself is not enough if this unit doesn't have it's own Reload handler. (bsc#97296)�- sysconfig.nfs: add STATD_PORT, STATD_HOSTNAME, LOCKD_TCPPORT, LOCKD_UDPPORT - nfs-utils-env.sh: handle STATD_PORT, STATD_HOSTNAME, LOCKD_TCPPORT, LOCKD_UDPPORT Also handle NFSV4LEASETIME, which was missing. (bsc#941645)�- nfs.service: improve back-compatibility with /etc/init.d/nfs + mount and unmount nfs filesystems on start/stop. + keep status as "good" when everything is running. (bnc#911986)�- fix bashisms in pre/post scripts�- new upstream nfs-utils-1.3.1 This brings numerous fixes, particularly to gssd and nfsdcltrack. It incorporates all the upstreamable patches we had: - Delete nfsdcltrack.sbin.patch - Delete start-statd.patch - 0001-nfs-client.target-Removed-a-ordering-cycle-with-nfs-.patch 0002-Centralize-dependencies-on-the-auth-unit.patch Patches from 1.3.2-rc, which look useful - Convert from /etc/init.d startup scripts to full systemd integration. The upstream standard names are "nfs-client" and "nfs-server" rather than "nfs" and "nfsserver", so local "nfs" "nfsserver" aliases are created and "rcXXX" links are provided for all 4.�/bin/sh�/bin/sh�/bin/sh�/bin/sh�nfs-utils�/bin/sh�sheep63 1676606154���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��� ��������� ��������������������������������������������������� ���"���#���$���&���'���(���)���*���+���,���-���.���/���0���1���2���3���4���5���6���7���8���9���:���;���<���=���>���?���@���A���B���C���D���E���F���G���H���I���J���K���L���M���N���O���P���Q���R���S����������������������������������������������������������������������������������������2.1.1-150100.10.32.1�2.1.1-150100.10.32.1�2.1.1-150100.10.32.1�����1.1.0������������������������������������������������������������������������������ ��������� ������������������������ ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ������������������������������������������������������������������������������������������idmapd.conf�nfs.conf�nfsmount.conf�nfs-client�mount.nfs�mount.nfs4�osd_login�umount.nfs�umount.nfs4�modprobe.d�50-nfs.conf�system-generators�nfs-server-generator�auth-rpcgss-module.service�nfs-blkmap.service�nfs-client.target�nfs-client.target.d�nfs.conf�nfs-idmapd.service�nfs-utils.service�nfs.service�rpc-gssd.service�rpc-gssd.service.d�10-options.conf�rpc-statd-notify.service�rpc-statd-notify.service.d�10-options.conf�rpc-statd.service�rpc-statd.service.d�10-options.conf�rpc-svcgssd.service�rpc-svcgssd.service.d�10-options.conf�var-lib-nfs-rpc_pipefs.mount�blkmapd�mountstats�nfsidmap�nfsiostat�nfsstat�rcnfs�rcnfs-client�rpc.gssd�rpc.idmapd�rpc.statd�rpc.svcgssd�rpcdebug�showmount�sm-notify�start-statd�sysconfig.nfs�nfs.5.gz�nfs.conf.5.gz�nfsmount.conf.5.gz�nfs.systemd.7.gz�blkmapd.8.gz�gssd.8.gz�idmapd.8.gz�mount.nfs.8.gz�mountstats.8.gz�nfsidmap.8.gz�nfsiostat.8.gz�nfsstat.8.gz�rpc.gssd.8.gz�rpc.idmapd.8.gz�rpc.sm-notify.8.gz�rpc.statd.8.gz�rpc.svcgssd.8.gz�rpcdebug.8.gz�showmount.8.gz�sm-notify.8.gz�statd.8.gz�svcgssd.8.gz�umount.nfs.8.gz�nfs�rpc_pipefs�sm�sm.bak�state�v4recovery�/etc/�/etc/sysconfig/SuSEfirewall2.d/services/�/sbin/�/usr/lib/�/usr/lib/modprobe.d/�/usr/lib/systemd/�/usr/lib/systemd/system-generators/�/usr/lib/systemd/system/�/usr/lib/systemd/system/nfs-client.target.d/�/usr/lib/systemd/system/rpc-gssd.service.d/�/usr/lib/systemd/system/rpc-statd-notify.service.d/�/usr/lib/systemd/system/rpc-statd.service.d/�/usr/lib/systemd/system/rpc-svcgssd.service.d/�/usr/sbin/�/usr/share/fillup-templates/�/usr/share/man/man5/�/usr/share/man/man7/�/usr/share/man/man8/�/var/lib/�/var/lib/nfs/�-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:27824/SUSE_SLE-15-SP1_Update/cd187262faa8fe3b451c00e9c6a088e0-nfs-utils.SUSE_SLE-15-SP1_Update�drpm�xz�5�x86_64-suse-linux��������������������������������������������������������������������������������������������������������������������������������������������� ��������� ��������� �������������������������������������������������������������������������������������������������������ASCII text�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=54a413104c4374a5f4de92df8cb7234cb966f6a4, for GNU/Linux 3.2.0, stripped��Bourne-Again shell script, ASCII text executable�directory�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cdfcd4ff4c8fa0a93c4cd4d05012f743c925e901, for GNU/Linux 3.2.0, stripped�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ee74f660de916be6c28b383439c84b6ea00e3613, for GNU/Linux 3.2.0, stripped�Python script, ASCII text executable�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=aa6368a79ef1e96b679bb8ba72db4059cde0a1d6, for GNU/Linux 3.2.0, stripped�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6d96d6f6aa0f95d28881b86f23e8538a14e9ad1e, for GNU/Linux 3.2.0, stripped�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1f1b6c65539fa35ad54e14b6529c79b435616d40, for GNU/Linux 3.2.0, stripped�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ddda8e70a7ab8321cea5aef8b9ab7694f18f6a41, for GNU/Linux 3.2.0, stripped�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=244b8d244612d8e819362ac894a95519ecf8859d, for GNU/Linux 3.2.0, stripped�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8f80d6b47e923015623f08ec990d6119651148eb, for GNU/Linux 3.2.0, stripped�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b0e384ef7e4ddc190e2530844c2d923e9afd9c1f, for GNU/Linux 3.2.0, stripped�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a812cab2053ef8632047e19bc93e3b0d02ec2492, for GNU/Linux 3.2.0, stripped�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=63f17b7d6d3a64c482ee517b998ad4346ef4a0bd, for GNU/Linux 3.2.0, stripped�POSIX shell script, ASCII text executable�troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)�empty���������������������������������������������������������������������������������������������������������������������������������������������������������$�����������(���<���B���L���W���\���d���m���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ������� ������������������������ ������������ ���������������������������������������������������������������������������������������������������������������������������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��R��R��R��R��R��R��*R��)R��R���(�u]��x�K� $�:���utf-8�a5405d590bc860d1de394de032955a8a59724c8f0557e62259ed5e15389a23de��������?������P����7zXZ�� ����!���t/��G&]�"�k�%�E�]�4" ֶXV�S�U��A"o��I�1��ú�ogp��\�e�����lޝP�����ϔΈ��6���<�^�|�����J��"OA��K���E`�jMr���,��&�r'� ������c��m��#�x�3���`��Xi�~H����.zaT�*:9��y��$�)����vM�hFT�8r.�Dtz3 �˄����OsX{������q�DH�A�Tj#u�{L��i'f�eI ��ȕ�oK۩D�rFZ[��?H�a���;��:F�@vk���Rq D���#���ϖc���ɛ Y�#�t�fv(�O��:K BY��/��c =G�8�f(�T5�P�^s�N�L�����I�:5O��?��ƳU.�i^^��˫�H}���<Ǽ��1g�y������}�c<{�B�w=�d�E�c�[��!�(�s�@��oĤ����H�E�&����myO��8����`>���E��2Nŵ?����˕A�)��kӻ"w%���)&�~LU4�o�Ù&��M�L��+pB��-��joqz���ͷmB$IG �f{�3��?9R�C8��0P��^���&�Q��*�܁����i=��9/睮�g�YH�Kr�[�C(H���/P.l Br?i)�]Xʩ��8���G_ө$�/o�+U9����T:b���~��b��w��N�_o2�L����<4�K`/�Ko{Otf��ȭ �)�8�{�Ѕ5��,�S_��pN�j�u��4����`�7P�#7u�6:�~���@��v�܍D��6��i����<ڢ��Bt�Ї~�����z`�e5��j%C��>:�>f�����n�`BтC}�.���k��.�c,OGR��8Y�w_����$�ἕ����J����|���f�|�^I�x��d ����X�S^��#�ݒ�]���)��6���ڇk�1tfb/�[dg����Xȫ�}���T4퓋$y@��d��� �N�X �>zv����t���I\~�r�lN�f��goX$��[���9A�$��ϟ勱�A�����]&�C��c��,�����d9s��p# 2G����&�����7��7�9��p@��������ܣ]�|��|vz�昶=e��Z�0|��~F�A�(Y��M��"�V3��r�t�a��w�M�Ǧ��M��6�U�Kӣ�SW�(!�D���t�[�y�7���PK�I�l�m��6I��m�v�����I�S�FֽrF����ỹ#o��Ni���}��2���':�-}X�V�#�c���|�ކ���:u8�^���d�9��q(w��@\�ʵ�A��S"��2��_���Q$��[�m����vs��#&u�p����v&��]�=#�p��ښ�_q/T� ��r4����q�2�QK�/�.�4 yv�TpX�[��nd ��������KwL�NDrF����K�LAv�)�.����ޒ�X+���5��з�cYH��-Tw��pY�\ ���^a�&�ԓ��߹��z��SZ�f�_��+��w;[������>n2-���tD�amN���IS>��4�>��o�P���O�r��/c���z������=�85�%sX�'��K3�D{J� PM:��"j�Sz�F���<Hb7�e��1�ؼ��xr���gƳ)sВx�c� eH�>��fl�PG��4���̰Z`�B��-�H�t����� �^����XOF<,-D�vA�����2Zw'��%N�=�G>Kl��A)t�8�hUP�#^��I������`L��e<M 44����/_1�χm�t'v��}.��Q�8-n���*0����!�ޏ��;�l02�ks��V@ 9 R��j���}Q#f����!+��u��������-��ao%(����!G����Q#(�2�%�څ���&��_>�ȗ-6�ٻ�:��<�����#uu�f�$�R÷*�;����F����Ȉ���m ����`Cds��/V�ƈ.��Y��N�ɝ<�=Al��� �X P�k 7�]L�~�Sm����C�I˽���+�-�����mE-�T�I�4~X����3w��k��@��s�6���q���P�SdH��T�q�L{��)K�/��ӗH�e R�ޟ�E8���*���B?�6ަH�Dž9_H�N�/�VU�^�� eJ!e�r/��#n= �q.�qz���������Jr��"�/�Ҿl0z_K~��U,C�z��fE~�-=x�ұ���pY*�E��O�0������>hr�3�?O�L}WsQc�$U"}A���]� ���������5b^pZ�k�&��H����'R2W�x��`@�=�}mu�$>⽻?es�cH�ɬm!_Vҥ#n�m1�ˈ�*����������>��S��ԟd4�mJP��V�J�.�=<Z1�<&��ZT�IB���r���E���<���5��7u�l��3���T%�����������և3��G�����۟LpW%#���VD�K�������z�s uQ�ު�n�l�}�=�y�4=�.`����7@�d���'��Vv_�Ps|Dĭ��5Y}��g�� \O�����"��&�낌�ڨ1��Խב��X0�de`���-t�5�[��^��n2����^!�R��O��`��e�C�Kr�B����� ��'�j���pp2�18�g�35�o�U����ܗ���W=>��R��L���:�D#��,��S�QMWpH�h�Mm²���Pk�@y�՟��I� \8wK�]��A���Yy)��K�Hm�D���J74w9�0��c�ڊ�ƣP��X84��6�ذ�����u����g�K�a��oW��M-���a�[�P�S�s�C9��K���m u�^�g�st��# j��k��/g����MZ�d����v�=�O#6$��'C�=��`Ը<r�hr�V���0f$L����j�)�!W�t�=��;�M�ZGK��xi�<��"�?�w���)Ie"Pd-�}T9�G��˴�? |��(��τ��./�bP��%y�g�Q:@|� 8��D��$n<�nX ,:���ߓ�*�����pq,}���˹�*\Vm�������1��J�����|[�u]|�3�0e�ڤ�O��դg}�`4�0W�@��� �$�b�\+��[��&"�.����0�#S.w�[��H�D������v�+k0n�s;�� }623X��R_�^"��R�y]���r�\Yߴ��1%���r#X�م����/�#b�C� 5�5l@����~�"�LH��*�ω�k˸��Z y�j~���`5z̵�������Z%&�-0D*/U��=�ob�RS��ɷyM3�FnW��Z[��#���)2�9���,Z���g���rZB ���t��а��h �.t�q!&>*�������4�/R*�>("��4u�V��?�f���Z�h�\�;Yx4x�ސ��p�9ɥ�[��[�ɀA��7��m>�f"7,B�=t����"_�r�"|bɮɕ/cI�R`��̩FM��[�8+�A[��#9 X%m��6Ϲ���4�����"Ykߺ�%�v�r�K�"�t���d�|�<&GS���uu�\!u1ˬ�4P]5o@Z3�/ƍB�3�D�ˁҾߋ�5]JIv' Ј��9�$��u� Ȍ���%J�ܵ�}f��@q;f���%%��͞Rߜ��k*' ���[:�j���<bDkm����j+]���lD���$j'�D����t߫o�d���~|�n�iT�k�[M��K*n��E�!��Ȝ�����B��:֬��w�f* ��((�w������u49a�������R��6jpjD�ఓ�ֶJ���@�ݣ��ܩ��{g�ާʼ��Hݤ1�@�X�Wͬ�}��m�Io��c�h��/��/�ˏ��v Tw���`��dE��#;L�&[���v�r��)����P�^}tZ3�����I�f�C�J��J~��rJ@5%�7c�y!�9�a�L^�H�(���g��vf�vO���(���/��}��I��ζs���N?ha}Y�|���{"1.N�%´�Alο����>���`b�n�^G��A<�gu0�@ ��>9�C�K�ë�L��ȰB�R�+��;]7�^��ˍ�~R��A��l�u*8��m���§�����v�?�D��O�� COu��Eb�'�����Ď�M�u��w���Y �$P�)?)&�Ȗ��}*�d]�Bmp@�ۨ��������)��a��P�[��}�]|�$�� ���yS^�ueK��Ln2��0�������S�cD�!�Z���I/�s읺�K�W4m'��XAc��;�r�*\J��1�m�ޡ�_ʻ��S�=s Q��g�^Z���\�2���?m� �MVB�3�*��}ܻW@�<U>�A�o �)�FҏZDb�;�;=Z"��$YI��;�/)|D�uLH A��Jf8� ]����y5�Y�"�>]Vx�H��$1&@9��%�;L����z0����L\�?�� �pP\#q�59`��\��d|OԮ��� l�P�(]�VM8�Y���A��$�[}�[s��~7`ՀY[�ݕ�d���~�<7vm����Zq��$t�}R��Z�4~��x�A�N�Ŝn���+}�Em��qOa߿({����V� ��� ���@<���o���.n�ˁ�ʘe�=AĂO�=�`=CXE��bY���q�(����M��U�f=�HE�E��9��[�D8;��ˇ�U�L��i��B�L��m� x���p��Up~���$�Q�5EW���!#�-߅X���t��$���xZ�~��NN��]zhCA�������q?�8�6�u�Ցv jv������ix)~��st�dž��}�4�N(1hu(���[<i��'�����3��� (�Fs/�̈́hZA�K�ͼ ��O')|��_���/y�iއT�Θ({�'z:���1(��:e�v�Q|���Y�h���N�����"�Qz��oxge#Zr�KH���4�r�R���T�֭���$�5ij;� yWǜX���&�c`��`ޙ�d�(D�T�W3�W�?�8d"|��ܔ* \�L�yJ�U�U�~V���_�{E�D3��J�����fYC���]����R���?�h��N0������T8�]���My\\�@d5A�'Ȉ����-�t10��=�"����TB�L���U,���ހ�lK�:�]��*&G����sr�*'����4�D$^�1-vx�:i�g!|(f۬�63�e�J)�pٵ��5w�V;�C��pp���XҽՊ�:}�l#V���q���"Ͱi=nxm���W�ؘ/��H<u{[�25�xT:�$L�8��f`ٷ����+�j$͑�X��yf��� ���in�,�_�r�B�<]�P/I�?�[�]!!�{j���-�]uS ъ����}+�7���ntu=��!������$�]w��_���r҉���y�Lx���#;J�l��u$%DE�@Fu�ث7���Auh@!����J}�[%�b�����"x��L �A u���٨��k R哵����^] :6�DeZ���R��# ��h�Ϫ�Q����ʊ��Z|�QW�U���L���A!(���7��I-驹�x���I�W��6` %��͕����7����t���m\��+K�x#��|���gVX�Z y���N�1�=��ns)��[��ӕ}`���n�\i�%�ٕP��1WB;�6f lp� �F'u7�k`7za�2z�sQ��I�o�����x�<^ʒ6���`x��r�����a�#�����'}����~G�&a?���#�/���A�ģ��"O�/=�8��H�yG_^+ ��@K��pf�\��o�Ws����֡�J��*k�'z�컠�����zZ��s<��('�lg�+��sn�XjN����gmD�Ǎ��߬�7¸��q=�N�Lѡll&�T�t�8̄p=�P�i�qZ�.]�U��[�#�>�(�C(�FL���IQ��gG#�J���t�E�+4��N9���H���4"h2opS�ep)GXzh�w�����W� %Ϻ�S�L.�t��]�r��$�Cc�恛�e�>�s��W%屋R9" �Q�����It� ��s�ܘ]��*�N0E �\)C�ՏeP���3B�D풕��~���nh &G��Sv�����E'��\��fŚ�����;lʊM2��&�� x(�$MqK�w��zYVS|'4kx\�Hӫ;��w�3F��Z�� h5�~K-Ѳ78���H_�ɬ�:g���7�]��^�Y�khܗ�x.�H25n��B^0��NGC����²��鯷��e)(G��v&dz�fχ�P2WiMMq ���P_j��o%w�v̗�{ �����V����� Ej��um3�`Hͯ���1~�,�*��E!��V��}olVW+5����u�bC���[��6��[f�WRv|�j�(�w>}[s�~ `� �sK@��O�-�U����y!�I.�A���e��@���p��gi�)��/:%���7� 8A"���s_��,�GLA�'��x*ȸ"WGD�Yթ JY!��q�Lfȅ&S����]���9�U�"��jb!��EB?�?����P�D��N�W��?��[v��*|�D�����b����N������!��訲�S��9���>3�v�2 ]���m�Y�dnFb���C-��ۅ�Y�ـe��zM�n, <�#�͍�S�uood� )��}��� �[���|97uq�������v9ܖ~L����ebI��!����Ith���WH��~_枖FIs�q���*|��\�#��Y?%�4O��F����V��o���8¶V� �0�mt�}��$h��{��b���W�>E �^�B �����_ѯ�6��%zS�oQ�̛���D�h��8j�?8V�(���OGg�6��L#�g��������t�x�d��S��U�_&�}��%j &���oߤ�\s�V�Y#8�xC��06Mw�@X�����8uCOxOH�ؘ�ҿGW��;�u�������]�@ڶ���gNc��F�~�8�<��+ǥ��S��b{>��B[�����^ {W�ࢣ�[��ߌ���Sj����cA��T �J�.>���=v�� M�*¾����A�S5�22I=�� f���!G��{��-K9C�厃�m2l'�DzK��c�LX�滏��K������߮�>�!��oAiP��{��C)����� EX�ap*_NJ��6�|�SF�HX��G\��?���'�������v.�����[L%��Hj�?�O�Kh��a ;���@�6xq{���'L��2p��{��q8ۙ�TG/I�I��.8��̡��FÕsċÅOW��k�ɶѬ�O+D����QD�˗2j�Z�3�(i��?�����֭��Z�^�^�%�eNr�W��Ɓ���u�zذ�Q.�@�~D*��N���0�xY�+*�B x�'�ǽ'"Ԥ��E��14�'\��pCΛ����Ĉd�R�Bg�Ej�H����a�����X"�UK�1y�1���K���� s�ѲF*-j�����H��>:YD}��)P�.�s �H��l�~���G�Xg�`S�WU�`!��%������f���KN4k����l�/��*`#�fծ�N��ux )��t�.�.kE�~V �2����E�q&[���g���D��>��Y+�+k���Om?�˗L-��+D�3),P`�F�<E��m�W��tkČ���=[�H`�MT鸉~>�t�`�`$�:n�PiR�ctļ[���Ђ��z����;x���i}P����f1�ء`� _i��� <&�fm~o�Ow���[�4HO����Z�ʼ�k=����v��Ȉs:�=����tex ��ƭ��~w-��Ÿ -ۑ�:p}�ܭ���h��\����� +��י9���h��צ�Y벽��<��_y��nމ�¦� ��F�4x���`��t犀��g�" �[H�mÌ�f�?u����xX�w���ՁJ���U��Z�O2s���ph3��������7cT���L�9�x^.VWe�� � �˗"b�ϵ �����]�H�j"�<�R˖z���m��)��.�D��VC�m���$�V��uA�������Y�$��DD|����p,躇�ܿj˾#[/R��(�(D�[Z9�)�ktu{xg ї6% �]a!^�:��w5?x*�6�]��&[��K��e�O�Jf��gBm�ÕX|IM\��w#c-�ʝ���L�qÎ$%���?�.+l���9� �U�S>���B��³ʫ(��xw$y˪�o��Naȿ�>��<e��6ф��"��+��,6D�V'�]"���kE�e�*5� �4#�"�B���,).���^��uֲ�mHh��&�8�ג�4Ɯ�Gf����w��������1S)�����<���8ܳ��D��.�IHn��n(W�Uc `*�GӀY���<�M�;������R@���t�������&�9l<c;��c�C߾6I�ւR��\ ����c���e_�i��H��P_���^���i�I.�Λ��萴P���T���d�x�Ζ�+�˒�{��z�����"��2Y�O��c' ��%�x$Hv��[/� ��*�<�ʶ�����t�n��D��~�q�z�����9ur� @�����M}�Y��d ���w"����Y��m�|��X����=���:@��x+�?k��;�2|h\�8��.!E�r�����$X���я}; ��܌�yx�U|b�&��G&��4� �r�8ݷ�*dq�^<q���Cg�_P!�J=J[!�U$i��ܵ2mx�+n8�~��uD�j�e�g��Xw<�5\b���0%�~DTuO�M�e���\�͊ġ��,��o�Kg�0��(��x�/X��7�YH�OC�Ɵ$�`oC�s�]�~'�+�29���j�tyEc���r�b�:[��qC��K+ۜ��� E��t>�*��=!��D -�Z_=8.�n=�Ed��?�<��d��v&����P�g�K����M&��<&��ȿ9}i#Zv�*ޗ�3IMG�%p��Ѽ7C����m�j����<w�v���}E�����zw�BJ��c�%��W��܀푒�M_Cųpa"�������@��Msp���m����ݠ&-IE&�5�.;L�y�k<��|� ��c�K?�B��}R|&�}�L-(�O�'�փ��4�4�FQ�Fɀ�M��(��h[����R3k# طJ�9��k������ ��������)�u���C��h��"�C�{�*��S���a�����e���mʚ�'.0`������V'������.s埭Kچ�>NЮ��~��9e��93���a�Q��͉����e3���]d��N��V�q�� �u%�'�շR�xj�q�k�.�^�*U��L�dÕ՚�x������iFì�ZP��E||��;�Z-5����dq�+W��┿l緟}�ay�Xu�<{oQm_+˙{�B'Ν/�(4ap?`74����3�E�ۈ)aU��.�R�H����3����s.gQ��>c�8����:f�s�-g�j���_S4/t,�.&V괊;>f�:�6LY,iz�\��Rt�km�\;���`U%�Y�����XUϡ����M����X�?������� YZ