update-alternatives-1.19.0.4-150000.4.4.1<>,1xcdp9|^#KfGG;d&˳~0ٽD2QԢ[rmD޹]rh[6Ⴅǎ24#9T4bۂR5 6֞[QPN?}tFxv t}*猤^ ʙ~Ui^|y/!?`+F{uϵ@N>AYOF4y!Z0 YO@`aSn4=qS # -7Iue@ddڐO]zhb$ zpIՙ*OmuX'ѫ𚱑>@?d , a  MS[    <   @h$@( 8 9 h: >FGH$IDXLYX\]^1bcZdefluv wx(yHzP`djCupdate-alternatives1.19.0.4150000.4.4.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.cdibs-power9-11fSUSE Linux Enterprise 15SUSE LLC GPL-2.0+https://www.suse.com/System/Managementhttp://ftp.de.debian.org/debian/pool/main/d/dpkg/linuxppc64le-- 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() @FCAA큤AcdcdcdcdTwcdcdcdaaac8508fec07f0546e2149a7824173fe1152edd94c0bf0df0c3d7c995a9921aab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c62654365316596fe165ac99057acfcc758866d41c6b5c46734307d4a07d220aebupdate-alternatives@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootupdate-alternatives-1.19.0.4-150000.4.4.1.src.rpmalternativesupdate-alternativesupdate-alternatives(ppc-64)@@     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 specfileibs-power9-11 16675578151.19.0.41.19.0.4-150000.4.4.11.19.0.4-150000.4.4.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:24405/SUSE_SLE-15_Update/4b17887f655e28bd2acfa28aa7c079e3-update-alternatives.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=bb3de946f5c7688f7f5c906f5f69d5817daaad46, for GNU/Linux 3.10.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.4.1.ppc64le/var/log/alternatives.log' (No such file or directory)RR4(ο4zutf-8a6a0400dc5d69a1ee1c9366b9391b6f5848d0508c21c818f17c1443063b65f7f?7zXZ !t/ P]"k%ɖknR s.t4ٱ[1+\`Jb,.[VFnu=ĐD UrKs{g[fbUqClL7S`_gVs} ip0gQe5:qvM>ix2j̲i /5a*Q|3KJcdeN[y1smR|TЖ7!q=W/uim Gz$f)*ܹm%XsU,g9ت7N@_\;E&_ C ٲx!\JQ-O BˉJBmgrA猆`̪g*;}M(-X~vWi(]`cX4 禥Ov@:<r*g~Z-鈨}CH<ށdu䋌[24 v:kk|}Rж́Q#pp&.gkc 0Gi GK@)Cu9'K\e!TG#6X]8OC|\qtpJ '>aQj3㉓uŤ^gG.VcdgUU ,U7K >:嬰uk0uU3ɜ/sl_StOP67J?\E t"E4}bQCxL#H[ s0#Xm{^'hFen'qgd^)BMj;sz>|dlGEz8sCRCW1c~I~9x|R'A>P;59F+1ty9䵀SąHgEދ415Q/x{ pٱ)‰;ɞ#[Dч˗xtO*At˻uMu?8qQ}^~ ^fװQ q ;ǒJ|_I U;8bEwY~wŻL?"t6C?v$/s4%.;L[w}e/p]Eܛj7dW[b{U`BԒ(!g!ǙE~neK[K*UWf}/!}}ccryȊK. uД%&],Teq  4h@v|`sbONBI{n-=^oQWX0΃Es[ AS0<oM-!bj R7*d'beX1svh^nU){֘k!RtFC#|;2!B/u8¼h1^l?9ADCZIQ_\T,rc.&8`?/ )@YGg:JD )n-Bgk:(@$ZǴR2ثťz`W_$qU3NxѴ2TGZyZƉdŮ7P}=6;EVeȗcl cNOz,Fyފ6hT}Ypm6i;"(g߶H q. |PJ!Rly Vܦ:>1uy!ޗbPXo9~c5QdM]QL]]`NSHy 7v8~ɮ=Vj+rU̹C,A aI^b⃫j Fu8]z69VzC3/Qp׈omu>T v8e,Әr ń28p{'75Fc|dkBS Eg|0f1~Kv Sl'J 3@aG4F<:yn|CMNE@_Dمƭ008In.,UB"N ט"l*dн\[y_vu]- 6nFǹN4}\$ͷ1By!r%t0ܢTDMLEL-7+#53]SVG0 QAm?w=3 UnmҾؤW#m`#M^CTZ7s<; R:hMp%Q ,&{hUE2P_+waP:B b[WZ0M+ @L2z' 874%Ǭ3S2P42ٮcC3vDLJ^NJ'$a9$ř