transactional-update-4.0.1-150300.3.8.1 >  A cQp9|<ւSNAAF٤_u  ,Ӄ&\l'XwVjCڵ͚ZF6-f*֗m~:]9 YL_/;mDk̻_NW?BMTysӳ)åv%_ xzxsO՚]=7b 89X?()`zQꢎu^CpHJquGt |z98d619aac91346e367970007183b4a09e2bdd3e9ec91a9b0a2e7abc9383fcd7fab557f92ee83505f2cca4f0d8c2cb4127628d579(܉cQp9|2AgWi0"\F'K937;>A^J/XwAů5fC DuڮX? Q`eOnwoK г0y rıafMҮ3ŠLԂ4eu̔aYWDY)Q|Ñ<5\X`e@ Mr1n)S&TŃ[e;#j+;l3Vy8'^ X )R7B†Ȳ4>pL?d * Y5 KWF>d   T  h  | !0!!""h"#($(8$0u9&u:-u=:>B?J@RFZGpHIX$Y0\l]^ bc4defluvdw4xyz 04:|Ctransactional-update4.0.1150300.3.8.1Transactional Updates with btrfs and snapshotstransactional-update is a tool to update a system in an atomic way with zypper, btrfs and snapshots.cibs-arm-3SUSE 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 fiXAX@l//A큤A큤A큤cccccccccccc6ccc6ccccc23a08d3f2ffb6f3c5a4faa7c308adb908804547a814bf8e6ee46d9d4481b25dcd40b96b2e80310fc1c836fd54015445066272ac2efbbd34a7887d2e7224c1f68b6be6c251c3efab512a5a0865a3fb7436d39afc344148edd5425d38219798c191364d259643691e2f2f5b633279df22f53b3826867df1724c538a037a44ec883a4dbd8bc49e207e0178385c4588466853118a5af1253204bc3d737d8e22248f3521f0892ae8a7ad78b2e94c574d573be75c4f76c70d9620c79891e584b4653b8b15637138df535dd96a612688bd5a89382191ac15e9c13d2e6c406100c8ea6627c7e2140df01b575bdfa28bfd667ed10c4991b7d726096ce436042c74d4a373bd77fc3cebb7c1c69f0fd1bf742bc9edef93e2931a756301020c6c4ee1f830a583696f7011cd3bfc9aff2d8543a61ca0127b2dbedc28805e1d3352193fd2dfe3a6e56b63f2fede88b498c014a996214f858a90545be38bfd7f2347732d1dad9774ec94987f3af0b357c6af2280ebcb5b352e6c5fd51f4c33eed6e89d8f20ccb6cb8408fd09f03c8a7291ce8cb3629ab5e0be97b13783c970430167de1ee37823c3583aab6268a71b07510db46b8970db09fabe56baf37eaf3fe5cd800a0b2d6d6eb1124a2ff49049b3ec8e8f2045a5a3e44673ffa5def8399e4c3f1be39f88b45eb1124a2ff49049b3ec8e8f2045a5a3e44673ffa5def8399e4c3f1be39f88b45@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottransactional-update-4.0.1-150300.3.8.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)tukitzypper4.0.1-150300.3.8.14.0.1-150300.3.8.13.0.4-14.6.0-14.0.4-14.0-15.2-14.0.1-150300.3.8.14.14.3cobbb@bq@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@fvogt@suse.comiforster@suse.comschubi@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.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.1 - create_dirs_from_rpmdb: Just warn if no default SELinux context found [gh#openSUSE/transactional-update#88], [bsc#1188215] - create_dirs_from_rpmdb: Don't update the rpmdb cookie on failure [gh#openSUSE/transactional-update#88] - Handle directories owned by multiple packages [gh#openSUSE/transactional-update#90], [bsc#1188215]- Version 4.0.0 - Last minute interface change: Changed "List" method of Snapshot D-Bus interface to return a map of properties instead of a comma separated list of strings; this will allow retrieving the snapshot properties even if they contain a comma in their value [boo#1202147] - Remove "Snapshot.hpp" as a public API for now - all public functionality is part of SnapshotManager.hpp - Add header file documentation for SnapshotManager.hpp - Add method to delete snapshot [gh#openSUSE/transactional-update#52] - Allow setting description of snapshot [gh#openSUSE/transactional-update#55] - create_dirs_from_rpmdb: set SELinux file context of missing directories [gh#openSUSE/transactional-update#84], [bsc#1197242] - Fix broken logrotate due to typo in config file [gh#openSUSE/transactional-update#87] - create_dirs_from_rpmdb: Fix handling return code of create_dirs() [gh#openSUSE/transactional-update#86] - Fix broken "shell" prompt after selfupdate - Add documented D-Bus interface definition files - Add tukit_sm_get_current and tukit_sm_get_default to C interface - Fixed typos- Moved logrotate files from user specific directory /etc/logrotate.d to vendor specific directory /usr/etc/logrotate.d.- Version 4.0.0~rc4 - Fix building with GCC 12 - Fix stack overflow with very long commands / ids [bsc#1196149] - Use separate mount namespace for chroot, allowing overwriting the bind mounts from the update environment - this could have lead to data loss of the bind mount previously - Fix C error and exception handling for snapshots- 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-3 1662100990 4.0.1-150300.3.8.14.0.1-150300.3.8.14.0.1-150300.3.8.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:25588/SUSE_SLE-15-SP3_Update_Products_MicroOS52_Update/91413ec70f7084b592fdeb79ce3ac4a9-transactional-update.SUSE_SLE-15-SP3_Update_Products_MicroOS52_Updatecpioxz5aarch64-suse-linuxASCII textdirectoryBourne-Again shell script, ASCII text executableASCII 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.1-150300.3.8.1.aarch64/var/log/transactional-update.log' (No such file or directory)RRڰnQ:`Pn([inotify-toolsrebootmgrtukitd4.0.1-150300.3.8.1utf-84bdfbc8e8859656e08ded5d487376fe3c1e016de3892b9036bc80aca18e1e56b?@7zXZ !t/ˆ$] crv(vX0VqTFik<:ô!aFFQI`WLv jwhvaD#*vo ^r|lZ߆j])'ſ9٭J9OlC_a=Tu =6{Kitݟk7,A1GYh)WH&[ž3Ͱ*iAɦUѷ^טѣxCi!CNsd[bTktd9h-҃Ϝ;?U *a%H\ .簸@e`_Wqk}Fn tZڂPvRϖe} 8x<чjt^y%N\S?-Um5qV+|mb ١%1WɱgLN?Nl(t m{X`/ pD@R 8HG7ZkwvPSXbJ6o^($&L>(z\=`K-_46ÂdͭaIb OAkd?^8>RoJ]W-Ȉ%DzwoHuA_D+tSuYDQSXj*l}ZOO$ 5աzU±v!˗ Vΰ }e.>lw#~qAFJR̽G_#c).5~^H\oOåĒ.syemX3Y<9+L nj᧸}W`KoDž_Bg4ĦT4j$ycz ~+;r}( _o.e:?Ff4§\c2;PAʃo^rۄ$M>aCk6CX;h!" J"_'JW(-wB,A˙SuM|.^6lcȋ#x ppN+4'{6):JUmv 5g_x*tNھsjf}CIsu*Fw2 n jqqɟV-{rVΏTgs9~{& Ac$O3{ WU|.ƌE|М2ЄwaS4mA9+ag>NOv),HlʛB Ea`OQ"?uu~vk'\M?mv W?.A%:7QUys6T6glrC6ќy4a9޿u%q8(9v"BR'CLW??P"t*U HUJJT;lM^'I&8] Ud /aɌiQn4?S<*\(PQS;k <_H*;ܜjDA/\wE-q8 !lܲKw lkƥyˈYJ2ώb bkR؆E' 8#]LJl؟=JQ,4rPfHݸ >`J:R۲:ȏ(/=4's+ pe'E&ΓsY8i4kP"}Ñʏ(eV 0ݙkˢZ^\+GcTJ /d3d&~.m+UѴ|]y'U <*jߺ+x BB*^qۆAAU__aӲ{'Z;04HGV@0QOn[0S" ="EL؜}-Y?i~93NѼ٩-ՋRݳ<|'-:],%`]Tv1Jqhmni ,2^v5`fὟ}|Hi?ӂKa|ʳ[e<݄Q3)`A3cXrm( { ;:WM+PQr. WͣF֭48$Iꬖ1_N3fQ dVyjjD+mZ~B"‚K޿tکQЇ@ 9j?N'=82@qtu@c^B ?⽚Z# '#/MWޮ8ǟUcL&yhDrZS֩ؒ;kf{ł{IqsCOHV_TᣕW`'m#$F_F# @U].[6n"Eoztm?] |EV-(i 'l/ӝ/Sr*>k4tS> p$<鷔SRr%$@}8HE_D0qJV0},cۼ$Bm`γPo0PZ*s+~;ӂj; UЁ_a ͧrҊ!!H)ib|þ8u]tjF.'~plšZM_ltOZQ !HXX  ^n?nmgh N90x7~WtN%BDPmx(A +qa@:@ OQ֑/gC(iŚۗ[rXD}ݾ2.oG!y1b#2+i af.{.$3I(kiA>C!=s o<44=Nfby;530b 'gչqNS]g"Mgh>Iem*t <e+jfBMM o*jHg|T D56vӈf"8ց`pɱh;sguf˥ƋN+0 ŞvyW'"p%/3uќףGL'+:m2BP=Cfѻ 0:j:tTL{z[r2!گ//̍Ky/Œs KU2>ʂS"`̊ax(`!AG.\L4WZ" E8ςvT~(@hw](+Gtr҂$ ށE>l}3 T6G%C <xheEJ_l_"S/g夏wǑzQs 1$0mM1bg㢙Nеm}b,`S 9łNOfvƖ)Bi*)YF|ڳ,m:ZMp(`T gȩGnl2(Ao|.3YQv$e&pg'ERV11&=V0:7ªV[4؇=Bdх?ykL,Do{>lwv1v1OF?db;>B=岸jI׋b>2__Ve(]Hf?rs-%kXv=L\ɠI{jsM[CkWNL0kZSw`W>Mk͇wxQ]VKrdԃ0:ߡAԛ{BN$8%rYubs D8lb}+oHI S}]1˱YkiP\nmAO}.*pq iڃ*7^x!t(NɱU5 Ν܇9"| ۥ HC ReX_I#Rq޳MI`̜A= ZwDC Ns2_@L8V8 +a'l\W| B>lqab*c7p}znjm }vPſS[.h@?'emϛh StZ.#@2Iz1c"U<[|J凎ۅwQ"B~@untoGQ觏Ud -[/K[8Ze,$X_)s"r KYAFxLī1+ꠥF=a‹f׬uB{Â.?i܉6,A͏O~ەouMboڶ!W'8Yqp; a9UmRX'CM;QF-}j܏beC{Y 27-EpB3 X$1Ev}ۤݶ:ORJ[AhXoS*bM ؉D$1o\64(J-/=˥nW'%˽6xuCr߬$Y 8tgHawR !Ƒ14Q%)s 7ͮb(*U7_\$5Od8nnh䙚dТ;uYlbz3[43[>KOF2D^kr,r<]˩7`A#n JQXI<'Zݲ m m9LN!LQCڻQc/P{WLRQa o!E>ըVi) M<펚˾h,JowcOhnwMb~P#HڪxF:PR&LnQ۵ܶ6x6vo 9mdɭ <7pu&II?iDBy=7>sr}zRN-yא)AGUeihRF!\37V%oL pgg6qG)ZஹE ;G־v R)˳) ^̹T#6_DE@sn'!Hዔ(ֵẌpWb|&o@.g.&'hD,!-T" Á XTbSFwIZǁ[z,Q}:N}w28QҀ~S _џHK94vM zKĀC!٩8\r_5yr1i[ gKo鬧4rZoN_-2 b>>f>xyrNn۪ʜIZ6@A4 REC#IL*DQݤ륬ٔզh1xCiӛWϓ7JUu؋&0xu-Nt:y^4+t`W ',,Ԓ8,8[e-VfBŔm`'0u\COHJzuNd g9'rK}O7rZ6^fE"MI^p)hZづGGJ]1e[| +!- 7VMi~`7Ht38"~ʰ=.p痗j`,ioaە OӸxmgw@g΁ݔ _`x~:F62Ѡ<b8+N(FJw9%:4-w kld)/5Eo@ }TN's(Kf(/gTx-3Ac@"[חO;VdJJƼ G0] \ $WbXș.&lu" |NH>91i@.TU޺E+8!>d7-Y%s0\)Bͦq=LoH38䋣%wVa)z%%Se/j$a@:Xfz[|ʥ\Nj/`X\#YkzrcF!)?] %! mEFEx%NJeg=mܘ}*Ua(.DJ2P{Xf"UKq }zv0 OV;@@Oxg]#xMK(ў!5ߚy?8`%<J37GǏem{2䣼͖ӆs5kMͱ?>s؂Va`ށ 颙 qhlWb\N Ix:E]Gd#&˟6/cܺ _m#t 7 dݯn@+JI=H tz 67Tp:Tn$4qWʏ޿aH\#hH/IIwe;*77Jx ^XRL @z۲IqsLm!٭{I|UCǴ#Ui 3EHKˬg5^Q1}  a-\@p)GHwb- "tAY0T>%LLcCb!'f#V~Y3" ]uf@迉o+'_b!֬`D–a &9f&hcRf_[΂R(7s&t܅?9#Wxc2E,_8F[Ot {M5ٸzRu @ʐU1oL۳> (I7\Ϋ2(oAi|KPz2/zEjqPio߬3YAHË!!*p_Z}!375_u[Tmo]2GfIp Ѿs[,v]+R9x( ,W %eUT$n4 Eae/h|@6C[a&\4rS?zD\ٙo ?Vo8|dKAe|!W C8l݉hpsP#mG*-M +1&1^$t/oW C@Chi ) `+ {?z(%`!g.]9$cfoS8f0%fɏVcGJF b,8[3L2_hBW\d `lDR g {8LMpunɰgIY<1 8Q89si ༯pBb^6žk36 SDT3O|_8ļyn gipo $#X5w1gGn5\J^LХ`W:ԵL q(O> QUGrG-(M-o"Jې"|~`{P} ^[0BXLp߬Sy)-yE͖NU>38c`1$ )mw`$`0Ӑbtn-*$I ˁ%%y6"q[UqG3Rԉφ{,*⁙N*|m\N+ zKnU.J"Ȓs/g%/Sia̿J0t=CQ5 ԠZEQd*'sǫ2"~%|%)}'q0#װU,ƪ뉐K90;鰣caCBWҳpTq-%vV5ӳ3 &zj-aJ/2m^CٜY cJuҕgwDeRl53BK`8_J(hs@Ł'USs?/ "v(Q29"^9fJVVbr$f`飭N糸Bve6HbLKOF^z_ē)N6u瘪`X~t [ctKڗ'.*i5VSxp{=S$X}_.ԏåR/})Y-ZH}r>¨iڦxx`*K^tXwYNժ:@5cIÜ 8apv}ry#UHAa AFf4]wާ7wŷF}0]/g) oxYZ̞@=v@b#Zq0\gUy &]Ζ[ֆk%w vץssG1hN^kO?^簵alJȩỉPJ֥8x:'5{};dT.RD5hBHEMuQYො\&uњ%tq 'r z nYS+5j{AmYٛqk%z):X&:h L.AP.άbmO1 H/E: },a &e@ PfqܭMK@A8†@}+X& ǧk.J{NoxݨJ\[n z)"0E^<=ZjSu l{U&.`?b{Åv6ݞ ۭruw셫xyH:J13ڧ;WhB 7/yS&w{nLޞ$%16Q[a=&!ÛcarmYbc.ݮ*8GN4D-]E,C9VZ!ih#,Ƀ}FnPY쮫\O#/tPŻ`TΠ6Y ztCo :03IJPGnBMW_yKink^V& '7͞li$UW>.#2w)M}H7.Rq`3vd4>Պ.1;zobŰl&Dӌ YT߱# 1Tnɣ̕7fz΁Y<=h$L't[)ID|2(MeؐGHr*=.]ɫ9@ZFrOF((vAh"umRIŶ3n1Cih'z[#e~ zfl|F5pi"3Jxݬ+b5Ky_~hd$ב̵"79rڷ3Ɯ;x.>t<Eh(-&IicxoleϪn#L`/*g auIU" (p)ll~֘}uj%}kE^ ]Gg]e ӒAL*FrJQ^L9}~CgFZI]m/dHď/վ֐qէ'Ð+m5B~@ ԟJ~{&íph2~`GLaj(q]׷T,h3R5+o h,O]^(fS(dD'[eB\46CZTD9}ȍ98M|=!`+:<΀C,q 3XU%7G/4g,2qJޓ̓t7(ft8J7Vg!2Yu,`!0l!SIOt.o\eG,a7rzҏm'j2Fdk,}埊RJϋ6?M>[HY!O[FBD4uWm?xKyD[ӂZ>0zB &xAS}IiZCB/aCF- jPXR=6zI-ecrWȽVBj{ĥį ,iM 5Ҕ5E:qIe^BzlYA'zAa '"-#g8]t=VJ8ENc^Y{!G]S1eXRl 7ak\հB69qҊߙ7Oly[#[8І[8?3jAҖ/u>|B`)Gb .`U{_~; OQ`}%}Cl/;t#cԙ87;&SML;%v_׶z*nVZPqBiidC ˒nh ݛhcv@M_%ThʒS@w3N v"!] SN[N"v%I .lb ֱ̄'|v Nsr7iO[nFl.JU?{q j[󈞰'3(:`啒n'pѡ:>IV@9pشX_j$\w^î18_Lqorb1ʐA íVwkY[ګ(b5sY; i)N!̲.6ƭ"|Ym|&*$%ޭP.g0H!5 RodtTchq3H9c~hubCf,7t  /7M/ɹLp\QiNx> B{S98S옔5|^uHZQ54wC*#/*x0i 4p Nsv?0]z!'ܴOW[cCQ5l|5*J!G, *U0˵@hh'(d`v|YT h.8D? tc;[{*!8qbl`RfYaнH?I$v3ɤ`Z ̎fnTM|+R8#hOHxa h69ga DV(RarIKR$'l>ޚA(٘Jr,_\F<}Ű=vfPi s i4 k{x܀H $9aGXӺsEQr'M3牟E-zJl o;fDH@jv/Ή6;$X46)48jk9GSHlۑ ;Z(d8CC<ڧ퇷\8Ьhz !u3:0 ?f!אz\I/Wυ=vTuC((?9.;}Vd0B!Ҝ Y#y=&SD-lpzdO$3e>+X\ ؍ݛW=eȰCn{#ZE}'@c@4cTITpךPEe$ci i޺:x􆆁E>&hCxR!xaqn-Oa^|&qUU`c|9c:~ [$7 }$13Xy;+vH/bJzOa߭<H,~zVħXF+8"s䐁&,3W~/y,ޗHјHL)`n(!yjWGs+Ң7Z)um,9"!phP^y4|Z3;h\)lGPxHCI$e>t"%7C:[37-3 m5r@ipӧT̠j<8Q~:[R&pA^/ȷW:%yTxaF'Gmͅ6\EsG` T{sċaAd%Ï R2%aCfMwcKÝ#t $"Z7P)+aD3$nzV+*H=%.$ A*$%D? l|LcvEDpG4#?Ck˖I>Hf/XB-w=ml1;/C"r'!ދDYF 0%AGԇT]s<]$t/뀂c]RzOkML~^FqM8>'*{[ $˳Y n&mU0Fk[R(^ͮ?^<k~+SGk5 UTW˕W@w!~;0(Ku4RF`wCᦆG3D)lCrӶ %. W?Y'PY~ҴTzyV$03u`I! ;XRxR;6ݕS6i~vNqT+5Qg &9}zCW2MA~ۢܽjoxf)&_mdWNaw'2Sn# }X,%y,T 2?DݰxknjV ܸkR:+a$PIJ& ۬kjuXYJt'}$W@pY`fh:E G|SP_ )[wc׵>劔zˣ7<J::r*(V$껀T:I)k,02S/,S- TNe92q!lM]"EybY?#;[nKI6 DY= lo@cEtti#iHEAV2I X]!̎1TG!V}@tGa3Os|Ws|nM߷ᵴX$x?<=N'/epRвL;a ixU}W0m@ץK&ĒVV&P$|-BYFʴFIaO1!˺'}>w?uvO/~p;n]:="C]H?nhq)m(4}u}v(^Y" 1ڢ\u9^4 U]?7֥nhP k9a\e/\e.؃ wu+2&s dPyoqb{Pֲ^kVD !G#apg| u%3|UeJ `>rYd;'C7|!o sY8Ė(b ԋؠPoYU VbKtE}N[㌧Z)ۙ&Z ME-` j+1͂dI4bMyafV)`?.DȮS;8/Y#-A;2IU19eY@ٲ N?W!.f,`j?!0mm[D_<]7lgԪVn4V(vG\a~BGf5FV-ȋ* O1mZ|B3eM rDo\lz̶a>@bpr22 F"8Y@J@ɰd@QP0};k>Nk٩v>ѝ\Umr A`[T*F# 41f #qbq9y\aAvEk& EXB07k?^{#qly^b="?aѲa pJHOa.z %Lw0b8'{G$; d촰RG|6tx"\izYFC.Hkf;_T:YDրlXu4!XͿ߁~yU2{ yz1+Sږ-Rj8/)q>68E/!0lC,RsJGP~`H6τ1!l=fϚxrxT%'4b%=+N([B9Ք1IuWƵ:ir+% 8 x> eDlV#K@\9_b7CvTPȴ5} M ϥhŦ Vn/uB FfFS0ډD=kz{]~h|IFs $61uSa ߭@ lw"ۦgrQ0B7?''7BAσo:ܫ?O,m-Y.Xds[:D@4c#6(Xg%&XI+ծKgYU.>f}%IYaTgIuTnUPAkWUjJ5W!SHAk(+Pc}du0 S2|y2'*> c\k|x"m7Djk$D-+S(f[psQu5 :m<ոFv1*E&6R9|Zne̩wy$=2@zYǛYt̿x'JBl6v$$ŏmJfqve뵟ɀ ȈXdeqT4i 䨺dgξ;'=I9BFkrYjPOe@mދ @AC Ўw aﷂU-!Wؘb0Kz tn#3N_E{]eXE`MdsW#J7HvЪdeXIa&PM $[WXjY T"{,^")J4BBD65I% 0lfRf+|џe MWRz?ᨫxZҚxtK)-/ lx;-7\E'2ӡ(ݼ.2սOe[xNϵjdLcZ$ϿF鵣KIpǁ,`bJe|+$'NF}1՞4$J>,Ƶ|_ !q@bŦ9]ښ?lz k4i!H. Zm`̮%q]A;.#Wo%7_"2+d~M#¦[/:>[[SsGEaƋs4e ncJ VÛŋl>*oď}$!!G UL)#H"ؖ会-xPlⱄѳ=nҪ7جΕT?qD3뗀B3xg욯 yj$IRh"@jiX/]Hw]|_p uAiOO!xp~p4ڛ[?i۔LT?%s< 9+ޖ!15~vGod:(Ɉ3Yz}6sة~N#~=ϊ?!oí Qh;U|q/l+o즪}*ʜ LDTiICv<+Cs7NtGTDb oA9h"T]y`V]RL?(54LnۼJAiN*ZN4qQa}F0 FoKUo* ګ.My1}'|u4x[q7ү۬4h q-GnHޞQ|#+t'+& @ڋvU n3;ąԄ|I ؎\vA.|jWMF|v/{B|\ß,#߉h]ο(Pg h4.3VTvfn U.QA Й6rEc*Qo[˷ >G$Zcɂ F QZH"HTxkqMV^b17n3T'OfZT +G"QpWUG8G6EБ\} ˨s?)v}jW@; 0DGi_t힓UPQP]?5x{ned9m-@N]RUd.;vQl2L< |0"t"X ˍƤ S%pd0t?@CJOOMoc hJ&zIa2L3Qŭd@Y_>Fe5Zt JIB'iOيjEמ;q-UZ$t}.dH ofd\o\q&CNKQIS-b)n6bzaW(u tqCj`Ib=r"@}%Nөwlc&5@ne%%Sx^J5MɔZ2nB"6d̍HƻS7;NLwq2 Oaff_uQ{j|7GgŽNp`MUv˛U |L(vH[=nzgQgqx{pSt-HDf=m1+Q~qwFΣ[,2W&+<;v0$7+MmWEZjjs#^7lXFQG$ڷ>$ [:n]Su$v.О-G wvԹĖ5> |vxsۚQzp牵a5cr|K^>RxO#,Tx D G|~չ,z-STڑY_G1#́-aJMO=t/Dzyt쎗)B`Ԍ>=\dbl0BjJP;}*T0`,賥 QCCnrB\rS ʪ>PU9Ě)ʷwfw0e TG Ex$}#lx?o|VE?g]`94 ^@D\#L|`pŴSOOXUH"X2?6'F2ss@Xg\)MR#iJKv%XAzXlfL7NXGǟk8R47@e /I4VҒJt VM^lX ̓]H{KVj̟FN`b^Օ`2okuc|#v SȸvJu&ULx"z팑%yo%_`J5R?f߹Aeh9xZ1yt} uQ>-$:yNsZH" ^S }wͧ#@nvNa#Áxz7i"M茻גٯYW=%d _Dt4 z[ѴlMSmi Hj2˚)y湙lMufu~2Q 7+Bb Ș}L~cꌰJv9e ؟T66šA3&_ƕ @}}[SmA7t'c᱌rD94ʎXqDC#6+ 轭(OHfE4e`3aXI*dR{k3Ӄl5*AÎ&9Amb?Ύ< zVȃ>yW&M"g O|4~Kni, F! onD7_a3B&Jz%.4ca*o:;ΓΣ/@ ;y_P~ߑGT_!|b,$$hV80S(smOqCӭO%"g)a$*bgXg(4GJZ`vz=MNMTO1Qd;Gߟ)o#~(#6K-PflϊB\ fCe_2"2"zA~v0[ĕwГ8\Kٛ,UgkbhRaD#o.QFمh?9w\(b"wbSs }OKO^Mx6EkHլ2%h惂B݉/P{(9=ܩt?5O$8ǘ徱dn4 ZA2Bw_(_ lC9ȓ'2hr^][]e$@EjM5(<3bډ\%N@{,U!O66'4?qd*[^_bAJy;s'ϻrG8R.X>+P֙ R^#:j^k; { !dhvUFzAi umh ,,b9XКBB*rL}kDSښ )Ů:^Ùj* ;s[ nߡdmπS"j ޑNJP {_v! 8|R.b]/j?{$s 2L+Ϗ7Og63<ŀ) l3jˬhί\Bh]R$x@)MFUuE@^5T 77 ڂK7Zm(ˍ Ɲd~] SiLX.˓gPW=6* JU*dJugP<;;tbv"'/.e>.5R G36=R7,V^Y*@b 8X%b`1ܺ;?ɣ&X!v4u#뼛 Co*0/$:z~g%bEɨbV5وC c5ogzG0φj?5oH|t<1b*w [Ӱޞe];̒"͟ QBRUy րe/e3jS}WBG*kqZA'7s3$qi,Gx8<8:mAXTkƁ*T.4x)D=Ycp ދLd]x|O Cmx2^ LjC&|(MJ| FV޽ɽ U!E+fDgw *\iO{UfW*7z p'nrtps &<}т" yZ+E_@H43I kNtB8\>0Vἇ5롵6Me*F]U܊E, 6k߼a'O2)2֯%xn=%L~5S#;&:k:񘥵.ϲM-NH, ~BxI Ħ3HQʬ q}Md7G&@V +lzr>vsh&$mTœ?VPCocCxЗ܊0V )6\ |j 00Z:*B}n Kd K~Ysk>=_؋s)5mHjvf )>m ]w{ԓ*3y:mg-~.#.V-V-+^kۂsb"ZJQݚm/DDp 1psm}lEXr)'SCvk1B18ȓ%C)B.fA|Z'j֝hE => .dlPE녵7'!@Cn.%k3Ju W[ncw:FЙ}QOd9[M㼱`[mj !rj\r0 k9r2.1c mv/.m&͖ $i޻@)kK>KSDn@+F×%eу;݀s].kI,nIy18 y+'(р񱴤7 n HBKwc)0(!GQyL\{24t"LIQ a'Bix (Ùv|P*ʌ)@zv wB\y9i~G|pKpWhRb!(s_X >05 zC4s=7Q(L7ı7*^ǯ Lw0+E^V#n97)T,dpvHm!QU9^/5K< ] ,n#ܬJb {y5 ї1`e|c%woʟM[UcS- _;4SqSs CuFLpFܬ;WAx~2S[2c@K:G6]#`ix!?;ϪwL )kd`~Uԏ=cN XlYmݢ-RZ?[1g[Ka)pp0[/rg˭떍صqu T\9$*>x:o:x n+>^BQgf-BRkޣ}6ݖ9H%Jhtγ i^z=yK>@(bpP Wk$.? Z46zGr(QMLj!fCR"w EIC=]|X㘸 D^ $I:@ Ϭc0g ԇ#/}.6 > Ӏ.v~(atFz5=K[ G$WRQp2[gbnn"&NL;\\l-+V)bbYbh̎v`"s5O-*ąH,MNŸ";|sfrkJbVx\LO'RiE4ް]$a* ,9-M4cRKhFL}ap h>gy!lRBBAMpZELB(PӶD ^6n|_5 ]OJS~Ez#H ÊK 8RQձdaڞ悱D%S) D֙upr:д%M spmlɊ2`'ٿ6tF)7qUd1í~(:6Z䔙.8) u}WcX N)5嶡wxlNkB,.,JqŸvIyݥm~6UG:0,F1TrNp@xZ퉸oErk^VjBTA{򭻓Ы2{hX.h 5{EGQ.Rz"~e@< ޾ w:C!GK{+7;i>u˰!.f<MmD:FdWwHƱt,ucF|S?v=tG+\()mR.gyL2 ?f+(#h Q4.ygŁpzYW PJ^ بX8BJAέv5= td؞@tyM:q(er&3Clix:`S^|xx./jqB\Eɀ^g 1 *@D[uAX%FsGWpjޓ#-U3U|3EP2{Q?c ̾mֆv *\Y"X"|N ܱx__^sP^ U㊝ݺ a3jM 3;=?82iA+wѾQk[h4m'&3}˔$KΣ$읟qۻk@aGegV|OC Ṵ̈D0V+ewPjcL_@OZ%k=C4aWwy-0k Xq16q-^*ͫY S` *Ym֕2NΙ*Ύߛ%'3N'`hs/d]75ƺo4ccgFy?R)k~. JG ԝ_U/O$fYцRJ%JB,O4=R$Y(4] ,c0ǟZ|6-klAᛅl _ OmeHZEM&IC;?#F t?A Kp_#ɓe<׿-_uWށSڼr9 H 53e6H|DOka"^LMNm#B$eR!*p3rPOr򿞍>aqR?U4)ȝ41n*z='7@g9w1z[Sҫ 1ۘBh*ѧx8N4(jT]#&bNگ>KtF\LosPdAA $};P` v7|25˧.A_iLd1}%ԎZWM/6<Dǫ,IG"]$duIEu"‘A-w'eE+f@# # }rHܟz%I?uoz8P{w1D{L,2)MG"@%awzew,~K+oFLcB\M0m۬;-5cSžOe=ͣ&!nP@XŽJlԒDaժA7$*S-PF+(l\),G>/*Gpz EŰ-wvٸɼ31Gu=#jF&RTYR%$7q;2[n<v7& 5&Hz;W:Xt9z i(#}y0, gH'-'MW{ߨN7v'iK+4%c<#1n <|DzX,M5H /Y 8xb-uHK73 V6?Ҏ3p}tsh_ȍJvGuO[3u+C.k0Gy "~tZ (:4i 1U5F|?.[  g+MO?$p]vdx`68D(g9N1BLA}nr2@7FC$'^k3Ed^t;! 0=o-P&jF{fWBQw>o(2d}x' b8]EQ|Lt#>jgd? PwS8}1+b_M>q~ZBǑLwu;Ӵw\E)a I8jgd®uNώj(G$v *[;3*R-H-n7dRgRB&?޴P2| Iy2d~ Q?6[YY'e,O_1fi&d9|X[B% +8FŠ\Ů4wv}y̽")R\2GUygvwXAj> t=c{X#|u 1RƛbݤIE4nVs6G;#?~w!Y2M#UnYWTpS՘8n[$MCYŒn6 \uYg5KR1@ }3j\1q!j11[i8}?FՎ pCD𕘍af)ȗLVXf،̧?s YZ