patterns-wsl-gui-20221221-150400.3.8.1 >  A csp9| ;Gf”5{.^NBjA tS?*d̑G!JZFnA sV#,˅,\Aڨ^y'cҠ90LŻ׃&R>; s3_0vY0 Ơ,Qb7Hй?9Q'2 ͨ]̨ ՜ߐ2ѷ8h_{Rj.֑cGRj:@=PT(K Ndz)@Q4d:ɯ@3ث 9?61c6f7c0770c290d28794c0036c83641c4b23a77335e234ea99eb3149b02b287949cd556471328c00c99c2fc13964b7ebd27f169,csp9|v-J 31#\ W3E9bhWe/[1ϛ3XE˯GK@aoY /x.@aZ,^iVb4'o bBaEYSӃ`&4dJ=8@ߍќ+sh]}*m͟M 罥n 9A[Й؟hŏO[z`z\[k($#KQ.m]8GT! pXԻH0$mO >pB?d ) :  39@    ( j lt~  ( ( 8 9 : 8 =>FG HIX Y4\p]x^bcqdefluvz1DHCpatterns-wsl-gui20221221150400.3.8.1WSL GUI packagesThis package contains the wsl_gui pattern: recommended configs,tools,libraries for using WSLg.cssheep605SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Metapackageshttps://github.com/sbradnick/patternslinuxnoarchif [[ -f /etc/wsl.conf && ! -L /etc/wsl.conf ]]; then /usr/bin/echo "* [wsl_gui] Creating backup for /etc/wsl.conf.wsl_gui ..." cp -v /etc/wsl.conf /etc/wsl.conf.wsl_gui BOOT_COUNT=$(/usr/bin/grep -c "\[boot\]" /etc/wsl.conf.wsl_gui) if [[ $BOOT_COUNT -gt 0 ]]; then COMMAND_COUNT=$(/usr/bin/grep -c "^command" /etc/wsl.conf.wsl_gui) if [[ $COMMAND_COUNT -gt 0 ]]; then /usr/bin/echo "* [wsl_gui] Entry exists for 'command'; chaining in new item ..." EXISTING_COMMAND=$(/usr/bin/grep "^command" /etc/wsl.conf.wsl_gui | /usr/bin/cut -d= -f2-) /usr/bin/sed -i /^command/d /etc/wsl.conf.wsl_gui /usr/bin/sed -i 's,\[boot\],\[boot\]\n# adjusted by wsl_gui pattern\ncommand=/usr/sbin/sysctl -w net.ipv4.ping_group_range=\\\"0 2147483647\\\" ; '"$EXISTING_COMMAND"'\n# END: wsl_gui pattern edit,g' /etc/wsl.conf.wsl_gui fi else /usr/bin/echo "* [wsl_gui] File existed, but no [boot]; adjusting /etc/wsl.conf.wsl_gui ..." /usr/bin/echo -e "# added by wsl_gui pattern\n[boot]\ncommand=/usr/sbin/sysctl -w net.ipv4.ping_group_range=\\\"0 2147483647\\\"\n# END: wsl_gui pattern edit" >> /etc/wsl.conf.wsl_gui fi elif [[ -f /etc/wsl.conf && -L /etc/wsl.conf ]]; then /usr/bin/echo "* [wsl_gui] Current /etc/wsl.conf is a symlink ; ensure contents you want are copied to a non-symlink /etc/wsl.conf and reinstall the pattern ..." else /usr/bin/echo "* [wsl_gui] No file existed; adding /etc/wsl.conf.wsl_gui ..." /usr/bin/echo -e "# added by wsl_gui pattern\n[boot]\ncommand=/usr/sbin/sysctl -w net.ipv4.ping_group_range=\\\"0 2147483647\\\"\n# END: wsl_gui pattern edit" > /etc/wsl.conf.wsl_gui fiif [[ -e /etc/wsl.conf.wsl_gui ]]; then ln -sf /etc/wsl.conf.wsl_gui /etc/wsl.conf fi5A큤cscs02189695a57dffe538aa2238e6a175876752eb27ef2c56392d06d618fd63d945rootrootrootrootpatterns-wsl-20221221-150400.3.8.1.src.rpmpattern()pattern-category()pattern-icon()pattern-visible()patterns-wsl-gui    /bin/sh/bin/shlato-fontsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c@c@ccR@cR@c]c.cQ8@c5b@a@aeascott.bradnick@suse.comscott.bradnick@suse.comscott.bradnick@suse.comscott.bradnick@suse.comscott.bradnick@suse.comscott.bradnick@suse.comscott.bradnick@suse.comscott.bradnick@suse.comscott.bradnick@suse.comscott.bradnick@suse.comscott.bradnick@suse.comscott.bradnick@suse.comscott.bradnick@suse.com- Adjusting how $PREEXISTING_COMMANDS is fed into the while loop for wsl_systemd- Update to version 20221221 * Improved tests for [boot] section when 'command=.*$' is present so as to not clobber existing commands for wsl_base & wsl_gui * wsl_systemd should clear ping_group_range if present and retain any existing commands- Update to version 20221220 * Reworked to avoid build race condition where it seemed like there was an issue during 50-check-installtest and what happens with "testing for pre/postinstall scripts that are not idempotent" * Adding true %post section- Adding [wsl_base,gui,systemd] tags for echo output - Changing %post to %pre as there seems to be a problem when 50-check-installtest runs as %post- Update to version 20221219 * Adjusting wsl_systemd %post to remove ping_group_range from wsl.conf when systemd is being enabled.- Update to version 20221216 * Undoing LoadCredential changes since it's NOT what was breaking WSLg integration * Adjusing %post code for edits to %{_sysconfdir}/wsl.conf for: * wsl_base * wsl_gui * wsl_systemd- Update to version 20221206 * Updating wsl_systemd to comment out 'LoadCredential=*' for 5 systemd units: * systemd-tmpfiles-setup.service * systemd-tmpfiles-setup-dev.service * systemd-sysctl.service * systemd-tmpfiles-clean.service * systemd-sysusers.service- Moving 'xeyes' from a "Requires" to "Recommends" for wsl_gui pattern- Adding a patterns-wsl-systemd <-> wsl_systemd pattern to setup 2 things: * /sbin/init -> /usr/lib/systemd/systemd symlink (if it doesn't exist) * backup an existing /etc/wsl.conf ; drop in new /etc/wsl.conf with boot.systemd=true entry.- Adding lato-fonts as 'Requires' package for wsl_gui.- Removing 'patterns-wsl-rpmlintrc' since it was just a commented entry and seems to be causing bot issues in IBS.- Adding missing 'patterns-wsl-rpmlintrc' as Source to specfile.- Initial version./bin/sh/bin/shsheep60 1675850711wsl_guiDevelopmentpattern-generic20221221-150400.3.8.1patternswsl_gui.txt/usr/share/doc/packages//usr/share/doc/packages/patterns/-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:27704/SUSE_SLE-15-SP4_Update/cafd69be0b52d8d43d074d1b7092e3e8-patterns-wsl.SUSE_SLE-15-SP4_Updatecpioxz5noarch-suse-linuxdirectoryASCII text5hrXڐadwaita-icon-themegnome-icon-themenoto-sans-fontspowerline-fontsxeyesutf-89c303ba2be91b3c0c59ae456911d2c39d0dd7eeb3310cde40d00c6cdc4a6e0e8?7zXZ !t/] crt:bLL $K !cdv6Ep JKB}G ӓa+6]' Du,B5:5u*+Rt_g0bk82]2SkIF].>/h@!ZwZTeh;r[B=g#28 YZ