dump-rmt-0.4b47-150400.1.10 >  A bvGp9|W@uޞzhrgM!˾d^ticSle+.ή1˜ǣi]ެ&%i1=Tӧh7IxPɻЯ-zWlA5O~#k PZr yzrg1IP!19ΒҐlg)x+byDMiŠ@3'mC+ORt_~N{D3[/+@6_49fc228b296d3ddbbea9349c27b2a6490bd54e8e0443a18b0f6c10202259f829136281ebcc9c1e6f00229b8d3601477e3f815464cPlbvGp9|JmO.OBlLm?Y(i ip5ۛW&ӣ@4S=dS{b\F zF*i^HXP2{26`=W}e-0D@5w(}kbL׸Ws}DK:_h!(|$1 H*'XsrH{mjwC/w]`F(*pEO oW#=_:,@`(':'5є? mG)>pB?d   [$(48Qr    , L  LlT(8 9 : >d@lFtGHIXY\](^abcwdefluv wPxpyzCdump-rmt0.4b47150400.1.10Provides certain programs with access to remote tape devicesThe rmt utility provides remote access to tape devices for programs like dump (a filesystem backup program), restore (a program for restoring files from a backup), tar (an archiving program) and cpio.bvibs-arm-4'SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Archiving/Backuphttp://dump.sourceforge.netlinuxaarch64/usr/sbin/update-alternatives --force \ --install /usr/bin/rmt rmt /usr/bin/ermt 20 \ --slave /usr/share/man/man1/rmt.1.gz rmt.1.gz /usr/share/man/man1/ermt.1.gzif [ ! -f /usr/bin/ermt ] ; then "/usr/sbin/update-alternatives" --remove rmt /usr/bin/ermt fi  WA큤bvbvbvbvbvW\bvbv45b6940360ee2350e774e0432207174dd9f1d74ece19f3be25966bbcbe0cf862ab52b63f592e9ce6792b3e03adea6fe74853e1736b0dfc5b26fb0349c20df311649eb3d5aea7637f29ef4f9b579276ca5ab7154664c9fe362331fc05ca66523f/etc/alternatives/rmt/etc/alternatives/rmt.1.gz@@@Brootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdump-0.4b47-150400.1.10.src.rpmdump-rmtdump-rmt(aarch-64)rmt@@@@@@    /bin/sh/bin/shld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.0.4-14.6.0-14.0-15.2-14.14.3`t^YBvYBvXXUCjTgThPP@danilo.spinella@suse.comkstreitova@suse.comtchvatal@suse.comdaniel.molkentin@suse.commpluskal@suse.comsvalx@svalx.netmpluskal@suse.commpluskal@suse.comledest@gmail.comcoolo@suse.com- Update to 0.4b47: * Fix missing lzo return (Alexey Svistunov). * Fix building with OpenSSL 1.1 (Daniel Molkentin). * Fix bashisms in examples (Oleksandr Chumachenko). * Use xattrs funcs from the C library (Vaclav Dolezal). * Fix date mangling in man pages (Mike Frysinger). * Force -fcommon when building (Mike Frysinger). * Add error checking to SSL init transformation (Mike Frysinger). * Fix restore -C calls with ftruncate (Alexander Zangerl). * Restore symlink timestamps (Alexander Zangerl). - Remove upstreamed patches: * dump-0.4b43-fix-bashisms.patch * dump-0.4b46-lzo-no-return.patch * dump-0.4b46-openssl-1.1.patch - Run spec-cleaner- starting with GCC 10, the default of '-fcommon' option will change to '-fno-common'. Because dump build fails with 'fno-common', add '-fcommon' option to optflags as a temporary workaround for this problem till it's properly fixed [bsc#1160263]- Add sqlite3 dependency and enable building with it- Compile with OpenSSL 1.1 (bsc#1042637) - add patches: * dump-0.4b46-openssl-1.1.patch- Conform to packaging guidelines with update-alternatives - Clenaup with spec-cleaner- Update to 0.4b44 * Improve data throughput when using compression in dump by allowing multiple slaves to compress in parallel. Thanks to Phillip Susi for the patch. * Add dump encryption support and reorganise the whole compression/encryption code as plugins. Thanks to Bear Giles for the patch. * Add sqlite index support and reorganize the QFA code as plugins. Thanks to Bear Giles for the patch. * Lots of various build cleanups and minor bugfixes. * Use pkg-config to locate openssl dependencies to fix ermt linking. * Fix building when QFA code is disabled (Alexander Zangerl). * Fix crash with the -Q option (Alexander Zangerl). * Fix crash with legacy indexer (Alexander Zangerl). * Fix handling of the -A flag. * Fix compression enabling logic (Alexander Zangerl). * Skip unhandled fstab entries (Josef Ridky). - Add ermt (1) man page - A new version of dump have an updated make system, because of this * remove patches dump-0.4b43-configure.patch, dump-0.4b43-destdir.patch, dump-buildfix.patch * rebase patch dump-0.4b43-pathnames.patch to dump-0.4b46-pathnames.patch - Add dump-0.4b46-lzo-no-return.patch - fixing rpmlint no-return-in-nonvoid-function error in dump - Add dump-0.4b46-rmt-ermt.patch - independent rmt and ermt build, change its locations to _bindir - Cleanup spec file with spec-cleaner - Separated rmt subpackage - Alternatives system for rmt/ermt- Enable ermt support - Update dependencies- Cleanup spec file with spec-cleaner - Update urls - Add patch dump-buildfix.patch - Update to 0.4b44 * Recognize ext4 partitions in dump -w commands (Sourceforge bug [#3125587], RedHat bug #658890). * Fix an issue with multi volume backups, which breaks restoring of files which are splitted on two or more volumes and are starting on 2nd tape or later (RedHat bug #507948). * Fix a bug in dump when dumping files with holes. This bug was introduced in 0.4b42 while adding ext4 support. (Sourceforge bug #3133762). * Fix a bug in restore -P where useless index files for compressed dumps were created (Debian bug #583093). * Fix SYS_clone invocation on s390 architectures (Sourceforge bug #3303235). * Fix static builds. * Add quick regression script from Bear Giles. * Fix a bug introduced in 0.4b43 causing restore to crash when asking for a new volume when doing multi-volume restores.- fix bashisms in example scripts - add patches: * dump-0.4b43-fix-bashisms.patch- remove suse_update_config/bin/sh/bin/shibs-arm-4 16519623970.4b47-150400.1.100.4b47-150400.1.10rmtrmt.1.gzermtrmtdump-rmtREADMEermt.1.gzrmt.1.gz/etc/alternatives//usr/bin//usr/share/doc/packages//usr/share/doc/packages/dump-rmt//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 -gobs://build.suse.de/SUSE:SLE-15-SP4:GA/standard/c63c12d9ca96ddebe4c81c6d34ac2ffa-dumpcpioxz5aarch64-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/dump-0.4b47-150400.1.10.aarch64/etc/alternatives/rmt' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/dump-0.4b47-150400.1.10.aarch64/etc/alternatives/rmt.1.gz' (No such file or directory)ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=53be9a155cad5cd0dbefa68fca4100518f3ed252, for GNU/Linux 3.7.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRcHR# ڶutf-8121ab9987e490d001561cb7d870d9319ae749645d4567e0e8ebb85cb6497db7e?7zXZ !t/)/] cao^Js$t3w>zX DnsXm*ǎOyXI:`D"-Z+W }yDPz`&: U5l4؀82F}54;YE-.S1zeƝ_Yti#*PhtBxe܉ SkQ@؝KG+PCY]ZY){dnH=GGMKPy̽[ll^*O$48?U\-ݏֳEjD`ƒ8 [ES%GG@;P'etQ̋WbHnhz~%ٚY=&+W )le6)\~${H܁ 9scOi 9ij]aҫLeGgFҌ[-ov3S/~R͸S5lT4`7ԩcR΅룀]^t2r95I˚'LL.;jAj[x-P4$wtX56.f4H%*q%1O~3[M#;`gX-nFy-I܎hO)'T;&_%w~wi_l Nl`ќQ/{ibV޿咂hqF<p^ 8n*4RIgV|/.1 >YZ#vI{qyF:0nvB}xF,[1N[kzdcdu/DWjtn`Ȗeqj<'WR^]'PWE;;O b"ҦZM{of 9J)hb)[HDW"j&!mZ`>;|110o~/ ]h[fqx"`I't9>=&fdlETqVX!W7]ףbЊ`X؟qdss1_]{ V" [6ó?a:)oSk2ot *h+ YbθCRVbgm!H~hxOȀ`B" Phj}"hq8$OnвMn%rNHs6;TQ@F̓. 6G=m42;?w"l4Ӯۭ FQ(ea_8 );A;-9>l+ 5#1ڨgx`oYT V棥cNts'sO^tTQ4v]N?8#&YOmI~_ƪz,e |4:+`Tt˵^']X[{32Q:ze 0s5"drA!}j7蔜.jpӌgAUb[ϤnKJtIԭr#u`ja-I?L"T"Rg 浙]n+ c&&{:ۅl 1i~+۶yӎ |vOQ:SEIih&2}a=; ʼ&tW1jra!-nQg= ZӾF0ƟM]9踊‰LF[˚EҁDbiಁ~4A+gqD#/Z@1aiK6%:6ppa1Ҭ!VRxMlԔtDŽ +`-|MOə^8ςc!X 7σsGjZx{[8~jUݎLP<]Xkx%/)΃Xp񷼧{hݧ ]Z %KwRyc CȜ5D4=$9WU،ꉞRM/1˂UH||2}(ػ֖*ˍa+#3CÙk4[`kz;o6DƖ\UX9q`a]&az5x! v~ ddfI >7+jaг}XrjṀ"ʔIVn[Oc\"cP*G!*k2K*Ul֨HggkZAuvi@dyxkډZw(0^}Nl~6indQ2Ac>'FOUL"  srT/oQyCe%jf{9Idߤi tV5Po>'kjI$gxFk-!djÆ@\̹r%(f TJ\.8+t4[+Wlrm3udfj]՗{%/KξC:D̓sVo{XJ @JOhP"h*;T}gJ?̶\s;M!{=iڟ,g1ZIZ;2^|W*=ޣt؈Y~[#?$"}CPt+̛av :Aj|iNcZx E%|7܏n~/T~OD,A]5F̕6Xs0Y(gq{Qoh#!)1_@=T CV 9bmx@CD'/xbPa,䅢du_(+= A3qxq/yܬԏ > XWk`V>ΊF'3QܢH2&ecYV;Xjg*UΊJJvuM-m w,7` 'UZ}\(㋷Z&툿ȶso"(zi؄R]-S#H3A$k W-n#u#ߕA>:7@ .;t=%#4>ѫjNxxMMD^Jo_h,wt-T+[P0@f)^ a73r`0sÒ/)'ęZPE eXNf9&S.Y-I駎m_M]: #ill\00,dx&ZK9ژML[vz\G ^Z MPhȞeĭEH*@5ӭۤK46r\@JB| 5 {Rqxқ5-YDn&W"R'0^aWA]CSh҃>%r!u>,X1mx& N ~iU[I9喰hqe{F9bMlүtG36eN#gHsՀ`'UެB/5=K'*et"ʁRHG_ ?5 |M> '0OۄQXov6uɊ[1 S`ĔB(ר+-I sM( KRҶ;,ypċVC  Ӳ7L{lK@WDe뾥Zhc[_'wZ!>TF=!-80e%nIH51^2üpY~Um/!3~/ts==ouAA},l:>>r|Q`ɿ#|-{Bl.Z1qe<M$ m#).ktևCw$Qdi{p""z!Π`9y~@TeSI-x\5|?W,h̍60s>3eaUHIQS;ӻEy} MAdK+lUvl1Yawճ*Z~L&<1]LodK4PE&Y[YD6K06ߖi?`oXt>oXXX\CMQzX 铓N?N$CR֥L6V׬~ί#/,e(^a7Z RޫE>trIO-l }0:ŋ $idT1}ZtTN[Wy"Ww-;YLFq(pg&=~ZA-3]Pa֎@'j|OTN,(Ң7 :|\Ul~ΤMoGۙ,p0j*fC|+}(Kdp 0($mk2UGh\v7(OedbR}ʣ<"d`z:=!tD+>Q3Tչ=/zl# 6fo^zsy:k=aE˪FX3J?gO9a]~lǁV^P ET< D¢V~lXĔlfINn.PY=Ev.*1 8>,+эȚ@2HADW2 6njN;P#YA\h:_zIJ`J)3M^?zXK` 'L}'O8fDl f4\pm;kxf_9Hš \.ADy>(]Ko!@jx{=w.e4ago!A_~!6b:BίKL2 \RLHgSp_8bQ~mfc[t-e<̶wt۝:uJ12ձm$qV&H`Utg.?'.Et t'$MY^bi~;5O3.ǎ<%ond/3u]֮,vemk:Cs:v^/-*htԔILsWh&A/eLbyZ8s- <ѽRH_[CKȯhS^KV w6I[Lѿ*PQ+ũr(R>]=]Q}`A"1ڿ.ڤr$s3`z@:*  4,#9"6`5ZxRSO$W-[rVN!86\gXeQ3 Ic 4Ww.Y&hVÚ{6L75TBJ z-\_vy0dJ/ifA&̝է4 v?΍6x%3WHH-^:oeo0QCY BxsrU7Aߍ[YX,;5-KIs8߀R%ˎ29 6̴]P!&,F^XCCśChYLmP݃Emr}t`pA#zq(>t xu@켊! trXy` h,vQE+f s_^O-~q -ntabtPiyKx,MtCVjbǬ3^`DZ:7yq'ȯ!5GSQ| JdW(@Rc@?UCĂz$Ef]2@źiT9sRĆ4d-:䞢RGO3V ]N)C=&N1ԋ|ѣY|K#ɕeERKe8qp18U4Qٿ-hԘ;5FNo_h0*gs3"\&3 aXvZba`@M& 7D\.A^ƸVX pU+dž/(Tc\{.Y1,JL dҼ!b%=[ծTF\^Z!qV-'rDͅwvlƘb2P2%E|E,K #n{mU yMQ. 5Պs?YQGh@,A+Cgs ||"]MN8.^'0tiMkn0u.ap G` jiRߺ$#QC4yj_.\XͰsc曡ѥ XF*l&6ucN7ߓk±W}*BX\#4Vm!8+iUGך;örI$ˢkʠyVWȧ]vvOPwv,i5r" dۖ&]aa~.8D*,d;dѢb5ŧzwsȄ'C]9]TX9ƞi#YǨ)C`ڗZ'9p\rKasq=] 5|"0,~eH_u/Uŀ>#xqEt#X 5hXM=,Sf DHEc3% my /vP@²V[9Τר[ݡn_M UuJ(`@;6K{D-%`U˼ ,0\֪@"DȮ/'3Ѝp{@0d8 F{9| [ظy4Ә@>I҈䓞Gn0/Dh:)C(q!:Kش'V. .P<9&H_M}ꔻ;zf=o gi=*t~W r4֨L#".{WfD[`[0El@ Yt8ʰ®_Pd h?3U `j+Շg{ț̙S%m~Nh{>|M;c{42{i̷.ic5P O3(>C;y*շ7/e1Y_!JjnXB@8hz*σLӪI!( D"^,>A>KY4 wv=Yv;{m7#]'p?扽QV`qy]W9m5E @lBX.~a%]៾%>ylVe{4&.Ե$z%b|-DMΟn받Շ̀8@g2*tj6M\IBB(I:։#0;H {8Fw8A̪yBB`LRm]c[A.41iL TLᄆ3ZU9_ mP:fp7EyKvK'e6 E\ T뜥^zX{E\txߑDX5w'>@69O6p=ƌ{3Ś7Mocy6QMB#@ #! 0V0 z1~,5Wfi$"UZ(zV%L.ærTxvy3LP2vyz>Ҭ(^;\vjXS_zAHS>!jM[?])l3&#(e&1^yu6p:*l/pu@7 MSó!JM:蛘2qrA[M|O^0ʆ%$y4BblAѣEPozsެc~*42PKm̀™ 0x ^Vcz:vKD'J E<2 xQaLٝ;{(,KLB6؜ yMLɂ.= Gq|nF/Wr{i*hSn ^hT <{GJH$Ӧۚ {Rv%Nh?+NMNj2%PWUFMo#c(h=\ u^׽ɖ&'۔A! i Ȋr$.Yx :]KqЩ ᝪK;2wSdo4ǦRsl M XW S:^ך/~ʘNIM1nBKa*]1(Α0puYuɀP/a%O>$J1KX?9z4K =>ҷ$eߣ߰~2\0-*3F;NG?db%zjR,xػfs|eu+z @W9D%BF|i)w4/cs [̏$q41vY'o(-Y$Wξ\d> Log$BLNxVԧ`?͹B*|Y.4@ƶH+/lh(ՠSǘu݋/  ЁlW@ E7JʦӐδ/ֳ]OGN'@>nGK?GwldVdC{ -k0%Á;Մoˬ=I>[lV]'`H*?-Ec`Z ;c1Ͷ쑖vu ~A( g.\?hȓ+l*1O\ \|^R^c*—~ش8r NU݂}!E7{*] VJ2nDҸKtIk*Y!['V/D4XE 3k S L[_unNe.1p sաad 2 ļ^bznO{?r3ӉS!f_ o! ~A@u$WVs4]۾ш?7E4̠%d2f :essD냟yFnH!G|( -s VqS&8~.$NriYE8p7D1VhT'3wsh" pUcpxa^H@$V, br@D&Zc EY1;b3ڢWBͨ:>ioGTm$1RO:PX. `XIZT"HkV),?MgsC-n.(dI Aнi{s#F/ދee ᩮHV38,>ǝ v)BsGx1GG<7c]1ڒJ+#_(oF*uD R; Jl͝<3`@t1Õ1Ç{qф1"ӄpr dp.Dn7L6Гg:y_K=eؓ`{Ӊq^ Օ)i `lJS ¥ћRKk_D3侕ٓ$oZٵąۤgkgjy"V*e1F`DAfjoB, ƱVP@d{Znec+CxKrEVvN.[yoEП՗! 2 Yhoq|oyPOJnxp4k'8hQ RĔMA$V=8vqwqJ,H(}:=>"޺lO'XDphj欦_8X/6ǝ*=l5Kwoƶ~\D0 7pBjU!Z2S˚[ NnE,aƝM/g܏P߫6G2@dm W`]0|xײwC  HkA@5]큹 F¸6%S?RX|+.=;ڷ*X +.CRaCt:gj*WBZ΀:0r VXJ&\qՀ4๩z2|)su&RE4J-!!4FfFԔI=/b HHU.ۭ: dCgpr{li_.sWAg+DcO 1j7pO'bYFQ Mgu4y*P0gÒSFy4 Ciۘ&] JR<QA/n)%}q2@Ժz#D^=b'-=`CAk, &R!Zeb"rOzdEF3V2 ^KQ[ bD3Îm8ŵ搡/  z,RqtO=[|{W>9` YZ