��������drbd-utils-9.19.0-150400.3.17.1�����������������������������������������������������������������<���>�����,����������������������������������������Ơ��dfQ�p���9�|������2,��������ϧ�F�=t�ckڂƌ�q�!8���4RC��5WE]�N��;�%�s��	F�=��a���#�t`�8uQ�*_�������!�S]�ɼ���G�P�S>V��Fc8{����Pm�c��<U��5���_�/��H�zB��a�7�rbH�Ѷ�L��*��4�*e9���1�O��7t��ǝ���:�RR�����w�m��ԔH���@[r���t�`(�	�C8t�V��/���U^
S����uN�ZW��YjN����>������������������������K���t���?������d������d�������������������������������
���������������������	���"���������	���F�������������������������������������������������������5�����������V�����������g���������	��}���������������������������������������������������������������������������������a��������������n�������t���n��	�����P���n��
�����,���n�����������n�������-����n��
�����/<���n�������0����n�������3���n�������5@����������5h���n�������7 ����������7�����������8����������:������(�����;4�����8�����;<���C��9�����<H���C��:�����@}���C��=������������>������������?������������@������������B������������F������������G����������n��H����������n��I������d���n��X������������Y������������Z������L�����[������X�����\������p���n��]������(���n��^������e�����b������u�����c�����������d������������e������������f������������l������������u����������n��v������x�����w������d���n��x���������n��y����������:��z��������������������������������������������������������������������������������`���C�drbd-utils�9.19.0�150400.3.17.1�Distributed Replicated Block Device�Drbd is a distributed replicated block device. It mirrors a block
device over the network to another machine. Think of it as networked
raid 1. It is a building block for setting up clusters.����dfQ�ibs-arm-6���� �SUSE Linux Enterprise 15�SUSE LLC <https://www.suse.com/>�GPL-2.0-or-later�https://www.suse.com/�Productivity/Clustering/HA�http://www.drbd.org/�linux�aarch64�
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 drbd.service drbd-lvchange@.service drbd-promote@.service drbd-reconfigure-suspend-or-error@.service drbd-services@.target drbd-wait-promotable@.service drbd@.service drbd@.target ocf.ra@.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�
[ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && 
	/usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/drbd.conf || : 


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 drbd.service drbd-lvchange@.service drbd-promote@.service drbd-reconfigure-suspend-or-error@.service drbd-services@.target drbd-wait-promotable@.service drbd@.service drbd@.target ocf.ra@.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											


#May also overlap the $MAN_LINK in documentation/v9/Makefile.in
for f in drbd drbdadm drbdmeta drbdsetup; do
    ln -sf $f-9.0.8.gz /usr/share/man/man8/$f.8.gz
    ln -sf $f-9.0.8.gz /usr/share/man/ja/man8/$f.8.gz
done
ln -sf drbd.conf-9.0.5.gz /usr/share/man/man5/drbd.conf.5.gz
ln -sf drbd.conf-9.0.5.gz /usr/share/man/ja/man5/drbd.conf.5.gz
  ln -sf drbdmon-9.0.8.gz /usr/share/man/man8/drbdmon.8.gz
  ln -sf drbdmon-9.0.8.gz /usr/share/man/ja/man8/drbdmon.8.gz�
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 drbd.service drbd-lvchange@.service drbd-promote@.service drbd-reconfigure-suspend-or-error@.service drbd-services@.target drbd-wait-promotable@.service drbd@.service drbd@.target ocf.ra@.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 drbd.service drbd-lvchange@.service drbd-promote@.service drbd-reconfigure-suspend-or-error@.service drbd-services@.target drbd-wait-promotable@.service drbd@.service drbd@.target ocf.ra@.service
	) || : 		
fi�
test -n "$FIRST_ARG" || FIRST_ARG="$1"							

if [ $1 -eq 0 ]; then									
	# Package removal								
	for service in drbd.service drbd-lvchange@.service drbd-promote@.service drbd-reconfigure-suspend-or-error@.service drbd-services@.target drbd-wait-promotable@.service drbd@.service drbd@.target ocf.ra@.service ; 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 drbd.service drbd-lvchange@.service drbd-promote@.service drbd-reconfigure-suspend-or-error@.service drbd-services@.target drbd-wait-promotable@.service drbd@.service drbd@.target ocf.ra@.service
		) || : 	
	fi										
fi											


if [ -d /lib/drbd ]; then
  rm -rf /lib/drbd.rpmmoved
  mv /lib/drbd /lib/drbd.rpmmoved
elif [ ! -e /usr/lib/drbd ] && [ -L /lib/drbd ]; then
  rm /lib/drbd
fi�������������
������������,�d��(� �o�������������H�WX�+H�Tp���	���	���	���	���	���	���	���	��k���������$����������l��
1��0������������������X��(_��)�������������Q��a��d���������<���������������@i������������FF��M���[�������������
�����r��������������`�����I���Z������:4��El��S�����o�����������������M�����A�����#����������
�����B��
������	a��
���������p�����7��C��R2���������A큤A�A큤�����A����������������������������A���������A�A�A���큤�����������������$����A큤����A큤����������������������������������������������������������������������������������������������������A�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�aV��\�ɯ\7dfQ�U��;dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�dfQ�90e150d20287caa62650e0d5be648eaa3fe4b48ed1b0ea0f3e66c42f37527314��47148e33594b2787261be011e38324f9d7728c3e4685c35c02639a80997ad2ef���820c8b22c30ce92f9247c0a550a1c9443166aec469afb391aecb709aeea16d04�c407a2a644da527b66f0ca038f4ddafb2cad44b2f272ef622f1d735d26a93547�1dfc3568aa0c02aa617db996c7b445f2d899e2d9e5d56d63ac1b427dfcc985f2�84140766e278fd2630114d0441ddc8f9e33309b8f52c906fa9fdded9f8d517b1�edcfb1e770409014f27c99d8f19be5d62290c93455b3bf093d35ff11d3dffa37��1cc6844b1f0cac5ba44aaab77e40a7a790e35caf2b5813dc53c2f879c875e893��a8d939d33c064603d596c11ad14d19bf78444a3f85272e2959dca0f093a04c09�6e6e23145470b7aa70ff1d2f53cecaae9208c6dcd6e04fc49212ad90de5238ec�445b9684b62e9873856b4f5678a96bd5a26aeb202aa26419733c5ad97f917a39�e5c3903f4f4413e88b458d55a02e72e5b9216ba922ba744e04bd6342cc82832c���������bceaf7a42c178e46166e4c9beffd50dfcc1112f6b40fa8a528441ec0aa8c4724�cd1854fa8a602321c7a76c258ca4c253c9f70a450b9ef4f50f28eb6de7763202��4c850f8035f7ee388279f8d530a8cb66488ef58e1c804a483ce3e9430a5b7253�5c2c8ee558f412e22714c847f4219b40bc8cf33a9a5cf17397d15d8eefdac2fd�092e56f1b5f415dc0cfe69bc6cc320fea95fd16afb36e0e38eceeabcfbde1aef�9c67fc5d6d7ce80dec4d5a25ec39cf311cdc049bc9196728151f2632793ed7d5�1a660059f59ef3cd641465d4195707ca3269986ffe3f0fb86c8f0f6624f9c4fc�4c05664218345de3c1728aaef1b3a2fb9299f0568c7a2bf978c06d3091cce7d3�����75d24008da85caacdda2839b16bc19b1945533a64c5d69d7051a4d3631a5bc8f�386812368d7f030b550f0009e82fb8a7df5881fc183b4b0a6b8865b03ea1d550�16bb59ae0e7e732822685f8ea9a3f75d5853bd43535565f6582191b0079d4fbb�d212b010279707f9ded9cd03f1fd2fbe06226c304ca0f92c981af3832822d7a8�10ad9bba52957f69d4bf010e408fe06a8ef81feaf6b63b6217305e9cf85e04c0�c9effc60b2e3a6ebed70de4d70e50a316208a24a87c8806e6323b2a8ae4d4f49�b4ca3aa7ad950f0f991ffad5cce68db7fcd259bdb36546980d46fec059a0839e�48dd024f2e8784c32829c45482164cc47f9c49edcaebfb1b9f47663028dc81e8�62c2d04fb9274f39bfc881da149396c574ee94192fa7aa80e2a3519771028ee9�4d35efaf4aa76aa65f43bf848c5afe1d77e705aa6f3b203b96c9635c7f214a0b�b5a6c0fa003c7107907a62737fbaef1fbabac012d963b2b67142bb991b9f5c70�1d39ec67297ebf232ca4e4ffa1d9ee5f0949f63a435ffd4ea3c29a6fd5a9613a�fa3bc2f6d54c25472f9aeb3d7f740226ef6ad399532c1117910e97ed56e908e2�8a603867ca3a765945c8156999a93dc45922f445c2097816718392f1c7bb4670�00c6fc34c78f2d1aa7a701700dc3785fac992b305f5411d24dfc13c4b43f7957��83cd7ac9b96937ae7adace8c945f499818a616b7fece1339bb707e9458c6228f�6582486e451c8b1b297bdd0a948f4dea08b7d91078a3c9e72bfdf9bf0b57aff2�5012d6cddb9dd92db7f78b23c0f46409b8640fd5af4ebf66af3d73a4fa8eabd8��1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225�a1d312261764756ce92d86dd2183fbe1bf747c3fa8034a2e3d686348cc2939d5�bb7af47207e529b825c13451ab52870c14855d4ab4d80f676bb28e8f027b6fc4��604f00f60c69b253d2e4dfc73c58e1d11c92853b8976e03aeef4b7a8ec76f50e�a1ebc5c07d3edcf9c6c62c0bbf462831141fe14eab7b80bd38c0946c9836d090��f82e116ca55745ffb50cddd2730f4dff4cac86c9866e48e05586005f08c87fd9�eda8b92816bc26997906fc315424cdb612fc213cfaf634a7474ffc5640d2d5f3��44b0e52b13b2536dae023447ceff70c0f887a9a5c0701da93387a1b96141b361�3b9f4d009e7628f7fe78c0be59ce6bc9c5636eb558d90fbc97cb9cab9d2b40d5��32739acfde46888837f58d180c991b93d364973b54f851fb1b1ebcc8caf4af3d��12e74cd0890c04718ae135280daeb63ca86735df81d1dcd2acc692170c0bad61�69185b950a328b631a346b4c4f24aeeff3c8aaa802631811dceea0efe112d0c1��044f00e7dcf909924b7cf07bd0383d61fb665e0e425c2220181fd3344b7d233e�dd711027d4f59848b8c00bc740156c0a790fee21b7a92db484296b83252e93e5�17cb00601f93887e6e0aa6b288720d30d0a62d948858ade94408d17822df3b48��174d72fd840a7e34d577701260c8166624e35a98a2675cb8951255d3817da42a�b39bb3853278c9b6efdf8bebd663dca43c58ecebcf6b3951b78fc5c40d3de358�0142deb78e57e0744c0e1f8b380a5e52934ee8c5863b6e6b3c009cb06539d296�8cdbecea5b9821b08bbacae30f5cace4c1608b41967397300b5ea29cd3b27c1c�af357a626d4325acdd76fa31465d60fcf215c4a2eb39fe3d7f5ed598caa8ce25�8b13c07cbb59d630ccbd59dd56e544a437e70d9baeb0f3282eb454f7a8fd0cc5�d35ca58a78dafc1785ce025c31df5bc49844bea9e9eb4c20f3cd5abc805fee3b�e80929f021b3bb684e4cd454dc09dc7f8ea7d9790e952d743faae6f4e1f60346�5eb23b72e99314b216e077d242e7ae58f6a208a5aa1536ff5897ba4d3b8e00a9�d5dd67f1328e3d59233f77f28fddd2b022c85ae89a4882ed7d644f0e1e6b2477�415ef7e436b5a5ef7ea36af79b9530454f84cb27cee3c417b20893e6c8a0466a�f2e01641b2b884b953ed5d3fad38a17961a15cfbffd4e137d522b9ecff95fdbb�a8b0488093e2b2d583569a12bacc456e7e3f4b1c62523cfba84395b26a06e9d8�1c3625ff1de02d7dc4a895d5e25adfbe6d2540af8b2c28a2ece558a84e32a696��6fc706d411d7d46b18028b08edf3563d3f70214beda638a503e14bc775ee9ec3�0c7364b9e316be2ec6953e77b1c5173110f1d7af1169df203e1800cf8042ff2d�ee5b4ac2c35ffdd4e382c69c0d850101c723f2b13d90f8deeda13bbef59075ff��cb3d8af348e392f78b2efb442acedb5b3c6fbe24476fefe0d85a5f80a815913d�0f9c81bdeb40bbeaf7454fe8d220783e7b3b74357ae7a0efe696b44455463cb7�58703f3b89471bec061223d6274b460f8fbcf40868c673ed8a8401c875736be0��ecf09b9cb2a63a16b8c1edb93903ca05247fc2b37ecfbbe50f8466d8c4d4eec2��c24d0bb3e30d57fac999e94390c38976bc57c55d5f75ab6a7780c8791f27f581�2742eedd90007b72864e0fc507f730085851281f4acd81e22d729d6513980cfd�0feb14dd9f1c58b5339eaf12e69a1a78be4d587c45a172ac53fe97ea6cecabab���������������crm-fence-peer.9.sh�����notify.sh�notify.sh�notify.sh�notify.sh�notify.sh�notify.sh�notify.sh�notify.sh����������snapshot-resync-target-lvm.sh���������������������������drbd.conf-8.4.5.gz���drbd-8.4.8.gz���drbdadm-8.4.8.gz���drbdmeta-8.4.8.gz��drbdmon-9.0.8.gz���drbdsetup-8.4.8.gz����drbd.conf-8.4.5.gz���������������drbd-8.4.8.gz����drbdadm-8.4.8.gz����drbdmeta-8.4.8.gz��drbdmon-9.0.8.gz����drbdsetup-8.4.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�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�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�drbd-utils-9.19.0-150400.3.17.1.src.rpm���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������config(drbd-utils)�drbd-bash-completion�drbd-control�drbd-pacemaker�drbd-udev�drbd-utils�drbd-utils(aarch-64)�drbdsetup���@��� ��������	������@�����@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���
��
��
��
/bin/bash�/bin/sh�/bin/sh�/bin/sh�/bin/sh�/bin/sh�/bin/sh�config(drbd-utils)�libc.so.6()(64bit)�libc.so.6(GLIBC_2.17)(64bit)�libc.so.6(GLIBC_2.25)(64bit)�libc.so.6(GLIBC_2.27)(64bit)�libc.so.6(GLIBC_2.28)(64bit)�libgcc_s.so.1()(64bit)�libgcc_s.so.1(GCC_3.0)(64bit)�librt.so.1()(64bit)�librt.so.1(GLIBC_2.17)(64bit)�libstdc++.so.6()(64bit)�libstdc++.so.6(CXXABI_1.3)(64bit)�libstdc++.so.6(CXXABI_1.3.6)(64bit)�libstdc++.so.6(CXXABI_1.3.8)(64bit)�libstdc++.so.6(GLIBCXX_3.4)(64bit)�libstdc++.so.6(GLIBCXX_3.4.11)(64bit)�libstdc++.so.6(GLIBCXX_3.4.20)(64bit)�libstdc++.so.6(GLIBCXX_3.4.21)(64bit)�libstdc++.so.6(GLIBCXX_3.4.9)(64bit)�rpmlib(CompressedFileNames)�rpmlib(FileDigests)�rpmlib(PayloadFilesHavePrefix)�rpmlib(PayloadIsXz)��������9.19.0-150400.3.17.1�������������������3.0.4-1�4.6.0-1�4.0-1�5.2-1�4.14.3��d!�@d?@d�c��cIO@c*��c$e@ad'@aD�@`�@`��_��@_�E@_[f�_R,@^�(@^��@^g�@^U@^8@]�W�]��@]rJ@]rJ@]p��\���\�"�\@n@\��[�G�[U�@Z�4@Z�@ZxG@Ze�@Z'��Y�@Y�K�Y�@Y��@Yw2�Y7��Y�@X��X��X�
@X�g@X��@X��@XF�@W���Ws�@Ws�@W�@V��V�m@V�m@V�I�V{�@V8��U�o�U��@U0��T�~�T�p@To)@T\�@nicholas.yang@suse.com�nicholas.yang@suse.com�nicholas.yang@suse.com�heming.zhao@suse.com�zzhou@suse.com�zzhou@suse.com�zzhou@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�matthias.gerstner@suse.com�lnussel@suse.de�ohering@suse.de�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�dimstar@opensuse.org�rbrown@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�ohering@suse.de�dimstar@opensuse.org�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�kgronlund@suse.com�kgronlund@suse.com�nwang@suse.com�nwang@suse.com�kukuk@suse.de�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�lchiquitto@suse.de�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�nwang@suse.com�rgoldwyn@suse.com�lwang@suse.com�lwang@suse.com�lwang@suse.com�- crm-fence-peer incompatible with Pacemaker 2.1 and needs backports (bsc#1209783)
  * 0001-crm-fence-peer-fix-timeout-with-Pacemaker-2.1-milli-.patch
  * 0002-crm-fence-peer-fix-timeout-with-Pacemaker-2.0.5-mill.patch�- bsc#1208922: fails to replace directory /lib/drbd with symlink
  * modify drbd-utils.spec to manipulate the symlink in %postun and %posttrans script�- bsc#1208922: fails to replace directory /lib/drbd with symlink
  * modify drbd-utils.spec to rename it in pretrans script�- drbd.service fails to load - incorrect path to executable (bsc#1206754)
  * use %suse_version to replace %UsrMerge
  * modify drbd-utils.spec for create symbolic folder "/lib/drbd"�- bsc#1204276 remove crm-fence-peer.sh for drbd8 to avoid confusion with v9�- drbd-utils.spec force _localstatedir to use /var/lib in runtime (bsc#1203220)�- restore drbd scripts back to /usr/lib/drbd from /lib/drbd (bsc#1203220)
  Update drbd-utils.spec
- fix drbd-bash-completion
  Update rpmlint-build-error.patch�- Update to 9.19.0
  * v9,events2: show changes of peer-client
  * v9: rr-conflict strategy auto-discard for protocol A
  * windrbd: various fixes including setting the systemd root
  * containers: switch to UBI8
  * v9,wait-*: fix segfault
- bsc#1191058, active UsrMerge to install in /usr
  Add patch usrmerge_move_lib_to_prefix_lib.patch
- Remove patch fix-libdir-in-Makefile.patch
  Remove patch systemd-drbd-service-needs-network-online.patch (included)
- Add drbd-utils.rpmlintrc for Error missing-call-to-setgroups-before-setuid
- Add rpmlint-build-error.patch to fix rpmbuild build errors�- bsc#1190591, fail to start due to lack of /usr/var/run/drbd�- Update to 9.18.0 (bsc#1189363)
  * build: remove rpm related targets
  * drbdsetup,v84: fix minor compile warnings
  * systemd: resource specific activation
  * systemd: drbd-reactor promoter templates
  * doc: fix maximum ping timeout
  * doc: add man pages for the systemd templates
  * drbdadm,v9: fix dstate for diskless volumes
  * build/release: use lbvers.py
  * drbd-attr: don't leak fd to drbdsetup
  * doc: various fixes and additions
  * drbdsetup,events2,v9: add backing_device
  * build,Debian: rm dh-systemd dependency
  * drbdsetup,events2,v9: fix --poll regression
  * drbdmeta: fix bug with ALs with small final extents
  * build,Debian: rm mail recommends
  * drbdsetup,events2,v9: allow --poll without --now
  * drbdsetup,invalidate: allow bitmap based resync after verify
  * drbdadm,sh-ll-dev: change output to "none" if diskless
  * drbd-attr/may_promote: fixes from 9.15.1
  * drbdadm,v9: allow set-gi in single node clusters
  * drbsetup,events2,v9: diff(erential) output
  * drbsetup,events2,v9: add --full output
  * v9: allow resource rename, also in drbdmon
  * drbdadm,v9: allow c-max-rate to be disabled
  * New drbd-attr Pacemaker RA
  * events2: handle mixed initial state and multicast events
  * events2: fix regression to always print resync done
- Add patch systemd-drbd-service-needs-network-online.patch�- add pie-fix.patch: explicitly pass -pie linker flag when building drbdmon.
  The Makefile explicitly passes -fPIC, thereby breaking our gcc-PIE profile.
  In addition the Makefile also ignores CXXFLAGS and LDFLAGS passed via the
  environment. Therefore fix it with this patch. This makes drbdmon a PIE
  binary (bsc#1184122, bsc#1185132).�- prepare usrmerge (boo#1029961)�- Move block-drbd back to /etc/xen/scripts (bsc#1177531)
  The change in xen.spec was reverted, but the revert was not applied
  to this pkg�- bsc#1176436, update to 9.14.0
  * pacemaker: various fixes/improvements for PM >=1.1.15
  including the 2 series; crm-fence-peer.9.sh
  * systemd dependency for drbd-proxy
  * containers: multi-arch support, especially for s390x
  * multipathd: blacklist drbd
  * drbdsetup: code refactoring and improvements,
  as well as tests for events2!
  add "may_promote", "promotion_score". See man page.
  * build: compile fixes for gcc-10; CI pipeline
  * handlers: add "disconnected"
- Remove patch crm-fence-peer-pacemaker2-issue2.patch (included)
  Remove patch link-error-setup_option.patch (included)�- bsc#1176065, fail to get master id from cib xml in fence handler
  Add patch crm-fence-peer-pacemaker2-issue2.patch�- bsc#1172641, fix the link error of setup_option.
  Add patch link-error-setup_option.patch�- bsc#1171419, Update to 9.13.0
  * crm-fence-peer{,.9}.sh: detect Pacemaker 2 promotable clones
  * submodules: switch to https, which makes it easier to clone
  if you are behind some weird company firewalls.
  * drbd.service: start pacemaker before drbd-proxy
  * windrbd: various new commands including create-resource-from-url,
  set-syslog-ip, scan-partitions-for-minor, install-bus-device,
  remove-bus-device
- Remove patch crm-fence-peer-pacemaker2.patch�- bsc#1166200 ,fix crm-fence-peer regex issue with pacemaker 2.
- Add patch crm-fence-peer-pacemaker2.patch�- Update to 9.12.0
  * drbd.ocf: new wrc_timeout param, fail on attach failure,
  remove_master_score_if_peer_primary param,
  fail_promote_early_if_peer_primary param, improved helper logging
  no error if wait-connect fails
  * drbdadm,v9: fix dumping meta-disk in corner case
  * crm-fence-peer.9.sh: fix Pacemaker 2 compat
  * drbdsetup,v9: fixes for various json output corner cases
  * drbdsetup,all: prepare for netlink changes (linux v5.2+)
  * drbdadm,v9: fix a check for setting up connections multiple times
  * init: setup file backed loop devices (mapping from LINSTOR)
  * rr-conflict: add retry-connect option (>=drbd 9.0.20)
  * drbdmon: 256/16 colors; events2 handler improvements
  * drbdsetup,v9: new flag: force-resync (>=drbd 9.0.21)
- Remove netlink-prepare-for-kernel-v5.2.patch
  Remove netlink-Add-NLA_F_NESTED-flag-to-nested-attribute.patch
  Remove cibadmin-return-code-convert.patch in 144c8cc1d�- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
  shortcut through the -mini flavors.�- Remove obsolete Groups tag (fate#326485)�- bsc#1145296, fix the wrong return code with cib_apply_diff
  Add patch cibadmin-return-code-convert.patch�- Support Kernel 5.2, bsc#1149945 and bsc#1144702
- Add patch netlink-prepare-for-kernel-v5.2.patch
  Add patch netlink-Add-NLA_F_NESTED-flag-to-nested-attribute.patch�- Update to 9.10.0
  * drbdmon: limit desplay lenght, minor fixes
  * drbdsetup,v9: avoid underflow when resync regresses
  * drbdmeta,v9: allow huge (~1PB volumes)
  * drbdsetup,v9: add allow-remote-read flag(9.0.19)
  * docker: switch to UBI images
  * doc: update JA doc�- In our effort to make /etc fully admin controlled, move /etc/xen/scripts
  to libexec/xen/scripts�- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut the build queues by allowing usage of systemd-mini�- Update to 9.9.0
  * drbdadm,v9: do not ignore stacked/upper implicit paths.
  * docker: provide initial integration.
  * doc,v9: document transport keyword
  * drbdmeta,v9: support for PMEM activity log format
  * drbdadm: allow faking of drbdsetup show output
  * drbdmeta,v9: fix forget-peer�- Update to 9.8.0
  * i18n: use propper po files
  * v9,stacked: allow node-id in stacked section
  but one should not use stacked with v9 anyways
  * dry run: remove trailing white space
  This eases test integration.
  Mentioned here because strictly speaking output changed.
  * regression tests: if at ./configure time "clitest" is detected,
  one can run tests via "make test". Target is a noop otherwise.
  * drbdsetup,v9: fix wait-for (same patch as in 9.7.1)
  * doc,v9:  require-drbd-module-version-*, events2 --now --poll
  * drbdadm,v9: allow stacked-on-top-of sections without address
  * drbdadm,v9: bring up only the correct paths in multi-site scenaios.
  * drbdadm,v9: fix parser segfault if node-id is missing.
  * tests: require that they pass on release.
  * drbdsetup,v9: fix key collision in show --json.
- bsc#1121794, use drbd9 man pages.�- Update to 9.7.0
  * drbdadm,v9,v84: fix resync-after
  * drbd.ocf: connect_only_after_promote, require kernel version
  * drbdmon: display resync progress
  * parser,v9: require-drbd-module-version
  * windrbd: add WinDRBD support�- bsc#1115606. Update to new upstream release 9.6.0
  * usage-count: also count notty users if possible.
  * drbd-overview: remove it, we have drbdtop/drbdmon. saves all the Perl deps.
  * drbdmon: update frequency limiting, debug log for drbdevents, use
  altbuffer,...
  * drbdsetup show: on 9 allow json output.
  mainly used in our CI, don't expect a stable field names yet.
  * drbdsetup satus: on 9 fix json output to not include NaN/Infinity
  * allow higher resync rates: first customers hit a limit. this requires an
  updated kernel module as well (e.g., 9.0.16)
  * init: fix some 8-only leftovers (sh-b-pri), sanitize the retry logic
  * doc: document various 9 features that got forgotten (e.g., quorum-lost)
  * build: various small fixes that popped up while playing with meson
- Remove patch: skip_sh-b-pri_in_v9.patch fix in ace704aac�- Update to 9.5.0
  * drbdmon: allow to start in problems view (--problems)
  * drbdadm,v9: fix always failing stacked handlers from kernel
  * drbdadm,v9: adjust now hands over the information that a
  diskfull->diskless change was intentional.
  * drbdadm,v9: adjust verifies now IPs
- Remove patch: fix_call_khelper_with_stack.patch in 60ec9fa68�- Update to 9.4.0
  * drbdmeta: don't exit with negative return codes
  * usage counts: only register if we know driver version
  * drbdsetup,v9: expose detailed verify/resync statistics
  * drbdsetup,v9,json: saner types for client/peer-client/quorum
  on --json
  * drbdsetup,v9: expose client/peer-client in status if !isatty()
- Including fix for SLE12SP3:
  bsc#1064402, remove hardcoded local5 of logfacility
  bsc#1037109, drbdmeta does not propagate full bitmap�- bsc#1090167, Update to 9.3.1
  * update to Japanese man pages
  * fixes for stacking in drbd-9.0
  * fixes for proxy support in drbd-9.0
  * fix adjusting --bitmap=no peer to diskfull
  * VCS: typos and fixes for stacked resources
- Remove upstream patch Fix-no-bitmap-allocate-for-stacked-res.patch
- Remove upstream patch Support-pass-force-to-dump-md.patch
- Remove patch fix-segfault-up-stacked-resource.patch with
  upstream fix 74b1cbb274
- drbdadm v84: fixup for disable-write-same
- Fix IPv4 & IPv6 address comparisons for 'drbdadm adjust'�- bsc#1077176, pass the string to backend.
- bsc#1058770, fix kernel trace while starting
  sync stacked drbd
- Add patch Fix-no-bitmap-allocate-for-stacked-res.patch
- Add patch Support-pass-force-to-dump-md.patch�- bsc#1076936, from bwiedemann@suse.com.
  Reproducible builds support merged in upstream, but
  the changes in spec is lost.�- bsc#1074169, Update to 9.2.0
  * Japanese man pages
  * initial vertias cluster agent support
  * quorum integration (including agents)
  * improve drbd9 (mesh)/drbd-proxy integration
  * pull fixups from 9.1.1 branch
  * switch to github
  * drbdmon: page naviagation
  * debian: add mount as dependency�- bsc#1061145, fencing is moved from disk secion to net
  Add move_fencing_from_disk_to_net_in_example.patch
- bsc#1061147, skip running drbdadm sh-b-pri in drbd9
  Add skip_sh-b-pri_in_v9.patch�- Update to 9.1.0
  * allow events2 --now polling
  * fix ambiguous inheritance for peer-device-options
  * fixup fallback path for BLKZEROOUT for older kernels
  * fix v9 proxy support
  * modernized XEN scripts
  * reproducible builds support
  * create-md --force for v8.4 (for compat to v9)
  * fix cstate output
  * resize: give resize more time (same as attach)
  * drbdmon: peer-device status, version info, node name
  * "drbdadm status" for v8.4
  * set peer-device-options only once
- Remove Update-block-drbd-script-to-support-xen.patch�- fate#323392, enable drbdmon which imported in 8.9.10�- bsc#1052352, support block drbd for legacy format.
- Add Update-block-drbd-script-to-support-xen.patch�- bsc#1048671, Fix handler called from kernel always invalid
  for stacking resource
- Add fix_call_khelper_with_stack.patch�- Update to v9.0.0
  * drbd udev: fix inconsistent inheritance of implicit volumes
  * Fix regressions of the out-of-the-box DRBD 8.4 experience
  * DrbdMon: can now focus on "problem" resources
  * v9: support new option on_no_quorum
  * drbdadm: fix segfaults, improve error reporting
  * adjust: fix deleting unrelated peer(s) on "adjust resource:specific-peer"
  * drbdmeta create-md/convert: fix check for existing external meta-data
- Merged into upstream, remove Pass-md_index-information-to-detect_md.patch�- bsc#1032074, fix Inconsistent metadata after upgrade
- Add Pass-md_index-information-to-detect_md.patch
  * will be merged into upstream in v8.9.12�- Update to v8.9.11
  * No source changes from v8.9.11rc1�- Disable quorum in default configuration (bsc#1032142)
- Add 0001-Disable-quorum-in-default-configuration-bsc-1032142.patch�- Update to v8.9.11rc1
- OCF resource agent and crm-fence-peer for drbd9
  introduce quorum support
  JSON output fixes
  set bitmap to 0 on metadata creation
- Remove patch support-drbd9-ra.patch
  Remove patch initialize-node-id-when-create-md.patch
- Corresponding user space change of bsc#1031299�- Update to v8.9.10 for drbd9.0.6 and drbdmanage
- new drbdmon tool
  drbdadm parser got faster
  send SIGKILL to childs if parent drbdadm dies
  compat fixes for linux kernel�- Remove obsolete Requires for pre/post install sections�- bsc#1025585, update to v8.9.8
- Remove patch zeroout-discard-devices.patch
  Remove patch service-mod.patch�- bsc#1006105, initialize node id when creating md.
- Add patch initialize-node-id-when-create-md.patch�- bsc#990834, remove the warning with experimental.
- Add warning when using multiple nodes.�- bsc#986215, fix segfault of up a DRBD9 stacked resource.
- Add patch fix-segfault-up-stacked-resource.patch�- bsc#986784, fix DRBD9 stacked resource could not started by RA.�- bsc#972886, add pkg-config as build requirement to ensure udev's
  rules directory will be detected at build time�- fate#320495. Support ha resource agent of drbd9.
  Add patch support-drbd9-ra.patch�- bsc#955177, fence when another node pacemaker shutdown.
  add patch fence-after-pacemaker-down.patch�- Update to v8.9.6
  * Call "drbdsetup resize" only as often as necessary on
    "drbdadm resize"
  * Disconnect connection first on single path deletion from connection
  * Add unfence-peer handler
  * Fix "drbdadm adjust" for proxy configurations�- bsc#967753. Fix different udev rules folder in Leap and openSUSE.�- Update to v8.9.5
  * add support for new disk option
    'rs-discard-granularity' (module v8.4.7)
  * add support for new disk option
    'discard-zeroes-if-aligned' (module v8.4.7)
  * add support for v9 "path" commands
  * doc improvements/corrections
  * improvements to drbd ocf resource agent
    and pacemaker "constraint based fencing"
    (crm-fence-peer.sh)
  * drbd-overview improvements
  * Add an autoconf switch for building without man pages
  * Fix compatibility with the musl C library
  * Introduce the concept of paths within a connection to
    the config file; add support for paths to drbdadm adjust
  * Allow multiple connection-mesh statements within one resource
  * Document peer-device-options on the drbd-9.0 man pages
  * increase the lower boundary for al-extents from 7 to 67;
    drbdadm clamps al-extents to 67 implicitly if you configures
    something lower than 67
  * Document the events2 command on the drbd-8.4 man page
  * Fix environment variables for handlers
  * Rewrite the parser for configure options; Reuse the data
    structures describing drbdsetup options
  * No longer try to set peer-device-options with the connect
    or attach commands; Only do it with the up and attach commands
  * Fixed issues with stderr messages might go into arbitrary FDs
  * Allow recursive includes; drbdadm includes each config
    file only once
  * Fix parsing cut-off proxy sections
  * When converting 8.4 to 9.0 meta-data produce meta-data the drbd9
    kernel driver will accept
  * Obey max-peers for all volumes when creating meta-data
  * Do not re-register at usage.drbd.org when the module is not
    loaded when drbdadm is invoked�- BSC#949045. Remove execute of drbd.service.
- Add patch service-mod.patch�- Fate#317940. Support zeroout/discard instead of zap-devices
- Add patch zeroout-discard-devices.patch
- Remove zap-devices-xml.patch and zap-devices.patch�- Add Patch zap-devices-xml.patch and zap-devices.patch
  for user space entrance to zap-devices of new-current-uuid.
- Patch fix-libdir-in-Makefile.patch�- Upgrade to released v8.9.2 for Fate#317940
  * change systemd unit file: basically just call the init script
  * make some previously hardcoded timeouts configurable
  * drbdadm: New command peer-device-options
  * drbd 9: Move max_buffers to net_conf
  * drbd 9: Log errors to syslog if stderr is not available
  * init script: fixes for stacked resources
  * fix regression corner cases in bitmap size calculation
  * allow create-md to initialize peer-max-bio-size to 1M
  * drbd 9: make transport selectable
  * fix aggregating drbdsetup / drbdmeta exit statii
  * some documentation fixes (content and build)
  * added direct-connect command
  * incompatible drbd-9 metadata format change. use: node_id as index for
    peer_md instead of the bitmap_index
  * drbdadm/meta/usage_cnt: ensure output is visible
  * drbdsetup: fix arguments for all commands expecting a peer_device
  * exit codes: redefine E_USAGE to 1 (not 3)
  * some build changes
  * init script: on start, first try to load the module
  * drbdsetup events2: Improve how timestamps are assigned
  * udev rules (symlinks in /dev/by-res and by-disk) got fixed
  * Fixed upper limit for drbd-8.4 activity log entries
  * many fixes to drbdadm adjust and proxy commands for drbd-9
  * rhcs_fence: Do not invoke fence agents in parallel, rewrite in bash
  * drbdsetup events2 is now also available in drbd-8.4 (backported from
    drbd-9)
  * reorganized the repository have common code for drbd-9, drbd-8.4
    and drbd-8.3 only once
  * Fix drbd.ocf for resources without volume 0�- Upgrade to v8.9.2rc2 with _service file for latest git�- modify spec to set %attr(700,root,root) to %{_sysconfdir}/xen explicitly
  to avoid mismatch with xen-tools/xen-xend-tools.�- add to drbd-utils.spec
  Obsoletes: drbd < 8.4.5�- Delete requires for drbd-kmp for drbd driver is built in kernel
  since 8.4.5�/bin/sh�/bin/sh�/bin/sh�/bin/sh�drbd-bash-completion�drbd-pacemaker�drbd-udev�ibs-arm-6 1684427262�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	���
���������
��������������������������������������������������������� ���!���"���#���$���%���&���'���(���)���*���+���,���-���.���/���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���T���U���V���W���X���Y���Z���[���\���]���^���_���`���a���b���c���d���e���f���g���h���i���j���k���l���m���n�����������������������������������������������������������������������������������������������������������������������������������������9.19.0-150400.3.17.1�9.19.0��9.19.0�9.19.0�9.19.0-150400.3.17.1�9.19.0-150400.3.17.1�������������9.19.0�9.19.0�9.19.0�������������������������������������������������������������������������������������������������������������������������	���
���
���
���������������������������������
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������drbd.conf�drbd.d�global_common.conf�multipath�conf.d�drbd.conf�drbdadm�drbdmeta�drbdmon�drbdsetup�drbd�crm-fence-peer.9.sh�crm-unfence-peer.9.sh�drbdadm-83�drbdadm-84�drbdsetup-83�drbdsetup-84�notify-emergency-reboot.sh�notify-emergency-shutdown.sh�notify-io-error.sh�notify-out-of-sync.sh�notify-pri-lost-after-sb.sh�notify-pri-lost.sh�notify-pri-on-incon-degr.sh�notify-split-brain.sh�notify.sh�outdate-peer.sh�scripts�drbd�drbd-service-shim.sh�drbd-wait-promotable.sh�ocf.ra.wrapper.sh�snapshot-resync-target-lvm.sh�stonith_admin-fence-peer.sh�unsnapshot-resync-target-lvm.sh�ocf�resource.d�linbit�drbd�drbd-attr�drbd.shellfuncs.sh�drbd-lvchange@.service�drbd-promote@.service�drbd-reconfigure-suspend-or-error@.service�drbd-services@.target�drbd-wait-promotable@.service�drbd.service�drbd@.service�drbd@.target�ocf.ra@.service�drbd.conf�65-drbd.rules�drbdadm�drbd-utils�ChangeLog�README.md�drbd.conf.example�drbd-utils�COPYING�drbd.conf-8.4.5.gz�drbd.conf-9.0.5.gz�drbd.conf.5.gz�drbd-8.4.8.gz�drbd-9.0.8.gz�drbd.8.gz�drbdadm-8.4.8.gz�drbdadm-9.0.8.gz�drbdadm.8.gz�drbdmeta-8.4.8.gz�drbdmeta-9.0.8.gz�drbdmeta.8.gz�drbdmon-9.0.8.gz�drbdmon.8.gz�drbdsetup-8.4.8.gz�drbdsetup-9.0.8.gz�drbdsetup.8.gz�drbd.conf-8.3.5.gz�drbd.conf-8.4.5.gz�drbd.conf-9.0.5.gz�drbd.conf.5.gz�drbd-lvchange@.service.7.gz�drbd-promote@.service.7.gz�drbd-reconfigure-suspend-or-error@.service.7.gz�drbd-services@.target.7.gz�drbd-wait-promotable@.service.7.gz�drbd.service.7.gz�drbd@.service.7.gz�drbd@.target.7.gz�ocf.ra@.service.7.gz�ocf_linbit_drbd-attr.7.gz�ocf_linbit_drbd.7.gz�drbd-8.3.8.gz�drbd-8.4.8.gz�drbd-9.0.8.gz�drbd.8.gz�drbdadm-8.3.8.gz�drbdadm-8.4.8.gz�drbdadm-9.0.8.gz�drbdadm.8.gz�drbdmeta-8.3.8.gz�drbdmeta-8.4.8.gz�drbdmeta-9.0.8.gz�drbdmeta.8.gz�drbdmon-9.0.8.gz�drbdmon.8.gz�drbdsetup-8.3.8.gz�drbdsetup-8.4.8.gz�drbdsetup-9.0.8.gz�drbdsetup.8.gz�drbd�/etc/�/etc/drbd.d/�/etc/multipath/�/etc/multipath/conf.d/�/sbin/�/usr/lib/�/usr/lib/drbd/�/usr/lib/drbd/scripts/�/usr/lib/ocf/�/usr/lib/ocf/resource.d/�/usr/lib/ocf/resource.d/linbit/�/usr/lib/systemd/system/�/usr/lib/tmpfiles.d/�/usr/lib/udev/rules.d/�/usr/share/bash-completion/completions/�/usr/share/doc/packages/�/usr/share/doc/packages/drbd-utils/�/usr/share/licenses/�/usr/share/licenses/drbd-utils/�/usr/share/man/ja/man5/�/usr/share/man/ja/man8/�/usr/share/man/man5/�/usr/share/man/man7/�/usr/share/man/man8/�/var/lib/�-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:29043/SUSE_SLE-15-SP4_Update/018cdf90e5a2e1c004501a5677994cd5-drbd-utils.SUSE_SLE-15-SP4_Update�drpm�xz�5�aarch64-suse-linux�������������������������������������������������	���
������������������������������������������������������
���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ASCII text�directory�ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=397f2f1d94e70575450c81d7e9f9cd2575835310, 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]=1335f46c88a6d28f2d80b970c41127d8108092ce, 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]=00b9d78941a6c30be191ca67648d566fc9e4cfc3, 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]=d41f3cf05c003ff37876717782da84a09625150a, for GNU/Linux 3.7.0, stripped�Bourne-Again shell script, UTF-8 Unicode text executable��ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9eb12bd2f561371cb5b331101b60b400cd27e907, 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]=eee4566c81cf9275714438d944037a9fe7376bbc, 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]=cb762fc020fc54416f3e83ea5538f66572d94e3c, 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]=f142ac6be70c435a8620d2c01e75b9186acb3d15, for GNU/Linux 3.7.0, stripped�Bourne-Again shell script, ASCII text executable�POSIX shell script, ASCII text executable�ASCII text, with very long lines�troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)�troff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)�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)������������������������������������	��������������������"���'���+�����������������������������������/���0�������1���2���3���4���5���6�������������������7���8���9������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������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���Yl4��\���ԩ�ԥYgif [ ! -e /lib/drbd ]; then
  ln -sf /usr/lib/drbd /lib/drbd
fi�/bin/sh����utf-8�ee686e2be154dd7960b46d1f484d8c421a2a2e2b7359a84010016486eaab39e7��������?������P����7zXZ��
����!���t/��5�]�"�k�%~�jn	��U���$
���:�_�?�)�]&�����:�ۑ���Q�T[�|~	(�N�Y��fm����!�I���������HĺB�l�mߐ�MT��aJ*�mp��e�-���ʔ\@�N���w%g$�@I�w����^��R(�qi���8ޡ9ֽ�(�b��D��`��y��XN|PQ<������@9�'R�Y��F��NkYݐ����L�BH��a30���R�>Xj���O+'��o���f�� �Kš1!n�M�>����&[(���4�?����̞̋��̮�J������D���r���O�Ú�庱��s�#�~
5���ȹ9©
��sEa��)n���U�+i^?V�2/]y�{NC�M� ��A+!#��)n2��M@�p� ��|8tݙ�ݨ��`��u}�r��1j���
b��q%1�0��Eɔ����%Ę�^�La�6�eW#H�J���f!۬�﨔_��<lt'��C�16s�,>�VZ2ݶ	\A��%g7|����N��/�� ��2���3�YcڿL���N벎�/�
:Z%��2Ć��;�UWB)�洔��EtsT�D���L�B��$����7a����9Rcf����&�rt5X��wWKy�6�?����4�lat�ػ2\.8��&ъ�w`v�lb%2e"��\�=a��vZ!��Y�T=�k���J
�԰`͈f�@��2��\(s#L��3Fچ`��Uz%ra���-��XPz{������2�x�F�˕�� 8�
MFS"�O�-[����p�`�-�Y��g.�����P=,�_�c��ł��U�b
�9M�/�LJ�|n����:e�k*i�����]p�|�jJHŮS�C_8G��K�M!wC��I�s�tɶHWZ`*�_?/ȱ�zi���$`��+UM�����\�X��,���.��O�6
��F-N����:�;��&I�D
���[ؓ��w���HIŰX�k��Y�E������y.1�B���;�����Y쬺CY[Z��[��M;��K�e��6��h�����W�ҥ[����>�s��O�� ��s]��Y��(Y�a�*t�m�O�~�t퍈����n� f�`���l����3�7�v�jv�z��\
)�X`bR�z���IF�Q�:B�*M��n|J��NS�7��_������?���H���;?���:xm���"��	ф���c��ӹ��S�j��ˊV@N�/#��3�n�c���ן�5�
�B�����X�Hu��,Ž=��#��gld�9.���7,,�~�\�?y�-[�
���d�X�����7��p����C���1�Go�3�Q�����I���EM�F� �=�L�D�&��ަ�Gf|͖L�4r�|M��nU��Wf1���3�Na�ߘ�(�f_���yS�<]P���Qd��8
d��MO���u�m}u��Eo��r���&oG���Ai�,$��U_,]��$��6���7x�͟N^0���۪U��5
ġ*�M�/�-.���-��I��l�^.�wqK|<Ti�GS�2��{�v���;��N�t?g"��oPW��Խ|��F�ۚu�N�FZD��Q$�?d��� ��
ΕJˊnK�U�Oڑ՜�K�*��
�܎Q�F�9�=Ɨ�Υj~ut�2C�d 4�B��jH�ă�\��Lا1�wNS��:�Hb�������H�r*>�[��4�W��a������$fW/v�A����"aͨ; 	��#�-��3�YS���%�2�(֫~6S iuV�w��Sc+
nE*o����C��NV&�pW*���^zA�Ҫ���7
�.�`6*�Y��{
�u�楷8`���B�e9�Y!�Z�x8v�?C�`��iB=?n%~t/���r���]�����Y���p֍�	�sDTo4GY�NB�e���=*����m�TH�5�h��
L?�Жd��f<�w~�K�m*�x�3n�IM�A����?	�!��3h�2�B�Ϻ���J���B�v�m��$FVwo�!3����ϣ�ї�Ԗ�E"ېn��O�Y8˒�Y�4�����e-�mW��(���3��7��#�<����v���y�֏�$��#r��IKF�h}��I߀,?���X뙺,gT(E������_��L2�%�Z4^TZ滓�E|��DG�R�Oo�H#�3�ӉI��v��ES
�lB�@�Y�nN�e��݋~�ْ��ؚCom���M��P���]M��l���"��F��jD^�]`�z)=]KzY�@�1M�=��cK�p����`�n'pUp���#�^�'+������~�%ي��=�Dk>������|%=���k+Y7�xص�ͰC�uU�	�dĝ��7u�⡓��Djh6��`�_D���r�6X��#5�1���(����E�b���ow 2G_X�
��S_�����f�����M��:��.&beO��`nr}������~=�jB��S���-ɇ��;���p���ϩ�6�p�1��&��֌ZۭX/�t��n꺀-$^�Iӂظw�9$���5E(kj$�TE]�w2D���i�.�5���e*�*$��J��ʮ{�(������-�K搮���0�#��m"=��B98�N���ϒ�y^ǯg�N&�l�Iw���H�G����uT2�~�A��U"��5�?��Z]*>��ƴ�.�q������y%�]�\�RnXD8�����P��p�c��6�Du�����O�ϫWA��	���͗���'��A`���d��\d�j���+�Y;E]�<�W�����{�aЭ,
�[��[��2e����1�w&�����{u!x�:=��P��+f��r�ܫ$_S���&fa�j�5ݧqpv��F���'rڂ�>\z���'�@�2��b��D�,%��WX띕��"��"�X\�����awB����P�
�L�������g�JV�f�>g�1e��۹ɺW�ßn�OD���=6�����Rc۸ߎ0�m��ᠿE7W�-�.k2бů�Ym�}�cKgfz�U���$k2����6�*�G*�?�ƻ�jgn�Sy�¤llp�'����>uq]����	Z�1�,\�8{��8�~�y�����Bi%��k�Mm��4����
]W���P�R��������eF�a���^������6�ߟ.��E��B�������⎜N�f�|2��\BQ#��l�H��g>���yp����gt7}�}�A@��{�5�u��IS��S��_��W�ȿ-s�'C���]h����:��d{�`�k�t�T&�������M��p,
WK$��~��M���t�Q5�V�����|���>�!������x⳩PŖ\\�9����sq vӴ�
}Hӡ���kT,�ܾ�3�)�f���|]�/"C�#�V�J��ʃ�|��{�x@���>�A��l��4g��c�s�I)�_��Y]���!~Z� R��O'5��v��gfJ
j����z�!��ظg�|��e3�����8�k���y���;-ui��IH�ʑ�+�˩X�(�`�@�4�k�ļ�o�:�z��y�z/���8�	��B��\;&G�����5���?��R_�����Do����Թx�D�rؔ}�̲�	�T\��I'��$�5ev��:�@��]h�Rn��fzZ���˶µG�:]�%���p�$GOw1[ᵹFE�&>!C�G����x@M���Zˠ�
h	��U�F�IZ�&���M�1�=����D*.���K~��`I��N�}Qv��-@H%e��#n.�}`����kQ���Nސ4��6�@%��N�jU����iy�O�D���~09C��K�L*
~�
�1�~v|hW��Qܡ9��}]�Q羈}hV{������z ��Ѣm��ݡ�8#o.�N���7�;e��G^��KQ%���x9��x�#m[�B\�I�)A�̤N��i��[$.r���R,�?ORn��@`�?��.WJu�}�����'T���|BtK�E�y����eO�-
���������4�@��'����&�m�lp3�]f�'�T/�'E��
|mSsH�`�=@I?V@/���w��.ꐔ{�DO�RC��
��4#����ڑS��<#�N�OE�o5���,�®�� ��J�4�#P�1F�����sy�15�9��T�ɯ6����^�<1�)����x��6��H��:����٘�`���x�����P�3/�(&��D�� �Qg$��m|��'PD��΂yM�x.��9�n�>
kb~��6D;b�I"]��Nc��2j4}y���A�i�)�#~��ļ�S3UcVgj
ʮ5��A1�U�x��#��_uS�xG���I,�صlcVN��@61a���2�J]Oz9	M���;?���2�aX�f�#�������;p8B���f���Df|%t��������ٗ|ǀ�#�ZƖ��nd�(�|vh��y0�&AL��Ad�-Z�V���l>�?W���'�?���L�d���*�g�ppĞ�X�W���ˇM�m��d�S��K�S�$�V�4P��ʙ��Ų���~C
N�6=�k5���f��`o�W>\kx���
ލ��۟�3I��a%��Ѹ���h����p[�x�7����G4���Z�%�7cSX=�5#�8��|���^��!B�	�1�AO��p�e�5T�_��ӫ	
(q�Պ��V�#�Ċ�u�=�S�d)��8څ7�VkmP�����Z�+o:��l���i���rj���D���Q��]��tƋL�=j�B
8�u�^wV��t�J,����LRU��N�����o���h��"���KW�
4g/x
5)?��,#�����+@�}|�Ӏ-;�
�g�ݿ0��_��t�l���j�~:��C���g4�}I3����;b������;���U��(|@)��<~�'@�j��j���ݍ�����Y7���wk��IW���
���I���AgE6܊�cF���`�g�&�v�ޑc}�j;��	�A�����F�c����Wb��t%(
���v��[c�����C�V8zq!*6F�=m�"�l��~�N���sp*��˴��os'} ���Q����~��e2Y��b\?a�a�8����.���R8�(ԒL���d�ta-�=���q��x�V���s�}��$��o�����K_��?K��m�4rs�h��Z�]�����Z��L@�)6$ z�d�9L���5�{!�;��5_�������y�Ǹ�̓��ՏĪ�${���*��Vn�R�y	}D���̊i���)�Irl'������ɡQ{�,/Vr���5���9���./��	�ȅrޣP��-7I����o �����y[�3@.Xz6��G�_�?p�>'t�����]r%2+A|���#a�#�t=r(�:�s+�x��~oM��|0"}dh[j�~a���n;�ß
Zpo�����G��u��{�%9�����Kѧm]�Jű��	(ӊ]|/Ѭ�r",u
L�S!ہ҇�.R��'I=T�	Cһw9���B<����
n�p���W�K��W+�ȆwV��k�=6��nqM��$o���u�$�A+WQ$E��<��zAR��^t�h�Qh(�Hs������g�W|��!Bt��uy8*��z_�J���q��n��9�vv��2��Y*b`y�B3����u��2]�o�p���WɧHO&g�"Cֳ*�/Bldq��t�"�^��Wl�-v������RLq�j���6������@��:ğ�;e�|N�7n��P���QQt,��.�O��`/r�(����4��Y/X+����2<]rf���A��*ɽL�dD��N� �hg_���\'8�ϡ.����
p�H+�\>Ln�M�����o?<H����$��F.��'�O�>�N�v}�	���t� h03i���
C��jg�׼ёx؇�1Rw����Z�LM���uL�e7����P�Jz�P���Í�� >�D�(���_��d�����ƒ��R�v��h�3D"u���z�����iQ�,h�hG�NSK�@��(Y�x�H9��x�C��@���Z�z%�
܃����-°��V��P�u%)��Cx�%��0�k���];��������
YZ