rollback-helper-0.1-2.1>t  DH`pY*U/=„H2R2 n} K0ߐt`yڿ[IjPhYe&P=2*Ԥ: yh7OZjo3s^wR?{DU?գa']1R~0Yq lܫ?GpRV` Ze]OTάΛqD,%PR8Z&z&kx43b 5VYNaح +'R'ㅠU62b52f7c2c731c24d1454207437476f471d1c324b _Y*U/=„oh s Xd+z$yu+5M=fh͞d!ƈ]7=ZrG޲Tܔfpo c5qGB<;-##E$!*ܼ תN6 <#3UWf .qې h*mSJ|0LEOcojGGޟ>},QO1JS:'RQs#_oT̤TN`VItmۙp3O5u,1 X>DL?<d  = *:@Gb v {    i p4( 894:=7>??G@OFWGlHIXY\]^b\cdKePfUlWulvwxyz,48Crollback-helper0.12.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.Y*Hlamb59openSUSE Leap 42.3openSUSEGPL-2.0+http://bugs.opensuse.orgSystem/Packageslinuxnoarch 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 if [ "$FIRST_ARG" -gt 1 ]; then for service in rollback.service ; do if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-rollback-helper-update-$service-new-in-upgrade" fi done fi for service in rollback.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" fi done if [ -n "$services_to_migrate" -a -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --save $services_to_migrate || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in rollback.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" touch "/var/lib/systemd/migrated/$sysv_service" || : fi done if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ -n "$services_to_migrate" ]; then if [ -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --apply $services_to_migrate || : fi elif [ "$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 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 fiAA큤Y*HY*HY*HY*HY*H4f9067b28f1b028daeef60158d6d6d3048bb269d2d85a40997477267a0c7297c4596396222daea93f1012f17cf4a3eberootrootrootrootrootrootrootrootrootrootrollback-helper-0.1-2.1.src.rpmrollback-helper@ @   /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/rubySUSEConnectrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)systemdsystemdsystemdsystemdrpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2Y"X*WhVLh@VVf@VBVBjsrain@suse.czkukuk@suse.dekukuk@suse.dejsrain@suse.czjsrain@suse.czjsrain@suse.czkukuk@suse.dekukuk@suse.de- 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/shlamb59 14959888080.1-2.1snapperpluginsrollbackrollback.servicerollback-reset-registration/usr/lib//usr/lib/snapper//usr/lib/snapper/plugins//usr/lib/systemd/system//usr/sbin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/105ee2565ca6507a0f9ed6c5028869e6-rollback-helpercpiolzma5noarch-suse-linuxdirectoryBourne-Again shell script, ASCII text executableASCII textRuby script, ASCII text executableRRyQҢYc7"snapper?] crt:bLLD*ڇMu:J 4DDs'h՘_7f`#w$\%:/>G%q?zSLJfڧ_TS9{- @W;6t$ OnG`u߄ftlǻI g- 3G•[x.2Mq0M>IObM.&w1#[!WSXyS 4DAc^yfӷ͢bK/\9dVK3Vu6u@}vO#l9?9g+yVf?RpR rq%UYpLW5a9qim.;wi1V% ;ؖW"q/;>Ԝ7Nx1G r[+-/kiͣ1䕎g wڜT?++"pLo/N;ic_pp8]!ZIl>șZBT(HQT(`#.zxö=ufQy=J$؄<~7jy)vx9[lh!{^IeM [ TwԒA3d>w55IJҋhlDl!(b6rZ}x6&_W|*ծTQ>Jkqrp+P&L80Я{᮫M\@7f!^ݣKkP 0@CJhEJX,7㨩7Ce7J,i=f &p:i\,ڙ̟7Ik}/6Jry@b6n^in;r@gvh&t/ώX )H%pQ-kmU5QhT: