rollback-helper-1.0+git20181218.5394d6e-lp150.3.3.1<>,,P\[2i/=„ ҢIlL?H"&)88qȶ$ C!le%k2-J^7~K0J_QȎ~B" ?ӥNomc{P7%]10yȇSsMn̍pIԣsuO2D7Cc{{J]a)BT釄rRTku0(ft.Fp@g:?@O. &@:D{ |xT?qFfSR {lJ*C^>I!$?!d* 6 Y (9 Rb   , < L l t |(HXU(|89:=>?@FGHIXY \0]P^bUcdefluvw Dx dy z       !Crollback-helper1.0+git20181218.5394d6elp150.3.3.1Helper Scripts for system rollbackThe rollback-helper package is a collection of scripts, which, after a successfull filesystem rollback with snapper, resets registered products on SCC or SMT.\[2icloud138OopenSUSE Leap 15.0openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Packageshttps://github.com/openSUSE/rollback-helperlinuxnoarch test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in rollback.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in rollback.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-rollback-helper-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-rollback-helper-update-$service-new-in-upgrade" fi done for service in rollback.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset rollback.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in rollback.service ; do if [ ! -e "/run/rpm-rollback-helper-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-rollback-helper-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in rollback.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi 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 rollback.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 rollback.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 rollback.service ) || : fi else # package uninstall for service in rollback.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fiFAA큤A큤A\[2h\[2h\[2h\[2h\[2h\[2i\\[2hac3eb347a110f8bd5f5811de7be90f53efb3d301b0eded19bd52a465ea52a7658d6272aea3792aa19caa58cd93a79ca52b27930324e08e674fda4fa6c3416a2410a7eb61914edb16114a95ef2dc0e3abc1ae7567daae4eedec973dcf6c0ee5078177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrollback-helper-1.0+git20181218.5394d6e-lp150.3.3.1.src.rpmrollback-helper@ @    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shSUSEConnectrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd3.0.4-14.6.0-14.0-15.2-14.14.1\@ZZ؄Z3@Z3@Z3@ZiYyY"X*WhVLh@VVf@VBVBiforster@opensuse.orgjsrain@suse.czkukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.deiforster@suse.comlnussel@suse.dejsrain@suse.czkukuk@suse.dekukuk@suse.dejsrain@suse.czjsrain@suse.czjsrain@suse.czkukuk@suse.dekukuk@suse.de- Update to version 1.0+git20181218.5394d6e: * Add handling for separate /var subvolumes [bsc#1115555] * Run before any other services calling zypper [bsc#1113048] * Retry network connection if it doesn't work yet [bsc#1108618]- do not build on 32-bit architectures (bsc#1088552)- Update to version 1.0+git20180419.3c7281d: * Correct fix for unregistered systems [bsc#1032129]- Update to version 1.0+git20180418.6328b58: * rollback.service: Fix typo in dependencies- Update to version 1.0+git20180418.fce02cf: * rollback.service: don't write output to tty instead of journal- Add COPYING file - Package /var/lib/rollback directory - Update to version 1.0+git20180418.496ed81: [bsc#1090073] * Call SUSEConnect --rollback always, not only if a registered product is installed. We can run into situations, where this is not the case, else the script is anyways only called after a rollback was done. * Only touch the file, don't copy old repo or service data. * Fix dependencies of service: script should only run if network is available and all filesystems are mounted.- check if current btrfs snapshot is the production snapshot before re-registering (bsc#1068947) - unified branching versions (Jul 27 2017 vs. May 22 2017)- use packageand(snapper:SUSEConnect) to install with SUSEConnect (boo#1050428)- check whether system is registered before rollback (bsc#1032129)- Add missing systemd requires macro, remove wrong branding PreReq [bsc#1011912]- Remove wrong requires for snapper and snapper-zypp-plugin - Remove wrong PreReq for insserv - Add missing Requires for SUSEConnect- added versioned pre-require on systemd-presets-branding SLE package (bsc#954377)- added Supplements dependency on snapper- fixed dependencies of the service file - perform the registration tollback action (fate#319118)- Fix filelist.- Initial version, add plugin to copy data in case of rollback, create first service file, add dummy reset script. [FATE#319118]/bin/sh/bin/sh/bin/sh/bin/shcloud138 15494805531.0+git20181218.5394d6e-lp150.3.3.1snapperpluginsrollbackrollback.servicerollback-reset-registrationrollback-helperCOPYINGrollback/usr/lib//usr/lib/snapper//usr/lib/snapper/plugins//usr/lib/systemd/system//usr/sbin//usr/share/licenses//usr/share/licenses/rollback-helper//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 -gobs://build.opensuse.org/openSUSE:Maintenance:9597/openSUSE_Leap_15.0_Update/f2550593c2203e72d2c14fb0be487405-rollback-helper.openSUSE_Leap_15.0_Updatedrpmxz5noarch-suse-linuxdirectoryBourne-Again shell script, ASCII text executableASCII textPOSIX shell script, ASCII text executableRRMO2t `packageand(snapper:SUSEConnect)utf-8ed38cb29947799c66f1a0afec6a1f1e319ee25df1d9342029aa50d698d305963?p7zXZ !t/3]"k%m?'qt:T"~CF ;Q, Y<`OU˪fEx_!_Q~jJTh1&0k)mlmr6` ºhU#cxe\AZ ">l4ѕ0wfpظ՟.mR6 |\Ϛ7Pr99T՟ʚhHgI~".$F\ѩ8(5C\0?z$ƒy> X. Eٹߞ -6 oWRE3 &$s&s.C'|Te溶F lɛkx@$q:ʒB((9s&ob+ݼt"+%aYr":9 r`p&vKiY5VWC,#LH9݊O *Bx5MLL7ע<m*L3ؿ>}jy}87#Rp_ qo8htO4Ua6s@Z1<5?bP}1"dM#ROԴ` #243 s=kKEf زA,A^j6Zk2Y va-~)S#.nEyb:%%,79@Ӊu(wVIB50OtvW{dDg=XsmdקG~oQŦgC|?< U`Ndd0} WaZV{u W{RWiX[k@'AXuڌb|p,#i{M.v?6UqbPa,V@giOn#`XW͸b}`脢9*24l/I:UA^-^taV ?O)u9iϋp)U%$)Ӆ K J)adlD4Z:mVQ@X!%G~0[R8&+{hH#)a|n[arc%6ϫO]!0B~e&՝JoᧁRp~Pu0GZ{%^OS!1Q"sZ(%*鴩W#J!9; u;/7t 3=B OަҷlWu.REөm\{cT c8_ wׅPMDZjW0m:ˀ:lElkY McyTrA\j YasjmJ0#EzaWw0G<l1똅4} \9F872y,WY5yF1$(:\X@|{sBcٿr(*S8O? 4pC3&. GjPp@6c^_q-yJ~ i/N]}([erCF7Ю4