update-alternatives-1.19.0.4-150000.4.7.1<>,Idhw_p9|CjgM) EHŷb|ؕute캅XNOȓ~1$odJxȒTCV2L9 99R;ֆ0Y?}T2FŨwʎ| nj[:j+("hZn*w )CķAPl_,4]hq2DRAKR:EXO ,8V mh*6̘Fv^N f*u}D>@ ?d , a IOW   8  <d D  9 ( a8 h9 : >1F7GPHpIXY\]^}bcd,e1f4l6uLvlwLxlyzCupdate-alternatives1.19.0.4150000.4.7.1Maintain symbolic links determining default commandsupdate-alternatives creates, removes, maintains and displays information about the symbolic links comprising the alternatives system. It is possible for several programs fulfilling the same or similar functions to be installed on a single system at the same time. For example, many systems have several text editors installed at once. This gives choice to the users of a system, allowing each to use a different editor, if desired, but makes it difficult for a program to make a good choice of editor to invoke if the user has not specified a particular preference.hw_h04-armsrv1fSUSE Linux Enterprise 15SUSE LLC GPL-2.0+https://www.suse.com/System/Managementhttp://ftp.de.debian.org/debian/pool/main/d/dpkg/linuxaarch64-- Migrate to new location if posix.access('var/lib/rpm/alternatives', 'x') then print("migrating update alternatives database to new location") -- We proceed even if no alternatives directory exists, such situation -- occurs in buildroot environment new_location='/var/lib/alternatives/' for i,old_file in pairs(posix.dir("var/lib/rpm/alternatives/")) do print(old_file.."\n") new_file = string.gsub(old_file, "(.*/)(.*)", new_location .. "%2") print(new_file.."\n") os.rename(old_file, new_file) end posix.rmdir('var/lib/rpm/alternatives') end -- touch file io.open('/var/log/alternatives.log', "w"):close() 0FCAA큤Ahw_hw_hw_hw_Twhw_hw_hw_a8e494a664733737e6c77f4e64557e44b27dcddda80ba187fc6405f3f98f7201ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c62654365316596fe165ac99057acfcc758866d41c6b5c46734307d4a07d220aebupdate-alternatives@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootupdate-alternatives-1.19.0.4-150000.4.7.1.src.rpmalternativesupdate-alternativesupdate-alternatives(aarch-64)@@@@     ld-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)rpmlib(BuiltinLuaScripts)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.2.2-13.0.4-14.6.0-14.0-15.2-14.14.1bOZ]@ZfZZ@Y@XW@W@WM|W5W@W@V(@Uq@Up=UUT-@pgajdos@suse.comtchvatal@suse.comdimstar@opensuse.orgmpluskal@suse.commpluskal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comp.drouand@gmail.com- break bash <-> update-alternatives cycle by coolo's rewrite of %post in lua [bsc#1195654]- Update to 1.19.0.4: * No changes in update-alternatives just match step with dpkg - Drop patch 0001-In-case-of-equal-priority-rather-update.patch * Causes issues on too eagerly regenerating stuff bsc#1075971 * Reason for this patch should no longer be needed as all python packages are singlespec * Also drop the post override- Migrate u-a data from /var/lib/rpm instead of relying on dbpath: no u-a version ever installed files explicitly into dbpath, but always hard specified /var/lib/rpm. The fact that RPM moved its database is irrelevant to update-alternatives. In case RPM moved it's database, our files are still accessible via the /var/lib/rpm symlink being put in place. - Drop the arbitrary depenency on a specific rpm version: the idea was to ensure to have an rpm with the new dbpath location in place. For one, the dependency does not work as intended, and 2nd, as the migration now happens explicitly from the old u-a admindir without relying on dbpath, is no longer needed.- Move update alternatives database to new location - Update rpm requirements to avoid unnecessary builds- Use dbpath macro for locationg rpm state directory - Require exactly same version of rpm we had when building to make sure dbpath matches- Silence the update-alternatives regen output wrt bsc#1050848 it causes more confusion than benefits- Update to 1.18.23: * Various small fixes and memleaks removed - Make sure to generate manpage - Refresh patch update-alternatives-suse.patch- Version update to 1.18.10: * Various few fixes, see changelog file in the package * Refresh patch update-alternatives-suse.patch * Remove patch dpkg-sparc.diff- Use ls . instead of * to avoid error when nothing is in alternatives directory- Require touch in post phase bnc#982336- Provide alternatives binary and alternatives = %{version} symbol- Fix bnc#969171 by updating even with equal priority * 0001-In-case-of-equal-priority-rather-update.patch - Try to autorefresh all the alternatives in post in case some of them were broken- The logfile for update-alternatives is /var/log/alternatives.log so stop using update-alternatives.log file which is empty- Update to the 1.18.4: * Rebase patch update-alternatives-suse.patch * Touch the gost file in post- Adjust to the new manpage location- Verion bump to 1.18.1: * Bump to latest upstream release * Plenty of fixes with too long changelog, see changelog file in documentation * Also fixes bnc#926749 CVE-2015-0840 * Refresh patch: + update-alternatives-suse.patch- Cleanup with spec-cleaner- Update to 1.11.24: * Translation updates * Various small fixes- Update to version 1.17.23 + Use a matching group instead of ${^MATCH} in s/// in dselect build script. + Skip tar extractor tests if tar is not GNU tar >= 1.27. + Reset the trigger cycle tracking on unsatisfied dependencies during trigger processing. Closes: bdo#771730 + Fix out-of-bounds buffer read accesses when parsing field and trigger names or checking package ownership of conffiles and directories. + Add versioned Breaks on packages creating trigger cycles. Namely auctex, apt-cudf, ccache, cups, distcc, fusionforge-plugin-mediawiki, gap-core, gxine, hoogle, icecc, libjs-protoaculous, mcollective, pypy, wordpress and xfonts-traditional. + Update translations - Remove unapplied patches; SLE11 support is disabled in project home + dpkg-pod2man-no-utf8.patch + dpkg-old-File-Path.patch + dpkg-old-Test-More.patch - Remove obsolete patches * dpkg-ppc64le.diff * dpkg-archive_tar_format_gnu.patch * dpkg-archtable-suse.patch - Rename updated patch pdate-alternatives-1.16.8-suse.patch > pdate-alternatives-suse.patch - Clean up a bit specfileh04-armsrv1 17526761911.19.0.41.19.0.4-150000.4.7.11.19.0.4-150000.4.7.1alternativesalternativesupdate-alternativesupdate-alternativesCOPYINGupdate-alternatives.1.gzalternativesalternatives.log/etc//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/update-alternatives//usr/share/man/man1//var/lib//var/log/-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:Maintenance:39715/SUSE_SLE-15_Update/6a6e5ece6dd1d8013a8605e512dc6cb8-update-alternatives.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6ee03cfe70a5ae47fa6a6f2c9b1a7d52751a3248, for GNU/Linux 3.7.0, strippedASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/update-alternatives-1.19.0.4-150000.4.7.1.aarch64/var/log/alternatives.log' (No such file or directory)RRRRdÐwNvHutf-86b0eb9b39f9761d6cc3d83165db48bb14092ef6d3bfaefb70ec8658e752e2870?7zXZ !t/B$]"k%ɖknR s.t4ٱ[1+\܅.k̨W.זI)8PԸ#7bصEwėHJ~/.f`m'?UVh_y}d-=I> lS(1#U褺/kr}߮j~ѣr,-71" !KɡtTTED@|;W/0*[ X53(QAQmaIXLXzR%@ Fyhaڽ҄cZ@ӟ̣  #3Z%,Յ&sSnj N(įX1D|܄TYSxj>G&֐ٰNѽv;YMƺǠVjNUF0 Ȳ5ԑ˝ے>f]JQw]kD''Ƙ^-0L'd73(y6yS&!QIּ:8OO;3elιmc838EDrR絪U-:BӬ `L) /0)h:Koi(ޖ,o?%y2XjbQߦcqiMe6G5g}.M=i 9TbI6Gh#[:U*dmtO;[4ϫ`@ 4lBJꬔ8~e>v׷G{qY={r"sH;nW,Bs=C X8 7u%;p@ݵ-DY\P;DKV6ڭQ|7O~-In܏{}X%' Td6%4Cu^)jsͼdS2'`p#y}cq:ۇ3bCC?oMyrZXOdbrU,.lҗut;K0D[,3ԹLzcZUQ`<1&[ 5/çU5h4q܊@3RNs@a^->z(Xx\=lŬE䌤\p- `m(.Ƈ@ =[it_(c磱kn-D w(|󰲞ZWIj٩/ELIz> C}n&IOκX=$[w5uh0|ݱ._'^+}Z5%p sb^z:_Ф& 0i lom?kҗDõ0Y|ɖłN=znR荆$+@Ř6{*Jά~Jug ,~JhHci.O) W@nHFԁVP96*g@35J/["#y#6eL헵&;q2U(# O}vn0zĎjB0bY$ dxEfnVU-/b9FI%KuGv)qKܣUx(<CZ-kU0LkȸˏK;> *+탤}.6u3%qK3i 2D4yi]IH Z'qszƶJLⅸ1~mE~w;̇, Fp\D]upƻsV rA+ oSVWtȲ<.7lR6j'$s&kE !h#6"'ʞZBS96SLs֚e>j  2 ,d~nTxI9.NmOW5f-FT9#ͭϙM=SRTKMsh>9|d1iM A5R7su>WI۸ 1ШrA $قx7RID@mD}7Z~֒FC!ACH<ĥOϟL<>ӑvE@caU?'fCIG~l8!(?CAyZBnPuNO{s)r]E,#SXk蘭_hKfmD L$kc9!-b'f ݯLva!6aaiEQ0|U'[kf)Nw%ۊawoA;(syoܡ6t 3n&qE>0GyшkvJ_-fj%SiϔV5 RY*vum +H ? p,XPtq.ܭ@=m([;W" C{[(f,^|쇏ģg8րnh3he˔lQ+$( aՙgDW :)MRԏӴf<)ZㆆexP/ͦζHfN{:T{1VY[ !H~-T p]krxE-/B`]3%Drq ݂EGʼU!rI&\m?Xe@T7|W$NJф{#:6CN[ =)st >oWiup#! W#<^CB}~ʸ|ժEwcHF/|_~jkE>|)su "VJ>rnt@6"5TdT,r]p X;Ui-}ed\K6H?Y<+JhdYj&,n@Dt +-1Ğ%] HF]MhwL7˘=HkLF? 4M\7nY9W7ޭ!ǑA%b74 )F#Yh!iy!^i֕*Yδ?'aC%*祅ucPS2DÝCHʧfd͂g;ۻujr3, 5dZ;b-#RSLL58WebWn~{$䌎[oAoYߧyБ~,m?P/Ov7GvD9 ~!k([$@{sz&T< `u\RE* Q_`v_W;dhPa|CEZ &tv$۴P:z&tq \F_p0RUd"{! ,.8/ #ڰ£vjakԇ5 An胝j~07s+@{/ײ 0sȕ/go~sn `*+;.& 7X6FOpgngtG* 8!hs#Q.Ξ謈CϜi3^Jf.xZb%}/,ȏ?t+lH}S JT4 H^oj/.Įǟ9;̰((g>lo&z059eO? ?P ߂6 |6@ΘD汾T4t1O9?͑(B׾PjUO,Tv_?ๅX:5$SB>H4\?/%$UE&A(*nؔK-!I]m|vnBN阚]_YhF{qep9M])j ar5?NѕˡG=Q&Q] {odLUsYP.IvIF>j)l9n:dt7Lp`NŌcFmW6>nkȊt.xBM@%SO&9>?~*ygힱn0iZh4Gid=a%|j) }{L`f_oxZAHn jK_y}&tVo? ;F"CcT=YBc+ҩ*9x $5'Kv @4&=" C\ےLh:wObOH(e\Dͥ[ gLK '?us#:ɩ902M'Yj~n?W>Xbҽ(p䔓IAi' vxd? ?m,][+:mxtS;[[*`^KwMgW`9u,*b֦gU2VÄlK)kuGGנ& ɻ''m:|If**Hmq0%Ņ,[[֜i O#aV< %g# vxf pl\y<9maJ4=EY!'B݋f@# T6[4ɖ="E_.+1'/*En[,EIsم e=ӦK̰0eX`͙h~+RCdQW #]aSgk6b$'~Q&*ۿ$5.$y" 1YˑqxrW۲p^h8׾qQ]ts|Nq溇c$V\G݃/+~6r, Zv\8($&ܐl = d?r] lC^Ē *yixpb7YfP4gW q> )ǎ"D%Ӈ -418PzCϞ7f}P2x6|ނv{*[.=Sd" Cf8[;l$ȪHu:Q'ʏ/'kA my$˕R+Z'eLtD8TSzvc/J(zPğ &}0jywb*-v-Cy+wEDy]y^| h&VB(|m0!j0rU& s+s*4Әzh^Z`x} gφOwSC e6$Āx8:f.4^kc][,T +S \!mW+$33Pp\2z} ߽5|DXab%R#ĥRۿI4#k!1N-_pR`w\Ț9ox%As }p;d*Q$;oTðTh/M2GN>hꃷpsCAL7҄w,N0#^A+:M_CD&/ig$-*ո:D)VnE]od$ ܋@Ek+$lJNPkE1KwG#mг1m$3қ6v s@*]Vz}!e֊Fιh֫ox՝BݧBbWn&&'a_9ZIwE u7{ Y%P봦i [D Sɔ5s3LBa7;"kga`X:#4kt7ZU{]Yc~C!\f VQI=6(yku?(Zdy$N|`bҹitV- >n&pmGzjRK)D[7A2Qp.&;"JAf*gkV3)etPy@hqCdEiAF^fX ]מiqj| #qрfaMk5pGgNQ]n4L *kccN0۬By&IA'j_)53jU~[c4iuʔpeUnPw i䛝31 nb3wjN+k,:)p:y)2qB7Cm"w}Țp}I)0ɻЩx)M/1+NVe=>9ooi'!cЊs|`ۈ֧;QӇ((,<HNv: űb\y/qǩDTG }1^`#μg|/`[DﷆEAу?υ7r࠲bd=Xֶ%%qt&ءI'U.ށ@u FSywm', wOm2YLw&|MF$YU-jh,'*HnsT>Fe$5E,$sS3qrx7hCULugٔv[; ~ư+RslՈo~S6!maJap!:6+ =׭vZ5Q5W[{Bm*="wW \RL;# -<< ItQuq1y~5+ݩȔ ֽ͢6PgjR;Huml]|?pU"8dF/lZfM-!rIi wigHN9c09"+Ǜ;a$WvZs=ޡ\;5hg1QƔYm62}[nqݰ~Gn_4km͍GW{# zݏ\?Oe"\]Y:oG{Na(O/ݏ9-f kv(d͋WDD]ޘ #be ^*eQyvTy<<ň 0WoG, m#tt[h"ӊX%u| v^S?DpAZ{:^Hn*<9SDrg~]}]M}mqP`&*ysˊ7H2V[G"Ԫy%`.'LY- :W8(d~Ʌe])Wo!(dLSdW<\3+/rltF WU Q/WׂyS_,@[x;yTu1 ǞǎSLAzLӁN;O,(luR+DxlT%B̰Fhe(蓮)yN0CCoBRlP6EyÑ!2;=NlP]8kRa4˯Pl#(/?}faf.x:cG|vN-@:6KQ@)[CݍEKh+.4k9gik[`X\֋G~ak,Eľ.t7hm׷![ȩ%j!=f&K+VڄOQҌz R,K!'IritudU: [Bd 4$L(,>ɤEfA K Ns%(m3$^6Əo[S1I qYu_ ؃y3 b :3 7ޑ͇%ea!@p{Usn^͏e^ 2#ڕZ`@7Z"")UEU-fDqcq# S;=Ww$%,;97񞫢PETPc`MV\ ?-;J%wĶ YZ