��������fuse-overlayfs-1.1.2-150100.3.11.1��������������������������������������������������������������<���>�����,����������������������������������������%���e�u7p���9�|�1|��&*�;t��gj6o�k���`���*�2G��f��Wݘ]��]Ί�w~�V�to��xNY��-h�2����*ֳDX��hm�
�caD��WC�֪�N��]��%��Ʈ�����{x���Ӓ�e2V�6�A2�905�!�F�7�T��͉��.H���aR`�����;'�Qe<�J�q�FI
9;�����yOM�&^��\��ӊA!۶�*ҀS..�XJH���u&��D��U5�RhI��1<κ_5v|3f�1�S���V�[ ܶ�1����>������������������������>������?������������d����������������������������������������������������	���%���������	���G����������������������������������������������������������������������������������������������������	������������������������@�����������F����������L����������d�����	�����p�����
�����|���������������������������
������������������������������������������������� ����������8����������`���������������������������(�����������8���������
��9�����4���
��:��������
��F�����������G����������H�����(�����I�����@�����X�����H�����Y�����P�����\�����x�����]�����������^�����������b�����|�����c�����%�����d�����������e�����������f�����������l�����������u�����������v�����������w����������x�����0�����y�����H�����z���������������������������������������������������������C�fuse-overlayfs�1.1.2�150100.3.11.1�FUSE implementation for overlayfs�An implementation of overlay+shiftfs in FUSE for rootless containers.����e�u7s390zl32�������SUSE Linux Enterprise 15�SUSE LLC <https://www.suse.com/>�GPL-3.0-only�https://www.suse.com/�System/Management�https://github.com/containers/fuse-overlayfs�linux�s390x��^`������O�������K�����A큤A큤��������������e�u7e�u7^�փe�u7^�փ^�փ144c97cc621c6672ca2e1f6448faccdb33d70eef02f016aeb3d337b7878cd2e4��0dd9d88b1dfeb4c372af13eec263c438d41c7be3d461beeaf2586a68bc910704��8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903�4e6b2cffb65f287f67fef3436528a39e6416a5c190b9f35597b93bf69b691cee�����������������������������root�root�root�root�root�root�root�root�root�root�root�root�fuse-overlayfs-1.1.2-150100.3.11.1.src.rpm��������������������������fuse-overlayfs�fuse-overlayfs(s390-64)����@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���
��
��
��
libc.so.6()(64bit)�libc.so.6(GLIBC_2.10)(64bit)�libc.so.6(GLIBC_2.14)(64bit)�libc.so.6(GLIBC_2.2)(64bit)�libc.so.6(GLIBC_2.3)(64bit)�libc.so.6(GLIBC_2.3.4)(64bit)�libc.so.6(GLIBC_2.4)(64bit)�libc.so.6(GLIBC_2.6)(64bit)�libc.so.6(GLIBC_2.8)(64bit)�libdl.so.2()(64bit)�libdl.so.2(GLIBC_2.2)(64bit)�libfuse3.so.3()(64bit)�libfuse3.so.3(FUSE_3.0)(64bit)�libfuse3.so.3(FUSE_3.2)(64bit)�libpthread.so.0()(64bit)�libpthread.so.0(GLIBC_2.2)(64bit)�rpmlib(CompressedFileNames)�rpmlib(FileDigests)�rpmlib(PayloadFilesHavePrefix)�rpmlib(PayloadIsXz)�����������������3.0.4-1�4.6.0-1�4.0-1�5.2-1�4.14.1���_9�^�@@^���^p��^_�@^9\�^%�@^!��^�]��@]Z�@]��\��@dmueller@suse.com�rhafer@suse.com�sgrunert@suse.com�sgrunert@suse.com�sgrunert@suse.com�sgrunert@suse.com�sgrunert@suse.com�sgrunert@suse.com�sgrunert@suse.com�sgrunert@suse.com�sgrunert@suse.com�sgrunert@suse.com�fcastelli@suse.com�- udpate to 1.1.2 (bsc#1175821)
  - fix build issues with libmusl.
  - fix memory leak when creating whiteout files.
  - fix lookup for overflow uid when it is different than the overflow gid.�- Update to v1.1.0
  - use openat2(2) when available.
  - accept "ro" as mount option.
  - fix set mtime for a symlink.
  - fix some issues reported by static analysis.
  - fix potential infinite loop on a short read.
  - fix creating a directory if the destination already exists
    in the upper layer.�- Update to v1.0.0
  - Fix portability issue to 32 bits architectures�- Update to v0.7.8
  - report correctly the number of links for a directory also for
    subsequent stat calls
  - stop looking up the ino in the lower layers if the file could
    not be opened�- Update to v0.7.7
  - make sure the destination is deleted before doing a rename(2).
    It prevents a left over directory to cause delete to fail with
    EEXIST.
  - honor --debug.�- Update to v0.7.6 (bsc#1160460)
  - do not look in lower layers for the ino if there is no origin
    xattr set
  - attempt to use the file path if the operation on the fd fails
    with ENXIO�- Update to v0.7.5
  - do not expose internal xattrs through listxattr and getxattr�- Update to v0.7.4
  - fix fallocate for deleted files.
  - ignore O_DIRECT.  It causes issues with libfuse not using an
    aligned buffer, causing write(2) to fail with EINVAL.
  - on copyup, do not copy the opaque xattr.
  - fix a wrong lookup for whiteout files, that could happen on a
    double unlink.�- Update to v0.7.3
  - fix build with -fno-common
  - fix possible segmentation fault in direct_fsync()
  - use the data store to create missing whiteouts
  - after a rename, force a directory reload�- Update to v0.7.2
  - introduce inodes cache
  - correctly read inode for unix sockets
  - avoid hash map lookup when possible
  - use st_dev for the ino key
  - check whether writeback is supported
  - set_attrs: don't require write to S_IFREG
  - ioctl: do not reuse fi->fh for directories
  - fix skip whiteout deletion optimization
  - store the new mode after chmod�- Update to v0.5.1
  - support fuse writeback cache and enable it by default
  - update to latest gnulib
  - add option to disable fsync
  - add option to disable xattrs
  - add option to skip ino number check in lower layers
  - fix fd validity check
  - fix memory leak
  - fix read after free
  - fix type for flistxattr return
  - fix warnings reported by lgtm.com
  - enable parallel dirops�- Update to v0.4.1 (bsc#1137860):
  - create_directory: do not redeclare variable buf
  - fuse-overlayfs: accept option "dev"
  - fuse-overlayfs: add check to readdir for the node parent
  - fuse-overlayfs: add cleanup for layers
  - fuse-overlayfs: drop usage of static arrays for paths
  - fuse-overlayfs: refactor some xattrs common code
  - fuse-overlayfs: start using GCC autocleanup
  - fuse-overlayfs: use cleanup function for initializing node
  - fuse-overlays: fix interaction of unlink(2) with readdir(2)
  - main: add missing debug messages
  - main: do the unlink only after we created the temporary file
  - main: fix a fd leak
  - main: ignore EINVAL when copying xattrs
  - setattr: use fd from fi->fh for ftruncate() whenever possible�- Create initial package for version 0.3�s390zl32 1710257463���������������������������������������������������1.1.2-150100.3.11.1�1.1.2-150100.3.11.1��������������������fuse-overlayfs�fuse-overlayfs�README.md�fuse-overlayfs�COPYING�fuse-overlayfs.1.gz�/usr/bin/�/usr/share/doc/packages/�/usr/share/doc/packages/fuse-overlayfs/�/usr/share/licenses/�/usr/share/licenses/fuse-overlayfs/�/usr/share/man/man1/�-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:32898/SUSE_SLE-15-SP1_Update/12fec8586e8edbac79e966c6926d3cd6-fuse-overlayfs.SUSE_SLE-15-SP1_Update�drpm�xz�5�s390x-suse-linux�����������������������ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=24a36e8444b0d1c7330c1b2d6f774dd8f81fab93, for GNU/Linux 3.2.0, stripped�directory�ASCII text�troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)���������������������������������������������������R��
R��R��R��R��R��R��R��R��R��
R��R��R��R��R��	R����p��*b����d���V���utf-8�2834e23a9f8cf0669e24381561a038586f913e1f86cb54803ec60039f771b020��������?������ ����7zXZ��
����!���t/���B]�"�k�%w
�):(*�V8��j.�.�ہ[� �	B����t�p"�D1S��I	g���x]�|1O$������~���D�n|;�R�0� ƛ�pڛ�U�BȄ�W\�1�LȗVA3�t�1Fn//*�9���f6|g+�~�}�4˳!:����:��ַ>����5��6�3���j��`B.l�iG���iN6Y�з(�p�Ý�� �d�����z$�ݭ��|���`�o��9x<�p�g���$y���44�p�\.CC��tv1�(e����E�ۀn|�)����%.4��1�Zq9���4¶���I�W�7�6�!�p~e�
(`���Z U���!K�CA;��X���	��"����}2�2��NV#O���u���y�r>��eԟ�5�/Y*<��'�$�`��b6B�C&ƶ
8���V��v��"td^�Q��oh<��~7(�|;Rrb(�ݬ�0�Í2�Z�9J=Ҹ[䳉7F+��?׎�h�#F*�U2y��2���e!�
��	1��l�A�Ѝ:k>�y)Ҫ{tL^��~�X��S�NA��\7ҁC�VP
�c�~�����ק!3wHφ��(��|B��rG��М��R�ic��l2��V��a�t�:��b��M��{o,mSy|���n7��v^�
%\�D�p��_�࿈'��#т�}\���^�(>�f�A!IEFJa����]R�Z�8q�^�
�U4aTi�]Ҿl#d�‰���X�_��m0���Eڥ;�|�!���bk���tIB�}�����Gaؘ���{S���S��ҫ��y��g+zR���N������J�Gn#�b.�)�G�/At��S�`��xƇ��UӖ��Ch���Y����x�N���T��v6N r�W3r1�-�z^1,�΂aq�T��N=�)B�������?EV8q�han���~QI}�?����>������� �l7���>vZ
��"ǐ��K~���u���{�������X�d�s<@ϖ�`�y��,�'�(,b��z2�>O�
��,0�	5Z/jX�L�����#�pgv���D��{x�b�'���<>�����m`�@��wj�*W�J;�%�㊛/���z�r96�`��)�7v�)0e���2b*4?���,�O���ɨV�^���
1Y�f��OH3����L�q�s�m�9�x����1Ī��[��1.eV@��)��܌1fm�t��ݠ�/;���Pv�a+D�'C�|}�Q�S������B]��׎ա_�_1]b۸��ҵ�*����m��Oy��n�\�?~-�T��=��q����rsEhU��Y���0XUOM���+�7��U�G @��P��l�����]�ha�,n�1Q�7�/�y������d&����UT"2�PP�^j�3�Ǡ蝙�F�����L��?@k����9=vuà�u!�%&Z۩��a��L� /��u3�\����$2�B��6�hH

%��Xe��*��s(Y7�K�m2�`�\k�����\R���h�����*�+g��[�7K(U�&f�+*�v3~�� E��?!܍H�;�.�����hV�ެ�?�|.̓�P+h=���r�T<?W��x@�R�916}�:c�o�||7�5#^Y�T�hQf�������7;�Ƃ]�}�`�=�����	`E�sv��3:e�z �D����*�h��u7qw���wP~>���&Lө)ڶ9���Ǻ��9m��h���9G#�D)�BrR2p�X�w�I��WL�%5�ע�nq���|J�v�hD��N-�6�̹`�͊�U`�)�G�V߹�k�
���h������ۼ�;��T?��F���z׿VMhf���1�]��4B�b�O�%E�:�է�&R�7o2��#HiĻВT9DF��gP���g��s[yP�j�b�m�0�����#ж��I�6�����GU�O�TW�~P��/��1&���e��c�F�/����LwND�p]~��-�b&��8��-�^��R�(a��hv=��4
Cڅj�&��8�������A3B��Q�җ��`�J��t�G)Ӛ:^%����/�<q&��o�������L�����~m.�@W9(�I����Y���U&G���7��4�V5�������
YZ