transactional-update-4.0.0~rc3-150300.3.3.1 >  A bip9|'e3s)JjRHj|3ĚUƮ:&3riVV9֕J\:0L5;*P`E%bLNDI3U*]'.MuR̍M3[*OCv/խN ^gY0*/ 9>Dl |~Մt;si=g9PZ-&2űr#0hzrq_U]ldX)>pL?d! . ]9 O[JBh   X  l   !4!!""p"#($a8$hq9&,q:-kq=Y>a?i@qFyGHI0XDYP\]^ bc`d#e(f+l-u@vwlxy z$(@DLSlpvCtransactional-update4.0.0~rc3150300.3.3.1Transactional Updates with btrfs and snapshotstransactional-update is a tool to update a system in an atomic way with zypper, btrfs and snapshots.bibs-arm-1`SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.1-or-laterhttps://www.suse.com/System/Basehttps://github.com/openSUSE/transactional-updatelinuxaarch64: if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in transactional-update.service transactional-update.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in transactional-update-cleanup.service transactional-update-cleanup.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi: if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in transactional-update.service transactional-update.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in transactional-update-cleanup.service transactional-update-cleanup.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi 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 transactional-update.service transactional-update.timer || : ( 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 transactional-update.service transactional-update.timer ) || : 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 transactional-update-cleanup.service transactional-update-cleanup.timer || : ( 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 transactional-update-cleanup.service transactional-update-cleanup.timer ) || : fi: test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in transactional-update.service transactional-update.timer ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 transactional-update.service transactional-update.timer ) || : fi fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in transactional-update-cleanup.service transactional-update-cleanup.timer ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 transactional-update-cleanup.service transactional-update-cleanup.timer ) || : fi fiX+QAl//A큤A큤A큤bbbbbbbbbbb bqbb _)bbbbb a29e470963a8143b37f3f9895cfaf1a21d4de6cea40954d101ff8da44c0555ead40b96b2e80310fc1c836fd54015445066272ac2efbbd34a7887d2e7224c1f68b6be6c251c3efab512a5a0865a3fb7436d39afc344148edd5425d38219798c191364d259643691e2f2f5b633279df22f53b3826867df1724c538a037a44ec883a4dbd8bc49e207e0178385c4588466853118a5af1253204bc3d737d8e22248f3521f0892ae8a7ad78b2e94c574d573be75c4f76c70d9620c79891e584b4653b8b15637138df535dd96a612688bd5a89382191ac15e9c13d2e6c406100c8ea6624b1322b8cb021f7f5b8435d0f1616cb8c68a036d3523f8fcf799c117f89cd8f9d77fc3cebb7c1c69f0fd1bf742bc9edef93e2931a756301020c6c4ee1f830a58de6baca06bc4f46e757662506d819a8e1d06cf5fbb6babd4fcf4485ffd9a88c27fd8014ea39fd39a0d7dde1adc07690a86b659c3457dec2f1a88d319556f9dec328dedc1731f8853949759740a19d06c4bdba9d7c21260dcd545fd7a242650363c6a33d9c064693bc1a92aa3cd6e701a606876275530437064d1c1d38ece567ebdf5fd3f3b15f79e6a3ac6771dd695b844deb32ee9d0ed5e4c36edc29548b72feb1124a2ff49049b3ec8e8f2045a5a3e44673ffa5def8399e4c3f1be39f88b45eb1124a2ff49049b3ec8e8f2045a5a3e44673ffa5def8399e4c3f1be39f88b45@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottransactional-update-4.0.0~rc3-150300.3.3.1.src.rpmconfig(transactional-update)transactional-updatetransactional-update(aarch-64)@       /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/bcconfig(transactional-update)dracut-transactional-updatelogrotatelsofpsmiscrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(TildeInVersions)tukitzypper4.0.0~rc3-150300.3.3.14.0.0~rc3-150300.3.3.13.0.4-14.6.0-14.0.4-14.0-15.2-14.10.0-14.0.0~rc3-150300.3.3.14.14.3bq@b$@a@aa@araexaLl@aD@a<@a6a,@a /a /a@`@`\{@`KW`KW`H`H`>(`-@`*b@`&m`"y@`>`@`@`@`U_/@_@__t@_@_o-@_h_h_3_+_$_{^^^@^|@^ku^^F^V]^r]X]V]v>\\@\@\\\}@\eX@\eX@\N[[k@[[z@[#@[{@Zz@Z@Z@Z@Z@ZlZ@ZkZZ@ZqZTZ&@Z@Z@YYYV=@YS@YRHYP@Y0X@XX @XXXXX*X@X@X~@XWXRXN@XF@X5X2X2X-X@X@Xx@iforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comaplanas@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comngompa13@gmail.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comkukuk@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comkukuk@suse.deiforster@suse.comiforster@suse.comkukuk@suse.deiforster@suse.comiforster@suse.comiforster@suse.comjengelh@inai.deiforster@suse.comiforster@suse.comiforster@suse.comiforster@suse.comkukuk@suse.deiforster@suse.comiforster@suse.comkukuk@suse.dekukuk@suse.dekukuk@suse.derbrown@suse.comrbrown@suse.comkukuk@suse.dekukuk@suse.dekukuk@suse.comkukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.comkukuk@suse.dekukuk@suse.de- Version 4.0.0~rc3 - Add Snapshot interface - Reworked signal handling: All public signals are sent from the main thread now, keeping the same sender for everything - Implement D-Bus call "Execute" for Transactions - Implement interface for listing Snapshots - Implement Reboot interface - Fix bug when using --continue on old snapshots - Fix hypothetical integer overflow in snapshot list [bsc#1196826] - Fix wrong sort order in status command [gh#openSUSE/transactional-update#80]- Version 4.0.0~rc2 - Fix missing prompt in "shell" command [bsc#1196580] - Add output of tukit commands to log file - Fix compilation error with GCC12 [boo#1194876] - Fixed (non-critical) security review comments [boo#1196149] - Fixed selfupdate - Code cleanup- Version 4.0.0~rc1 This release is API, but not ABI compatible with previous releases; existing applications will have to be recompiled against this new version. Major features: - Introduces a D-Bus service to access the libtukit API via the org.opensuse.tukit.Transaction interface - Introduces a C binding via libtukit.h. Other changes: - t-u: Rework --quiet handling to make sure no output is shown even in error cases; this is necessary for automation, e.g. with Salt. [gh#openSUSE/transactional-update#73] - tukit: Allow storing command output into variable by introducing a new optional parameter for "execute" and "callExt". - Replace multiple and non-standalone occurenses of {} in "callExt" argument. - Split transactional-update.timer into transactional-update.timer and transactional-update-cleanup.timer; the later will clean up old snapshots even when the system does not do automatic updates. - tukit: Remove legacy alias "setDiscard" for "setDiscardIfUnchanged". - Throw exception if snapshot is not found. - Fix various compiler warnings - Update spec file: - Include tukitd D-Bus daemon - Only install one version of the library (as there are no breaking API changes yet) - Add %pre scriplets for systemd services - Replace %systemd_postun scriptlets with %systemd_postun_with_restart to satisfy rpmlint checks - Add transactional-update log file as %ghost file- Version 3.6.2 - Bind mount root file system snapshot on itself, this makes the temporary directory in /tmp unnecessary; also fixes [boo#1188110] to return the correct snapshot's working directory via API call. - Use separate mount namespace for transactional-update; this should fix several applications that fail to run if a mount point has the 'unbindable' mount flag set- Version 3.6.1 - Fix rsyncing /etc into the running system with - -drop-if-no-change [bsc#1192242]- Version 3.6.0 - Simplify mount hierarchy by just using a single slave bind mount as the root of the update environment; this may avoid the error messages of failed unmounts May fix [boo#1191945]- Version 3.5.7 Various fixes affecting Salt support: - t-u: Don't squash stderr messages into stdout - t-u: Correctly handle case when the snapshot has been deleted due to using --drop-if-no-change: Don't show reboot messages and avoid an awk error message [bsc#1191475] - tukit: Make inotify handler less sensitive / ignore more directories [bsc#1191475]- Version 3.5.6 - tukit: Add S/390 bootloader support [bsc#1189807] - t-u: support purge-kernels with t-u patch [bsc#1190788]- Version 3.5.5 - t-u: Use tukit for SUSEConnect call [bsc#1190574] Correctly registers repositories- Version 3.5.4 - tukit: Fix resolved support [boo#1190383]- Version 3.5.3 - t-u: Purge kernels as part of package operations Required for live patching support [bsc#1189728]- Version 3.5.2 - tukit: Fix overlay syncing errors with SELinux [bsc#1188648] - Don't print message for `shell` with --quiet [gh#openSUSE/transactional-update#69]- Version 3.5.1 - t-u: Disable status file generation by default The new experimental `status` command requires the availability of /etc/YaST2/control.xml, which is not present on all systems. Hide the creation of the corresponding status file behind a new EXPERIMENTAL_STATUS option to try out this functionality. - Increase library version- Add tukit.conf to spec file- Version 3.5.0 - Add alias setDiscardIfUnchanged for setDiscard. The old method name wasn't really clear and will be removed if we should have an API break in the future - Replace mkinitrd with direct dracut call [boo#1186213] - tukit: Add configuration file support (/etc/tukit.conf) - Allow users to configure additional bind mounts (see /usr/etc/tukit.conf for an example and limitations) [bsc#1188322] - Add 'transactional-update status' call. This is a POC for obtaining a hash of a system to verify its integrity. The functionality is still experimental! - Internal bugfixes / optimizations- Version 3.4.0 - Apply SElinux context on /etc in transaction [boo#1185625], [boo#1185766] [bsc#1186842], [boo#1186775] - Implement inotify handling in C instead of Bash; this makes the - -drop-if-no-change option work on SLE Micro [bsc#1184529] - Use `tukit call` for up, dup and patch to allow resuming an update after zypper updated itself in the snapshot [bsc#1185226] - Fix obsolete output type messages in initrd [boo#1177149] - Make different base snapshot warning more visible [bsc#1185224]- Version 3.3.0 - Add support for more package managers by bind mounting their directories - Support snapshots without dedicated overlay [boo#1183539], [bsc#1183539] - Link RPM database correctly with older zypper versions [boo#1183521] - Don't discard manual changes in fstab [boo#1183856], [bsc#1192302]- Revert inotify-tools dependency: The package is not available in SLE. This will probably have to be implemented as a native C version.- Version 3.2.2 - Don't skip patches with rebootSuggested flag [bsc#1183442]- Version 3.2.1 - t-u: Forward --quiet option to tukit - Regression: Add /opt as bind mount into update environment - Remove output indicators of the called command to not tamper the result line - Fix /etc syncing with --drop-if-no-change- Requires inotify-tool to have --drop-if-no-change available- Version 3.2.0 - tukit: Add new command 'callext' to execute an application while the snapshot is mounted. '{}' as a parameter will be replaced with the path of the bind mount. - Fix --drop-if-no-change [boo#1182525] - Check whether self-updated version is executable (e.g. on noexec /tmp) [bsc#1173842] - Fix overlay synchronisation with SELinux (again) - Always overwrite supplemental files (e.g. for network configuration) even if they exist in the snapshot already [boo#1182544] - Improve logging and error messages- Version 3.1.4 - SELinux: Fix syncing of SELinux attributes when using overlays - SELinux: Tag the overlay directory itself (again)- Version 3.1.3 - Fix overlay syncing on SELinux systems - Fix resuming transactions where the parent does not exist any more- Version 3.1.2 - libtukit: Report when application was terminated due to a signal, and return the signal number as a return value. This will cause the transaction to be aborted when called via `execute`. - libtukit: Set PATH variable for internal commands to fixed value to find the helper applications, as in some environments such as PolicyKit PATH wouldn't be set. - Fix compiler warnings- Version 3.1.1 - Fix hang in tukit on aarch64 [bsc#1181844] - Prevent deletion of snapshots when resuming a snapshot where no transaction is open - Make tukit work in non-dbus environments [boo#1181934]- Version 3.1.0 - t-u: Support installing RPMs from the user's directory again - Adapt selfupdate to new packaging - Implement signal handling - Remove empty text files- Add libselinux build time dependency - Remove RPM version check- Fix libstdc++ filesystem ABI incompatibility by using newer gcc version on old distributions. [boo#1181582]- Rework packaging based on Fedora packaging to separate all the components to remove the intrinsic requirement for Zypper- Version 3.0.0 - This release changes the internal structure, but should be identical to the previous release feature wise. - Major parts of the previous Bash only application have been rewritten in C++ with the goal to provide an API around transactions; the transactional-update script is using that new interface internally already, however the API should be considered experimental for now - if you are interested to use it, please notify us in https://github.com/openSUSE/transactional-update/issues/52 - A new tool called "tukit" provides a C++ tool that can be wrapped by scripts to leverage the functionality. Please consider it experimental for now, the commands may still change. - Bugfixes: - Implement support for system offline update [boo#1180808] - Add statistics files to update environment [boo#1173282]- Version 2.38.3 - SELinux: Make synchronisation work for both pre-SELinux snapshots and later snapshots; SELinux support should be ready for most tasks now.- Version 2.28.2 - SELinux: Exclude security.selinux attribute from rsyncing (again)- Version 2.28.1 - SELinux: Fixed changing the wrong grub configuration file - SELinux: Move /.autorelabel file to writeable location- Version 2.28 - Add 'setup-selinux' command for easy setup of a SELinux system - Allow complex commands for the 'run' command - SELinux: Fix /etc / overlay labeling- Version 2.27 - Add support for network systemd-resolvd network connections in t-u environment - Mount /var/lib/ca-certificates read-write to prevent SELinux error - Prevent calling transactional-update from within transactional-update- Version 2.26 - Fix broken sync for second snapshot [boo#1176989] - Add new options to allow separate cleanup of snapshots and overlays - Check for existence of inotifywait before using it - Check that mount options don't exceed maximum length- Version 2.25.1 - Fix inotify watcher setup - Use log_{info,error} for more messages to avoid messing up Salt logs- Version 2.25 - Reduce number of overlays: Instead of using transparent overlays for all previous layers only add the previous snapshot's overlay; this will greatly reduce the number of overlays while still making sure that /etc changes in the running system will be visible in the next snapshot - When using --drop-if-no-change synchronize potential /etc changes with running system - Exclude all non-root-fs mounts from inotify watcher- Version 2.24.1 - SELinux: adjust labels for etc, fstab and grub.cfg- Version 2.24 - Add partial SELinux support- Version 2.23 - Add "run" command to be able to execute a single command in a new snapshot - Add "--drop-if-no-change" option to discard snapshots if no changes were perfomed (BETA, required for Salt integration) - Removed previous CaaSP Salt support (gh#openSUSE/transactional-update#33) - Avoid "file not found" message on systems without /var subvol- Remove unused attr requires - Change bc to file requires- Version 2.22 - Use pkgconf to determine installation paths - Enable SSL connections in update shell [boo#1149131] & [boo#1133891] & [boo#1192078]- Version 2.21.1 - Rework error messages on failing umount [boo#1168389]- Update to version 2.21 - Use slave mounts for /proc, /sys & /dev- Update to version 2.20.4 - Mount efivarfs on EFI systems to make sure the bootloader will be installed correctly [boo#1162320] - Fix removal of existing overlay directories- Add dependencies to btrfsprogs, zypper and snapper - most of the functionality is not usable if those applications are not installed. [boo#1166502]- Update to version 2.20.3 - Reintroduce compatibility with RPM < 4.15 for inclusion in SLE / Leap 15.2 - Prepare for removal of /var/lib/alternatives [jsc#SLE-9101]- Update to version 2.20.2 - Use full names for zypper options [bsc#1164543] - Ignore /var/lib/rpm in shadowed file output - Optimize create-dirs-from-rpmdb- Update to version 2.20.1 - Add missing documentation about --continue option - Avoid error message about missing fstab file on first snapshot creation. [boo#1160213]- Update to version 2.20 - Add the option `--continue` to extend an existing snapshot. This can be used to perform multiple operations before rebooting into the new state. [gh#openSUSE/transactional-update#16] - Make sure the dracut service to print warnings on /etc overlay conflicts also runs in the pre-made images. - Add "none" reboot method - Remove conflicting overlay artifacts in case an existing overlay directory will be reused- Update to version 2.17 - Provide network in shell on systems where resolv.conf is pointing to /run directly [boo#1151081] - Print new snapshot number at the end - Always mount /root subvolume when using shell command to preserve history- Update to version 2.16 - Use default command if options, but no command was given [boo#1146116] - Make sure only one process appears in `ps` output [boo#1111897] - Move update check: If a new repository is added (and ZYPPER_AUTO_IMPORT_KEYS is set) adding the new repository key won't fail any more - Avoid unnecessary snapshots / reboots by detecting zypper operations without changes more reliably (e.g. when installing an already installed package) - Update the manpage accordingly - Bugfixes: - Ignore commented lines in fstab when checking for shadowed files - Avoid warning when copying network config - Remove Perl dependency - Building documentation requires Python 3 now- Update to version 2.15 - Move description of interactiveness [boo#1132438] - Enable network during update [boo#1137890] - Add compatibilty with new overlayfs versions [boo#1140057] - Allow updates of the bootloader on EFI systems [boo#1139015] - Add support for /boot/writable [boo#1138725]- Update to version 2.14.2 - Prevent unnecessary error message on systems not installed with YaST (e.g. KIWI)- Add requires for bc, needed for some calculations- Update to version 2.14.1 - Improve non-root fs changes checker based on feedback - Disable snapper's zypper plugin during transactional-update run - Allow parallel installation with snapper's zypper plugin (useful on read-write systems).- Update to version 2.14 - Warn user if contents of /var have been changed during update - Noteworthy: swapped position of upperdir and lowerdir in fstab for better readability - Major update to the transactional-update guide- Update to version 2.13.2 - add hooks for telemetrics- Update to version 2.13.1 - Bugfix: Clean up empty /etc snapshot directories again - Use official release files from GitHub for building- Update to version 2.13 - Fix a serious data loss problem (deleting all files in /etc overlays) in case /var/lib/overlay/etc is not part of any snapshot any more. - Avoid error message in case a system has no /etc/fstab.sys- Update to version 2.12 - Implements support for needs-restart (Fate#326451) - Adds easy rollback to last known working snapshot by using "last" as the snapshot number - Migrate /etc/fstab.sys entires to /etc/fstab for systemd being able to create mount units; this will prevent errors on unmount - Remove implicit --no-allow-vendor-change - this option can be configured in zypper's configuration file now - Add support for mounting the /etc overlay file system as a systemd unit in /etc/fstab on a read-only system (replacing /etc/fstab.sys in the long run) - Various bugfixes: - Only remove /etc overlays on read-only root file systems [boo#1122455] - Disable "Persistent" flag in systemd timer unit to prevent updates during or immediately after the boot phase - Don't set global zypper options during migration - this is not supported by the migration plugin - Fix error handling when interrupting while rsync is running - Filter out security.selinux attributes during rsync- Use noun phrase in summary.- Update to version 2.11 - Update man page to explain new /etc overlay handling - Add special handling for migrating away from old overlay directory - Read default update method for systemd service from config file - Add package "transactional-update-zypp-config" to prevent accidental transactional-update uninstallation on transactional systems (boo#1111319) - Use "up" for systemd service on non-rolling release distributions (boo#1111321)- Update to version 2.10 - Introduce /etc overlays - Each root file system snapshot now has a dedicated /etc overlay in /var/lib/snapshots//etc - Changes in older snapshots will be visible in newer snapshots (if the file hasn't been changed in both snapshots), but not the other way around; this makes it possible to roll back to a previous snapshot even if the configuration is broken - The /etc state of the oldest active snapshot will be synchronized into the new snapshot to prevent ever growing overlays - Removed creation of /etc backup snapshots - Removed complex overlayfs cleanup handling during dracut early boot; only thing left is to output a warning if files have been changed in old and new overlay after snapshot creation - Unused overlays will be removed during "cleanup" operation - Add compatibility with snapper >= 0.7.0 - Correctly detect BTRFS ID when using multiple snapper configurations - Fix disappearing prompt in "shell" command when application was updated - Prevent accidental rollback on fast reboots (boo#1111786) - Use zypper attribute packages-to-change if available (boo#1105992 & boo#1097619) - Add kexec as reboot alternative - Added explicit --with-doc / --without-doc build configure opttions for enforcing or excluding documentation build - Removed precompiled documentation (boo#1088676) - Added more dependency checks to configure script - Small improvements to documentation - Restored compatibility with older rsync versions not supporting the -x filter - Small bugfixes for cleanup in error situations - Fix possible incorrect detection of snapshots numbers during cleanup - Mention parent in snapshot description - Add dependencies for documentation build (boo#1088676)- Update to version 2.6 - Add --interactive and --non-interactive options to change the default interactivity for zypper calls. For previously non-interactive calls (e.g. dup) these options makes it possible to pick the correct solution in case of conflicts or make sure that a script will never be stuck at an input prompt. - Add kured reboot support - Tries to clean up temporary files and mount points if transactional-update quits unexpectedly - Remove trancactional-update-helper (replaced by zypper options) - Create /var/lib/zypp if not available (boo#1104452) - Robustify parsing zypper output (boo#1105992) - Various small fixes - Changed permissions of systemd script again- Update to version 2.5 - Support for overlayfs attributes like trusted.overlay.opaque - this will avoid disappearing configuration files on system updates - Documentation update - Only sync /etc if it's on an overlayfs mount - Use correct locale for zypper - thus updating locale specific packages and avoiding "empty" updates where transactional-update didn't see the change - Add dependency to attr - Fix permissions of systemd script- Update to version 2.4 - Bug fix release- Update to version 2.3 - Reformat help text / synopsis - More detailled output (use --quiet for less output) - Log all error messages into log file - Avoid potential lock file race condition on self update - Accept package names with whitespace - Don't wait for user input during self-update - Fix broken error message output when creating new snapshot without reboot - Fix erroneous mounting of stale grub mounts- Update to version 2.2 - Fix security issue in self update [boo#1091316] - Create dirs in /var more reliably by sorting the list - Rebuild initrd (needed since 2.0)- Update to version 2.1 - Cleanup the code cleaning up /etc- Update to version 2.0 - Create missing directories from rpm database during boot - Merge /etc overlay with root subvolume during update- Update to version 1.29 - Implement self-update - Disable optical media on dup - Ignore certain zypper return codes- Add conflicts with snapper-zypp-plugin- Require perl-HTML-Parser (needed since 1.26) [boo#1085764]- Update to version 1.28 - Adjust for latest grub2- Update to version 1.27 - Fallback to snapper without dbus support if dbus fails - Add workaround for update-alternatives - Add support for /usr/etc/transactional-update.conf- Use %license instead of %doc [bsc#1082318]- Update to version 1.26 - Auto accept repo keys config option - Detect broken snapshots after abort - Ignore user deleted snapshots - Include all error messages in main log file - Add configuration file - Correctly implement migration of major OS versions - Default reboot strategy is configuration option - Salt option is deprecated- Update to version 1.25 - preliminary SELinux support - support for seperate /var subvolume- Update to version 1.24 - Don't save unused snapshots if we may delete them again. Partly fixes [bsc#1071038] - Copy passwd, group and shadow to /usr/etc if modified- Update to version 1.23 - Fix re-registration in rollback case - Fix problems with updating the grub2 bootloader - Add support for migration of products with SCC/SMT - Re-add support to re-write bootloader [bsc#1068933]- Update to version 1.22 - Rewrite cleanup code to be more aggressive- Update to version 1.21 - Reset salt grains even if no update was found- Update to version 1.20 - Improve documentation - Add pkg update option- Update to version 1.19 - Add 'shell' option for debugging and testing- Update to version 1.18 - Auto accept product license in non-interactive mode- Update to version 1.17 - copy modified bootloader config into snapshot - unit file cleanup, no change of behavior- Update to version 1.16 - internal changes [bsc#1045942]- Update to version 1.15 - Rename option ptf to pkg - Add option to set salt grains- Update to version 1.14 - Fix check of return values of commands in pipes [bsc#1034900]- Update to version 1.12 - minor bug fixes- Update to version 1.11 - use --no-allow-vendor-change with "zypper dup" - update manual page- Update to version 1.10 - implement and document rollback option- Update to version 1.9 - fix umounting of special filesystems and subvolumes - fix interactive installation of PTFs [bsc#1023026] - fix dependencies of systemd service- Add Requires for lsof and fuser- Update to version 1.8 - fix references in html docu - build kdump initrd if we build standard initrd, too- Update to version 1.7 - build html docu, too- Update to version 1.6 - Add support for kdump [bsc#1018098]- Update to version 1.5 - Install PTFs in interactive mode - Sync state file between current and new snapshot- Update to version 1.4 - Fix wrong error messages - More debug output if umount fails - Try a second time if umount fails- Update to version 1.3 - Add initrd option- Do some spec file cleanup- Update to version 1.2 - suppport ro-subvolume with overlayfs- Update to version 1.1 - bug fix release - implement lock- Update to version 1.0 - implement and document PTF options- Update to version 0.99 - Support for rebootmgr - Write real manual page- Add empty directory /etc/systemd/system/transactional-update.timer.d/ so to make it easier to override transactional-update.timer entries.- Update to version 0.90 - Finish normal options - Implement support for PTFs- Disable restart on update for post install scripts- Implement activating the new snapshot as new root filesystem- Initial version/bin/sh/bin/sh/bin/sh/bin/shibs-arm-1 1656353294 4.0.0~rc3-150300.3.3.14.0.0~rc3-150300.3.3.14.0.0~rc3-150300.3.3.1 transactional-updateetctransactional-update.conftukit.conftransactional-update-cleanup.servicetransactional-update-cleanup.timertransactional-update.servicetransactional-update.timertransactional-updatetu-rebuild-kdump-initrdtransactional-updateNEWStransactional-update.txttransactional-updateCOPYINGtransactional-update.conf.5.gztransactional-update.8.gztransactional-update.service.8.gztransactional-update.timer.8.gztransactional-update.log/etc/logrotate.d//usr//usr/etc//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/transactional-update//usr/share/licenses//usr/share/licenses/transactional-update//usr/share/man/man5//usr/share/man/man8//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:24849/SUSE_SLE-15-SP3_Update_Products_MicroOS52_Update/c51a444d1a520bc5f951e8bcdf4fd114-transactional-update.SUSE_SLE-15-SP3_Update_Products_MicroOS52_Updatecpioxz5aarch64-suse-linuxASCII textdirectoryBourne-Again shell script, ASCII text executableUTF-8 Unicode text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/transactional-update-4.0.0~rc3-150300.3.3.1.aarch64/var/log/transactional-update.log' (No such file or directory)RRѺW-inotify-toolsrebootmgrtukitd4.0.0~rc3-150300.3.3.1utf-84a171d05b82e39316949d7e23ffa18a5224a4d984d5bbabed3e76f89354b6c4d?@7zXZ !t/ፗ] crv(vX0-k1fb'ctE wiZnG0SJ>3R5rˊgez0M4Q+ՔFWc% E|jc@j!8zA-Y|0< &E6${e!fnlKcWc !ZaBXANmn5>܂js#Z+>"`[tk'N9o|Yrk;\a`TQIJ?&thq*e?Tꚤ8+fD:fGR]̊Ak}Kqc9wLO-c , -9edGy!Y><%& (t(L1Q! d)PTm7h9J' DQa^jrC2)C{ޖ7Pr-@68:LV,Z4zsUO^(ʓG1rCQ{o(k&u#Nյ0kN1~Cf&/"hmw ˁo'A_RWՆ4}" GçšEXCԒ`;*͛"`Ur^جBUO=f,/ZA22ɆYhJ~YM,-vĀ|~6"#~ Yҿޛ{i]dm3R#Xs&ˬӻT/,/"P?& ~˜Z *>:wd[a ˆ33L_ϵ$~1B`TҐm.0j(w{ڷ)E],~hG:lEU^a.Zfr%NF; }[F WTto^-n@ wnBXsnE "gbL^Fsp' տ`YG6`4YUE5E~1)>hR0$P|3u%:sw0ܺhxl G$}\dBu>õp:}b77C6o#78 Bi#ۚ81!L !>'^H,4+HL!P,px+[ƴ1^8B}:Y%f-=7K.b $͔'{bg:Ja*+ywP.@5OXS$HuVGwg2 ``%Bv+uY\%KOYei 2jf$ Za!0f# Oo;4Ƀں#)W& KV1E+Zl# 7vu} JW4|bR"ζ,G cs-AO,sEq[E68Ui l0r-C}w(h49lmMm&gf ^o/O&xg3}̜.wp!QO1aEf'.(pa W&=>88OجWng4"7vXK3ږa'N(6Ue3Us!rڱwZbuX G*b/ﶂ)=o8Y2\0u6Zz.\wRؓ5 1ۚhxFvEsX[Ieijo3\Mljd㆟*%( O;[>,-?KA'?qBDԫHK /X7\cEωiJ31s-L1a"9(+4֐u Jp&I+$̊(\/uѻXDoB=b.&FBvNGԴ}*xζ 8XGV)eB_:1 vT.V\\a7(R dLkjF83]JLPWnp.@'v5x[*mN(_湁E`АLh("UC-DI@|%:=:f3i#2pL0ʭ8M_askUc!Dr" 1jcIO6L[~uF%k6y]`, 1Z«VmBP}AMµ8wN5~*Să|mH5V+2!wc9aXk/lcf~r.ɔv"()=MF Kg ꕷNI8-JxrB6b₢ĉK:<ݴ>mgqӇN񇣛n @.#ߠ;Cp\Q@ ?!$Ӷ|- ܃i.H >8ջ[+"nPs1*ϻI1%C [76M IaE pK^U:jhߧRj(!9Xphm\T/?/4QocBMGc뀰Dq+we2SOe,/mE<&%mKjh\xJ8:H.Ƶ?"×۟ݮx,uٍ~]/ jRF9F"`m.N0D'mHa <lCg LiPBL&bf9u{pOs!PVQqCxd|s,iA3ե,Y&[@1@Ns4^#;} `_Du>c$ԇey'zs6 +9fb?HaaEQuD'$UQ/q4}ũSeVa +`W":lJ _M>aL56=4mTy :9~35,Sa ՜݄voED;[W&WKP\tάs7;.POP d:&s:-fJrŔFhIpt,5'YOעVp-fZo M-Wo1X,ɬNAQ6 = Z}S1:X'T03bDo]yƾ "J@:(\8QZ,^tcHi(FcW'Ợť4;dǬ;i$|^wћft+klNCZy:8guG@ݕnFxԙp:=[!5l1#ML-(Oqc G$oa^1x]O{oC iطM`2S|1e٧6}+'^7Dt R*p]}(`r9lS?_sB~<%R _{]H}xGxRQzǯl,D;+ ėbRXcSA׭|lFLgT:54K=߰78ZP]%ͣEWn%/v[s Tq}kjȰo@w|(f|>3.Vmbpu}"!xDqEi~yQQ 4f '=0jTK :(~TC|>qwXqJoqmh)rg-On`x3 b8Hz;+X,ʍ^ջB)=.Vgpν<9 9;Nc%r]i_Zv}*eBL隡N:O05`'ȑ}TfF{05VG&`P;0e\j qC[8g+@uWN<%Ol8ʜCqYnfd-(2iåT%54ԟ?}fęCJvC%.z\ wr?Lֳ,\ҳ;&F4/b(sdHk-ACM Y-s&%Qjk:puJf= Ú.Rh 99 {6Z;9'u g损5=e`Ȯ KC|g1MBc7OGe*n =eJr(w2u[#}LfR0xRX4h)B#͛"WJj ?(Bqj6eTgGA4$=! N#*7jE7핈M(TщEϐ4Bƅl d98 |o@s%'̰-/r_* Pwu`\lD>/ӔkŘ1zeշȋ=]zVeJE^1Pҷo0OE؇) R"XHKu2ub2zP `DŹj:oQoDr5lAa_JiY>8A+yNQ ,!KxWRW8M g KZsZ⓾,Z˒(-5p4Cxu<\KR:?CHC6O-Z4\֣4:2ӡ9eo3ZM~@;#& iTN͉Hr(/ER/U"H/L ŜLP%kRZhͼ`>X1-g x .Y,o"-hyÆ_;@ggDIl{Gбx1hˆtrj]аd%*et/r;h]Va+9e^!QA ]ӯsJ3"v*C9<>PCd@^sY]zhWqHac\֟4xSkc Bsj|E׀WzۦL]lVmU[k '۷hg6?i1H4֛kL(#^|?൨Gr~]tL -P7/L5f3Ubc{cVu5MDM!9A55+u ȥ|ene"Zh`[\> f- p g?y'=T* BTzhFg`m9xYuVk–tA[Ʊ)ԻZru ۙ,L9jiB3Ahט;^@>ոcOLXLuP+kH+z_yX_/8ԟ޸Z_lfbJ~0Z%Z@L0Znm3 CD T}q0'Zyq:j!ܪ:¬5}ƈ9|zN$3J<3|%ИR_|*ɸ=*ܮhl>gv3~ RzPpo_:(INiڨYQ.gQru!. a`]PDl@wIs62cT|) %G~z)HTee9[m_%;*R'$%]*} Crx|kWQ<4$EΖ=X܀uL=P~4JG$K е4vqe l%&U`pӅ\ʾ&<v%I;T)1<7%}X Xml_6@weZ.t' )7KH@ dע=ww#٪@^@jϞ|VjŅqWu{ Rh KP64Jtr-I**>س`홍>_ w gB |έK??A*9cVVzQqTa'Oat |_w&&:d\F؞ d\fi1Ft[isqp!nOh8!hϏ򓋯MlHT͇z@ t/UjaH?<1ߟnA#5##FpM錳*>}NNdԬq b4YYs_i|o->Wb84#5ұlQ4-fLji/T̉FŤ-&l-,qp?9Sp"n!M( e#խJ* Dd;NQ<~di/sHW7!|żdGw6VEԛi2u>N@ l?Y^Ѷ $s2Q쟫=zZma2fieuQ$P$A: 7=;tVOsV{42\iS^H7Cia^e7T3oԀ@xbmDy2ìYU8»`-]Ab͝T˨R{t$e<8 .u+Kee<6-DK,,LylAElPZO~5g;$H.o_%pܚ?IYp՗c'\K? O=/$n|4Q um2Tp7$_B-ɪY;*Lzi>W6bXvƒ8S儦cXjZ$u,p'np'W;7rFb&rg|Ҍ>Bխ>7qANĽo l?G3,xxY)Ԡ ӰAv3{{2gT×&Qj?@ގI!o3&?By/x6`fj8 ~18;o& mQw\p4@>`FJirNDg6pwQ쮈/`ujs=B+c)wu'xd*M4FR cÚ4| .hӓˆK}|ful $ ]+|NZmDJ$3JlĈArr+T]R֊CDalvl2H'Y3 DFGYQSDm A9lGPczْD}pIm,h!?ݜ[aP-RѹsqI]K?xLX]GnU..Z| t>9Gl?zk2bnس#Ûjyg52ݲBn7R5Ve"gCvfʲTV$LFGiD4@7#>EC]Mя4F=؜0\&b`=,|: 0Xwa&lg8T)v`&@}ghkܕٺ3Ky"(-!daFDT^ 85 |ߒAfG&mfRn;2pj 9pGt ΉNNLCrcz櫍=4 >ȁq۔S~<% X~#@}Oa7No:h'//D"#ݡ$Ų-`3w@YG 04(%Pe@ `QkQnIŲT&?u IRE{z#3/b vMX297A%؆pS;DYoݎkz(qS0nqb48K1J)Mz_=U[Oˣ]5 _f. 7<=_X"p5NH^>mOjO&vՑgI6Z3,3`P8UV聈앨Cn h*09;OYopgF0,kv,W8X.~h% (wY>LVo8njuض 5iv#u2C_';]D 'tR_}xjemH~rƾ)s,?hU~VkR!A!kP h$-ЋhL'/T $7 _v}lȺYFEXhJ6yc.Y6xicK+ŀ.H8E7aWb\b KTtnWzҬ{_pN5rz+NiMSqn;x b*}zY(2fO-;M*ǰ Zղb=XcַRN.svI1Uێ M3uxi95@CIa:ZZuJ- 94.$[ث.#zr#9S|'#", P˗"dvBF̘A:ʟ#q][s3nnkUSMsړmV' mg;`rwk; %dz w f Hq$ҞGFҋ\Ɨb۸8_>@:.RRv$xo)I:IXqvvNAQ J#ß74}ds̳O_'Qve A3ȹ2ZA~6ͳ~:uEYZ=%+fc7`Û1Zt8:14PjФ{!ۜƉae^VJNrBzT8!^:˜۰Eُ#(G/MBCEfĢs@|XR6j' 5ό/ʱho9Ғ1!졺XF-|(>Ba$]BRFf/#6v@E{3Dy%ш1F;)!D{oMiSo%{m)foJ$uDT(ݱWJV']}]Z͜U.K˨?e"ԧ؍6ofSIqBb e>,]r{x_n{oѓNcjFcc^iiqwA6|ڄ՘o_Җ}{FGƟ.XKpa*ß.iEaU5p v+@Q{<0&UZEl҇l78;L?D,MilǑ/ag݋B.|==`->I'j}493p{DKYW݅+ .QHf^7[/;+t.~^8*̞ xXK<s#WEC`^XTcB: D̸FlÊ/pG}73MgkrjDl0S7/(`J/0B~Bp;՛%u0̑oїr erAR c> 9St7 Z^ի՜Ĝ;T_ z(GV_1a2Ś=ITM.!Mz',ҳ{R/Udn9ZZ/d|{ƫq/X9oٶ|ނmD2Ur?Ѐ,3 3Y&OpOׇ!SewiT/jܞ5pOVAZv>C$&P{ y b._:̝6GiL ݑy?_QvP+>Tuu.=܌G!QkՀRTwZ>Fa Q){$guZzPX@tD>@~_S=PQfacRa;3Ӳgztk`aV}0lI6צشOHRsiV]ؓ%%qN6 H5Tn[~Y ҀEii0_3=4uy$h"ۖ+1HsC94ጩa7aBCA" %=ц0p8bI҇[ㅏ!%{k5/A eՙ0Dl# -LZ=ث/*4-{NoH3zvJs]P. EixPe: %|gF" 5/^VoĮjUe)W qkuMuKy\aշVNtRJ B836|K^:,A[;Mј,]8r d) q߆l/5CsGV674HB(^Ж8mHc߁KMwɘ]x5򀈀?T^?H=I~I `Y8-Z?^ܵ-BcZ({ĘH5`xf}<.L1+铒KhVV~lci}B)–lW\l%jqr 8 (u(?^>3V^FyuR ȲIY9HPqU!/t \HBh0j7ŽH*"u0Pw(Ez0X6džS`׷P`|¿-YpҠzQ2hќodn;C5Sl;oo(&|cX#"k%RTD;El^Q[SiHm~,yhmA,Vq>M@cb"y\곴:Ri|*c<DFKep(C#6mKLjPKXhBP2Y6 gTخZ6- ǨK0Cs1}xD.]9zsi0tz7Fj1ݓ0 ).<p x`!XLMM ZE|bh5)'5tSjuiܤ繾߂ :2^R >UiѢ5g{A4b凞WO3\uPʋq!mH^1栰BɧhYzި$!(Mz|7D1IH(M}A27ɰ!ȅ o|oi.QZYvEޗN%1ج\~8d1_,kPiׂF="j4>ЙKA J"w'b4+YFD9h ǙAe %%%?a$CȢBD3 ~}6'{‘wjĸ䥾 voȄ׵͓YR @X!fvg_ߛC<ЁK,+tLJ0~j'kw۫޿O1 ?plqYvv傗JO+4D`mRh3LQc> жݷ  N 5̶!BѐUau=vIS*= ,v۰L/m&0w󇟊 1ҕGwYfmΛ;jDџFVϣ`DV*pd D;BCx0,%j1}@A$7>N0 6m "rE"0Dž_n_!k/Q3#Y?[Sڙ k`XXuF*k{VNhM@,id" S8t WQk2+$.:IWGi0۞0nTA%35n+Sx{9Uf=%K"o{ ҫEfC#y1xsX3Lt</ZH$ie߫Zϼ2{:yL H\(º[sӍx"F!x}ͬA`J+dW4Pݫ\d>R< =ַ0910ԲEz#K40 [@ԧwZ[U:E>?9UQ &Y]Ċʝ@h5Nlć #6  f*GTrЉY 2Չ(/^VĠtGIr_7G9gE 4J(l P㴴-mP:Y]:߻NjJ3P~8=Vt&ja傲Zunf 4R]7 >JP,^ݵ&uU[I򞍘J'蒸 nL+P!*Lۻ#M!kNZEyczÈE5-?MiDu ? Zg/[}Y> '/,Oc'h#F燊XTJ-G`V)\ϥN)y3LB!HE'LzeM^g{2;=Z//iދD5 ^ &O'ye^!pMq3q> dIlSacHݾ[Qkh Q'/J7^>B|)= GjMt]&iD2]֢ޭ㣂u+8X$PWb A 92h4@ݾC6z&e/m?(?rL"KC@}Bu_;$vm#Yb!Mg}b2:8lQvka՝y$1z~gbpZ}3b*k62E=g/$-_^Ѳ4Vއ,elF½MEWmP9jGEmdNM9D4qp=~b%Tę/>&#?N4PSu:奖˕HɱSbC*}agq8j$e7XԀ\IgSlyLӠU6a/lz Ťڣ]_L>DzYē]|C'ڥ4 3tk&M =?|URlQ30#b}Y*vӘBW̳D œ٫ha-ۦhkߜ:Mucd@$isiU_v҄0l)r#*a( dNC`8vS Y1UT}.~N gJG#/x@@^(ZXo]y.ucB~׃듏APkD\dXG+gpj$J+ӝmFSqȭUD`Lq3ζ1Vhö -7d~V3iDRc>U(=Kfgۮ H;ѵkHH~qN\u2N`W+v.yP|/Y*e5qtr Ꜳ{O?]5FR 4㗏v &U: yMo_݅bwߙ* n'!O%p^z\T\N-Sϙa'am3@6$u 7<.7+Hyե(t{惀:0,Q fR8 Un%j~?y:KsL(ݕ$1bS;g*̊d1q1H{C \7Ey.sWOһTkD6rZ+i'gR"(*IwaTs/~ ME/W8eqj2*Hܔ獀~E&M䓸= wYd{d#=kaHJ W=Wsndcֽ$ :~JudSq*]@fQ_3$"$vC3,v7ޕ2Wsium$RӗF^(*U|!exɐ6/_3-3R= lHivZ*e^ncqG>ưIBȂ\O$+G(a .{p骙>6_ t:$7kOC=ke':Z"tCdHu2 / =```wOaN2U$kJP l%H0(ܑ;F7:(F>D ʄXSY=xqr2>|o9kmrC LIAV 냃vro6t zU1yFfQO{lWrz͎V~L8) s~uѷ´ FÁ@ ay]ר eFrs]HQj-ѷ`/ +oĮ6k=7 JN(Xj" LyT:k@Ytq$*DgSFn:,ې$| I*l~cq%OջD^0mc< Ig'0 wgiMX̛1AWB KAjTF<0*O> %U:Vi\p{~viX9>擲0B*x$Ûޠ)?PŻ/`Αn>l/(ʲM `M,P@Bw1f[Q` XlAFPn_QlqᔇzF OE$sKn 4f1yza▘6bcr;zEYFL|s2ەJTrޝۉMuNU"^{JWthA?(w|;n& 0qJ=!!*D=nc4zRjCG+ `Wba|6dzNuԊ}?[=b][FA[szs (bWMs =+ ć>ZSUf&$L[|aP2q!Y[/vGLqO$X5R*F"Zs[>q\~SS =Wܸ \m[ũa 1BQa{Wch|r:3C';F@7EVHX*HfS[,"Bfrc|FngJ;*qþKP%~#Ay]⡭1f3Z9mun n]R`eJAyQx?nri{XhRsHjis i;usbXem:vv̄t-Y`{?ea#>;$cQ#} g3_K9_p@/YC^,csH$yo~`RTF7·ؘI6p=5ᏂWAYNG9SԡU.bd?gbnN:al-^_e?Z/Uxt9(P~C{iNirѿsXS'RLʵnܦ؇1Kh݃ylY\!F}eeb3+U[DsְAU A*T3Emfac. ] -Rd9A@@%N+ #gjG<#6[>eta tmׅɫQyQ-خPh/8G@~[ʹGkYЧy@ PZbF1rH_`M@<JJEb3|w 18:pяƥ % Ksńt1a?n1Ărf(_vYTE+cax{Cd┞Oȶ | U:@$oc̪֖sOZ [u]}+giݍC[p]V"?Fcl563]$Z>TYZS{}wtv]\&&ⓒ704Nh#q H0|vArP ޛBE0mh0:_r'H6cŸXqpg<]f/׎'G+wcT}^ÛOmm91Ni6aON+>SnD5\v-t`vpHH͔(ByCN&b >zhpYYYztԐm?LP }sk<Meao#;&lmuXn'R(,=PA䓻=ȹv D<xt( }}tIpc2~+ifGd*hnfv[c~ Y5!>a>1U x/H^pqc_!+!! yS}Ң\Dm2wyCz ݊LI[v 6\m1D0_鋐% +0Ͳ^1Q!jR0 OT߰<.d uߝ3xŲW@T-{ZP(_-6/9&y%k|ba;ie@:+:t>DBgya 令(h$rସc^*?:bZ\ .JEE)tm,N_;QGM+lϡ=LtMϢ&d^ILHe253u4wox%ȵ>p*Z;4?n'i8$9A5qbp7~άGPP| E+Bݝ,M~: 3XHctMFN ת.jR'7ivF2dƢ6N1WQj{AݽzM<ꚆLz)>f#>ގEAl%[.&*Kջ"Wo>\&y^y1YO :-LLDv6D\&TĥgC `cY}H$5lM,E`C" r+uAU@\{ԢSxմ <5vX+rUcߕ@:/Tr{k;F՛'cҋaRu`U*"<@8 51AC!AGPS2  y ]mS8 #w8S+Jm}%Z~cC)~>K9>k5[Bi%!le.,u8 mm·Y tvdɣ0S.ww!%e* 1:_\$䪨n|΁X>c}PnN!d4eQ :? _$X~ &Hq"4D4Q({ŗ1T[rP쎃h[4Fu^ Ai p|[H&PN2+Yx(5@4Wv9UhOq` "fmAXp Z4yKB3TnO01iUi-*'y0ZvBkgd^/YGoov@ƓE('V~YVFHa`B@FQrRw=aqnжN mN )bBQr#>"K d3fQ 1ϊbJ0^((ߡA_Ғ@6[dM%+_S5øyU2h`5s,ãЊUlI(5H9>W e6驗_x]d%e7R(c‚cR 4&SOC*EV041Xi4xB!E4\/!\- r \ҫWv+'Xj:ouqir@IФMz>n.@VVt2tY_ \~I5kP{7R% iiM4wÒZ_\gTTkyHXEWM,t_7k_;3EBYޔ%7%53 R/XqX}t  (-jIlj 9jHY 7 c9; w"y E3E+^Zj7Jy~F bnOw(VkY=:\m{s_6EUjH)Ӯ)=D"a3 [.E%ū*# Am2+?Ƚ5pqiU#00]@RJKyN;57'vqf)3s`SIf/([D٫/W^c~iR48X}cVl-}5A&Mc^3m-go%f+˂U JamQޭ Jt)N"2_j"A.I|ܔ=N,$ze6HܘI1[y(Q8)VſfHQ~+ѦVB*ӈ"1]кYHSL_x-.=M/EcQ366mWБDUKeHn}^I Ic,LެSlR=Vr\YiSlDs7;S<c+}i7L~XeQtA@8d2(*cY>cwqރaU6Q]^!)CLVQ@~`Aw?ЄtbpV%|Fp~<ѵe+q쯠~j6| A&(SXXi1ƎضMiJ}}nق>çH*;J;32ZzO|! oBϺ0mLk )K&N}O鱃QAku0.0m:+n15aWQR-_?M$}ד6.|}LΒh~̻n^ݝ' BqH1=os\{ZsL aꪑs7`RnѼz#olw;DKH0z状՛غ.4Fp ap*sd0O87GWBG 3+ .v}hqDM'=r cȁaTlbңǓv(!_)9EݜXPkKb)#vDy at9 "(4.)A }4X45`џ$Ȼ8]ʩ37 7B&^k(՘)Az`kd/5~m ɁAsǙ@(XND:!:4VDu7j?SQ9F;G!&㫏S-j>_A_!5 >"RD.Qbj&> < #ٴ ;2]$H/2N톷D"}j? ٔ+"Z\AFe'NMɵNݔw4<<|NSP`z F_6q>9;n;@JZ%-;3:8ij6/ Y輔o\c'q+e< 0QӀ@DƑw૎sa,vaʧR^q;Ǚӫk_vP^yԖD׬Q~ jm})uTr] ,*e.>TeZ>26{D:gߐ 1k ].s귃a`^E\ntբQz 0 :BM3y`4޹S {%rȖ?.Y9-rTsER%j7@*)ŶoRV}F gݓ%'4i.TE`Q#V'sS%'j7zl\7L{q^`K] "99`=fP\MT*?7m&2C7!`H7k]LWmi4 YF=dB ..Y)$[prig% 'k.6F2^R_/a*cd~׻A,F969MuWVTSfϠu>'Ɍn#͝n;[ۨc:V$YHbc=WhslZtΊVV[E7N_˖[Zi=꼫22mB{k;KW S @"vsG-T6~^74W7-D EiHyr*wҠ"Bt^M`ݼW`PwWC~w\Ǫ8#e^t d' D]_?f tYsWS;2h%n.OWzg0Qgh! i&.L9=9_4~>*~fH8H!a*LV}?GK-fMF>HV=dwԬF-$z_W%^TW)B 0X,'LJ:XƝNzTCM hc3/sٟ<zImX'd8c#GٲG+iG΍~s_W̌ %͚gSt%wOQ螀r~P=s!UW^ qj\Ш>,=t2?լF0W!;`_>g56@E1o{?n_i>y$uQ KLiv2LJ=NeX< l %fh5@sO3pp6s{.5vż}Hw7p] ?U-*<_D'1,r{aGM=z`.Ef.KpBWjnsUՋ^֤鿛|Hy&BE84埠厓X ղ,]Duq9iCAwF ţP'TZ\<źa]}WRoW?6ǎoӀtljK7O.Lp2>/ M=7 NK<:J:,՟iVG麌&LYW経[#%4eU|lQh{6= qY7s`N~=p(سeKH}pm9>j?28>I}B~(3ؒv2Vv?"lf=De|=S+P0F <&#L̩x hwI%VŶnm9px"ڡީ5G_HӚ3_;R1]kK dI\δ4`/ 6(s`,AQ/:U bLʝl~in<N=X)LLl 7_.B\Tf̾W%}'G\+76tںu@-xtr(* ( $DKJh-i#@Gz/c],TaJ z a Dkx[ E/5cExWl8قfwH#AZ-ѣ\.P(4E]ܝ ;#igd7»Gܑ16YΓMy'wO"ygǜ>R,I r*PދAZQӿ&c.tE1)sE= 'Od vhW|9"9O7݁E,ʔফXtw tjʮfyпٗGvWesnaKjWYUrŖ]$r,8%B1%ؓ&[ ~9,sqeP2=ֱv19M-ag\BOm~Iť'5=K};O E"G,Z9ٿT dIBf:F(Z[Y|[] w@` VONϤ?iɣsCTE7l֑ۡ{(|7HrN5nCdPlQb;sH/% \e(X[簩#RZGk_ei t᤯o|'/?fJA<t20S6ߡM,Fm:0Vҝ4ŘW`zG^tDFa8'GSi{RX ֫.!P(Nc~U(W{\~䓍OZgCn (Ô!7  ?=׸ cK?A}( 7-ՋZ5i}p&$`oye){QUV[rp7NzI4)mlF4"jz?e粌{"&G.vRrܷe0\ǞIxWi<J!ݳZ+@t]@^}W#0Sr Du ȈPc|,=D7JO]Z*} F/HD*ҩzXϕxQ󅨆:mhAYNtִ`h錭Đ_l>t9e_YY74sz8'_S;2M:0&v֩>,.Mm*}'`EQr,*xEi0Zsʛ\N:Q kaU*ۗ/D"flD-c'!,/8ѻF,3fE4vRN)6+}yrXJ ?;()UҰ󋯦tظö,;uFşnm$hvSV!JWCMQ/6SQ>gS C1‚R C>(P-`C7s1u^\* DIvAGL1))؝1_LhVe {:׻y4}vRgvφ|.(.lR^Y"4m)(Xn ]I_TT^BV7^ځS%S<'f[+~#]`rl:ޔKmI)Pivp,'%M_/wkGi<_#`t蕸6\}_=K %"n(>C Jrr7/?IKZU<-| JԽ@fh2T YӋ jteWՒ!.c|r^o,FG=R{2.Qֹ9$`lw /#cOinrrb4rTa_)^[Qfo=RCPjhiA`sȤfَiJWȻGμcObm2R3{1 dF㈟k Ψ]a< +KQh-+:ͺ+{vV*5Ն,;`6B `AQ/:`DUh\6"ְPG^aZOxc)j94h)Kj)Ejv #b+UƳ-VwMIŮt('BTR=.& G ^7ޢ& | %gLv Ԅѫ"5Puâ{*8nFXؿ+[!`F.[NYG܅u89:"ߺ$Ip=LGsd+2-_ngvRZ`( NLN[K?Mzf?JVV |7`NT7Җ^]qƍ&uZDy#,3Zq+6_Oc<oJض6^ `2U5Ysh@X sǦG g6FU sC:|nb+Q4yW)qzQ&$AZMux%a_Em{aĨ f-m!qIߠA:8!? $iX7@?We%1?cz0KZ(¯!Y n|`&K7qJO_S35xS[tJ7Q=ݢYDvxTaq%r=M.80?2kl/hd.\}8~vS K 86t)8hJ؝:Nk?l{D rĭ<3om# 㨴bSH,v9B=ڍ45].`( C93 I{vB^ (AsK)[jPTKAɠx}-n/K4s 2`ç1n,UE<&myr4)Dxǔm$l?@tGW&-MZx4 ȥ_MR|̻gR)h͹ݗzHO(4c"ldksCYX? ۑ:>FE{`hDB_HQc8,r\Ԕޝ{u'u;9n!;QShߠo*=i= 4x6®^+\T}g̮[%z\d:d\ "FD)&I0Cߪg@N׻ "']Ⱥ0KFCмbMF5!dŖw+#y!mmJk25G`JCzζ YZ