transactional-update-4.1.0-150500.1.4 >  A dRp9|FPiB4 l'~ͽrql s`d3\s&%v.ãx6,-,L2n]]}, 3[lA s7-4mii*=4{Oل"+l1880jtR[vn]w 3"pL<?,d ( W 1 GS@8 d   T  h  | !0!!""d"#($8$(w9&w:-w=Q>Y?a@iFqGHI(X<YH\|]^ bcDdefluvwx4yz(Ctransactional-update4.1.0150500.1.4Transactional Updates with btrfs and snapshotstransactional-update is a tool to update a system in an atomic way with zypper, btrfs and snapshots.dRs390zl37SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.1-or-laterhttps://www.suse.com/System/Basehttps://github.com/openSUSE/transactional-updatelinuxs390x: 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 -f "/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 -f "/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 fi`)\Hl//A큤A큤A큤dRdRdRdRdRdRdRdRdRdRdRcYICdRdRcYICdRdRdRdRdR23a08d3f2ffb6f3c5a4faa7c308adb908804547a814bf8e6ee46d9d4481b25dc6cf5fc61b4db3bfbff5ae6b6bfc0713bcb975fb846e480ba5ae5c111628eab03b6be6c251c3efab512a5a0865a3fb7436d39afc344148edd5425d38219798c191364d259643691e2f2f5b633279df22f53b3826867df1724c538a037a44ec883a4dbd8bc49e207e0178385c4588466853118a5af1253204bc3d737d8e22248f3521f0892ae8a7ad78b2e94c574d573be75c4f76c70d9620c79891e584b4653b8ce6b2cf0140f8325733c93a7ac3711b54d5d7ae92367cfbe01842913d8448e78435561888eebb1690bfe776fedea1a1b448ff57ca2f28e094d6ca299276e01ead77fc3cebb7c1c69f0fd1bf742bc9edef93e2931a756301020c6c4ee1f830a58ddee4b41be333a00e70e2e40d53975a3d483a340ffe377a90f1ab6c05867aba585182076949dc5efd35ebf8dc2634e8d904269b92616bde25cb9c3c0c987516c4ec94987f3af0b357c6af2280ebcb5b352e6c5fd51f4c33eed6e89d8f20ccb6cb20fedf44d8e93615a76b674e66fe2fdfc35c40f072a82b482033414021ef07bcc9f75d425050a5a992e332fc5ab988502628ec9388ce825c19537e1135d51eeeb1124a2ff49049b3ec8e8f2045a5a3e44673ffa5def8399e4c3f1be39f88b45eb1124a2ff49049b3ec8e8f2045a5a3e44673ffa5def8399e4c3f1be39f88b45@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottransactional-update-4.1.0-150500.1.4.src.rpmconfig(transactional-update)transactional-updatetransactional-update(s390-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.1.0-150500.1.44.1.0-150500.1.43.0.4-14.6.0-14.0.4-14.0-15.2-14.1.0-150500.1.44.14.3c6@ccobbb@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@iforster@suse.comschubi@suse.comfvogt@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.1.0 - t-u: Add a "setup-kdump" command; implements [jsc#PED-1441] - Export TRANSACTIONAL_UPDATE_ROOT (the path to the snapshot) in the update environment; implements [jsc#PED-1078] - Add support for "notify" reboot method for desktop use [gh#openSUSE/transactional-update#93] - Fix kdump initrd recreation detection; the check was performed in the active snapshot instead of the target snapshot - Document register command [bsc#1202900] - Avoid unnecessary snapshots for register command [bsc#1202901] - Various optimizations for register command - Remove bogus error message when triggering reboot - Rework /etc overlay documentation in "The Transactional Update Guide" - Fix incorrect manpage formatting - Remove leftover "salt" reboot method in configuration example file - Replace deprecated std::mem_fn with lambdas- Migration of logrotate configuration to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update.- 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/shs390zl37 1683130318 4.1.0-150500.1.44.1.0-150500.1.44.1.0-150500.1.4 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:SLE-15-SP5:GA/standard/ca17255e3778f6783b6ed44c65a94c3e-transactional-updatecpioxz5s390x-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.1.0-150500.1.4.s390x/var/log/transactional-update.log' (No such file or directory)RRO\Dk+inotify-toolsrebootmgrtukitd4.1.0-150500.1.4utf-85021ae708fb531e87bfa6b7a47c035d83f23330b3114407fed7ef5a79930077d?@7zXZ !t/7i] crv(vX0"vF4VoC<WBI3d8̈́>kIwoΘ>`q)_"CzY`H9rotEG\K6tJ/ S1 B#hb_-A2AlEQX H'Ȱ3{&{0?#JE{)CCv`4ݼx4ؒl%&r4Z"xbǴ$fߩ?Nگ\#q^z8zXW: |Ha⾽*vfG9Yhnפm#|(=d,3.#ljG/JbWꡩ\_VQADt V\2j2ePP ;stj=⧎$FKCa&dQS1.Do¥iIWYAV`T94_BFd^?10D^lA.eg9;_MؿwHcԗ3JTJRGj蕏)ÈͱW:Khg+Rt+LU=~:]'Ѥ֨Nׁz'ߦ!IZYſ2ZϕZ5>2͍Pui.ϵ3A, ĩ$W!nO@&(&ɰvnIvYUp8`kQU`<5=cx OUFeRh8I744<>ur>!B\S*ipu;`}7)ɕ +Zh "F;rUj\tl~QȼB;qZG"nn~:=F~?&z~kMԆ0pt]W2\kI@3EpKf`^L'0֊=|-k$K>!2?S|sPvVylr.M& $K9\>qn)qF?\u^rry. x΋}R,8Oܧ~ROB[Nv[xװT2.u6P+30ŋtfX $7l"_9+qw>e@;ڌJʿ N< %O#ӻqzGhvk^~F z3%D<pcy `}yIVV䤢hoQF9ɂ]J>/wI(;46,ߋ뎥G P WX֖Ɏ!ج6SBbc\%† R3Qnf4Pep93qR mҁS!2J!c1,?WFid2 ?*D)C@!Z8 m,wץ/O#4-PXpN{SpTŗ6%Ч2Ӓ:i(r&9\ ~t?iK ڗ(w߭J˽ԀT9i=AMxVpRʾx%nU / // tܲ2&Ѝ[^fܵ:֖v&P)_s.|, jD*2/$k17iː2|"<: ěZ"==7p93F?B>PA`U|Z6|\טJHl듲qVe F KDIm{M!`Dx^쐂H<62\@rF2` JAK_JH3v)r%|{z,ަTC($m~X9L vCInB L'3;qG_씛+a5G`~OG\&ȇSjn5wT]YonRU;՚Y?8LYj%r.gISXYgtVPLf-@ӢQ-'hhp{ӨLDq"tNV-nC鲫KyoVߌ IƇ V}J,SDX&o:+WHXL`ƚ6 ]$מ`M;8X {mo K{\\"f7@'Fq$\ vd<W1ЀвK[Zb+f^I_]bprU\H)(7{zxIrG,On B'>=tN\* dۈ9+,GВѿa #VlW s7;T5ɖYip Cb:blnFEPX1;u m:攸d[4BSJVD}h.Y [8daά}#A',甶7?WKr'{6rq`N.{'ĎKEF.39Ƭ +rDWum$YK({/]o\5q`FEv$ Oْ\a3]uC$z=5V:Xd\m'ðʲ?_4|nݙx:n6Z'_iwz vI+ &hWC'6B:M&f>pfouX$9&WuhΒl8|,#pP5&{^lH4&z'6Ąj‰.QIR/B쨠LCjotmxx|'yPT:DDh7²*kɝ 6p^Qv1eWfoy:hʂ %8;TAe.*(7%&ɜզ nOc2 ]'Ѣc|=Z;c.!9w= EboQ N &(h/^Wc~$t3!dMg ʯ]#01x%lAHhٰ ZU5"L2̉V7y>ؘw2mFfvS6rh O؄#5 S[n:X.mNߦ (%6M`sA~'OF.uBrcQE@,ĻNS..veX=`]xl"\@K->Y#s KXMZX[ѫthڣ!;gѰ$ &WzDKcgg5Nvy3XzڲgXgwgѡA^umnDD9C`%|kE#23ʁY^f9- JY @,{',e~; ܧ)ag\~Jg8W@#Y[2TUm&RP?}N_h0&c; 5Kqs$>\ԃvwi.x W~Om8Q@sCY ^F04ɭsϽ)ڏ =,RUszAPPRGdj^dF qH hwq8!>m=7lUe&n_nƞeu]q4T6%`FaXL `||r515\xW_& g/DfbeVe%J 4!\!d~nԚQ)xD}&t1uDp~"1_'"SJ3Bt~u2_5a4'$@9Mȣg;a-Php-s6[45){Ku4/t cXv Z>F"$=xa񜐥t3 ]Q\5G:r/OI/磪lBlۗ+CM~VZt!GK3p} |1fPO~ݰ|]_xmL>!nԒiY:Yg%..Iw0&}|+qѷ>ןॵhA϶PWVz HӾ)3t?ԒȂ@&5GbMWόJwe/L%"vWaZ {_<a 4F"V6a@ <4v,E<;cMq xw]~d\`ޯ/Rqɘ=`L.꠰KJ ?=[%sks1 5vjX1av|+qލ\u',S$Vuz~4}/S|!y,X.Rd!rǦ+o3p6z}+į9eNAEs]1CaoqEWS[pf|PH6+j7ß>D}췫2MDra3k mpurLHö<åAFe/hGX9N7ץ$8:Wbg`Ʃ"*pTyփà˴-9*D p"߁n{\0'ݗw #"X a  K&&4uZ!9Fw5lB9+(ZcK݅P.TG 4劉]9W[J!3U/}ucy /$@h!~mÆ {OĬЖ yȥ50َrG-Fk8RE;ei zI9+bRZyb/0^Km &ڿ0f@!G i#Rqn|at0ү~{mSc$z]fvFH%JɁkߘ"`]`?r-h.G\$] <3'C@hM\̜y=5&Ŵ_y߰N"mwpl1nNb#7vQ}ѫEx(CV<`<1sI,W*;1a0Q L{93 &W2 1xu> &=JinFS@/lOão ^? e12K̎}nܬrR`1[~5'{5Ja09&s Ndo36ьb~~hxOA+~M6#dsj(\8%*WתH(10/0vm\˨saպ8ng`g+)%7;au=Dx[r?Ɏ? VկְՇabVb 1gakX䉣pv7ŧXxܾwWeAyz}uRa`' _dEʇ'sP|QÅPPO2Sҷ0i!Yj=qkJMfZcUD#z΍8 mM(7.-t#{NheZkJZ`.8Q4 q6B=G9`+^:j}kY9A6R5D͓h+|҅Ѡlڴ6KdG³ 0y Y2uJSp,]oV!tkllrn}&hZMh)3=2*)(!`/w&_š*9gh\C/k sXo3*'Pz6·Qc^c/UZ$5YDhv7 x&&9QmF)Ygن|Eg;>ZDꢺG`YipoSkb7fƐUt]έS+cʎwYGɴ_ GQer+PDѽd&Gf*)O%Lb*2f')AaK(N0熊 78gH2&^W}ͣe~/Y(O3Tnm-A1>'}PvEhhj$]PZ.Lk|H88TN˟_Ǻ $Y(iqtja$F)ic$Q/I\d&%ZlChQ\⯌8$\w'uFD:}&r5$DJrOȪf"5&0ٿIC`NyL,Be||ؖ'ZH#3]!=W[YP_Ǝ0&Hvq,DZTS= CSi~~v^~ \8~`<0 ee=@ЯJfpU@8JQkglfϯ(p/ ;RճJ[oӻÐo8y;$>*_C3yKt7cAIU=!ܧEYpC:tl[Ђ)FP1kQƚruXV iӐT; K<\Zh_FETm1;LDwL985f&wގl9'2a)(+_}}Γ7Fet W8@߫ea/Z ri) _ɭ> ` 3ϯ,bsr4d@_nP.×m=?#otſ@d-\7mX+Gew0varKmk}x^=I(B^$w~8'g0+7ܹ餣 ЂFU6z_ jurey7jd^2@}?\7I3}//Ċ· >t#TǁrQE`)PX*P,cόS;32x)|gf@WYCҦzEuZPC3_Z Cc|H#0%h b$ɄHV]`2~%e~s3'(is +dEGǂ^ H1yDbQڵMΕ0-t-ج㟢3+0^dbw(RCo5Zc:IYC@cj#3WtQ涩0韯6N.գ׈CD%mD SY&yنc,ӟݳvOFʧvL?V9:ȉWL=Q^?0p: ol4Ϲ|7T{]zAAw!=}qr'ȞrEq`I]*,Xȱlr|EqdcJcY^f%L4'ڍ9WYd{pAgٛ٦Lpذ:$F17 `6Um,cY Zfa2w+UVYᄤmx L»x7q.%n8^W]f`]0YJ9(f{A1gu&'̔ UțRL1 6Ktlϕ)>ECv֍ Ib~SlПP$&`Cd)o~0{7cI2{閩7LToY?64Er`e^jmث^(UMJ̊]X\hSA(ge&Vw ݲD!ΜH[WUoX*R 2~?ԡS(d7,7''2W/HT׭>TG4OӜ1 NK]$˨IVrq{Ǫyhp '#ib]\kCm~VigKwhF^_`ȷ,آVKM}͊Izz- bi Ʀ}s="@n9R7pY [aF?JW ^?Hn< A~0TF/!k1flb.3̲y2s;ku[,Db pNUb6+ş!n1gZ۝bܦ\d9) }Y1 T0;zBM[6z/0?|.mC*{3Bpqꉒ5ŨAlPSlUk3Uح_Jl^v#ׅBĻ;7 -`)!2|5a,FOf*PC)9)aa冿 :|$hSHL=Absol2.=zIa8?(v?r Ŵ$@d0`I2Q[٢'0'CE -T#l/jcSJ IĤEf좢: Ϻ{L%NOYۋD$$AA`d!{0;&R%\TABXzc0' f: `č[Zy5z>[b1ZHHQtݦGL1;c{^5u ˨l2VE~E7Kwl [W1s "x{!@/FTbkkFݎAf'R<o3< OIASGa2Dr>xp@mWt8lzmc\]I}<N* b}0/'ksåp6I:qƊ4zs@M =n=C@3]QO d3puIo Bɍx(\ 7YUAD+Adb]dz];*?˸n-C l4r"j̷օԙ.g_e4wyt7"[}$B%Moױ ?n7#454L !y9̋IBM^̑rHuJ=sA]'r=詓YoQԦ^|oC(,E:;@L: "k_2 @qu0'xbD- Q7:i8. *v }D(YEp{ß-2 }nUM]p-*'jE"Bf,75P_U*gqbyUr<[)[ g+by7ә%xRK$&➄SaJ@s߮~6`,rm\V& ֆ//01J"Ml3mm։B+&LO'ҁals1@\sy"5#zGU~1%m|Lc{֫:<Fȥf|V%0 8[ 㶳ܺri9وe{B(`ՂhUTOiGєz>dw(u>s~2_\E@OAiғαNܱnp`@0~I9I G 8yUbtjӫޱӗԚ=U_=<7}e$j_e}x Yw,Kg|? "+Y*<T nryJ v }QIO5>1!oQ"l{!9XoΠhyQ6HB>Eq̂uq`f/~_`9B/*Gk?Vc6u!4°u͠cK#Ф:q䯦o[-a2H-2V #9`q|%dʒ&PSj']S18* LŸi+H(HQ-wxt,A_iDRj0eV #5|VMMV/ӼMT}$ܽ{xxNlvsdӈH +IKrs W-3~2ywHH*cap@&oG'\\0 FT[e6U/yFce3ZUKBT?u6cH H=JJiV%wTT\,*ТnZک/``S"UyO5&Bb^ҳqޞ1]V+<vѕKN&YegUn o~2t巁f}AᶝbT6rbby\*))l7$ג0S][3O}:@^M#\u>K^|kYȟt}>9RShCvWz9-*#it}T$$ &kt b@ys:ԧY3\PI:fJh~Q؀sO3iTu$:XɣKn ;K\D_6ҚTGq=] ERx⼓sD%e?T G#O}TK9!Y-DӁ!t7>{4Jh&=]*¥ ArlGS KK+P% ,Spd%u#L($݌Q-EOg jxɎTڻ͌no23i[Ux)S3\jº)A(rd`޶<҆BIa7(o Zq Μ$Qt*Z9p>}hT5hXM_t>Kudo?~2C;#$y.Ihz(Y4}(!x@+ZAU~ߟZSt$M>n$=/!_8\J5wBK84f0eK{Zp-tBe(C"jɣZW}^F6B!m0u&#ήYE\H\c(P*Tq|=ZFX#t.$a j~B|:cᚢr32omFqZ:gTϣVi漭, x 6eTv=⇤os LKR-װ ɢʽmÆXVB.!ېPw x).ɵi2k h9e.4'Ton,j{t8fg8^9tQVr%ŎTfZV7~6/1Y[`Aze@mر@\9^jɾ?sucW$yZsڍr\ߕBb Ԑ`` N$LuEn/uTM/=rXM+ DjFj|ys1*\عNv4Ћfm6ӝA^v>U:^9TmK@7sl3 Y8#tz U{B2ۅ{)uE)a\(Lv-?VΨܾq$Uk WdM i0MdUjХ -$AֳB/'zm@fl"!pm;f5F#$KE6[!D1 gnYOP-+c?au~WvnxHF`V[Hj[켫QS+uxp2"UpGmFUMv -& ~\4L+F };h_?<lW][PR]=K=;QH\ J4P}xEW{[8-U<՜㤑Ç2.t1R"ءhպ){5ě'AFa˰ϖn= Qt+anWÌ;"E\4L˳b/R ,Q]^l ZVnݸsCOC飦q [1Y5&S]5Y51oȓ]&h*ӤdAhսr֊4=䮪.l bD 6J):xFQ@ŏ?eۊ/gN -G0MF.|N>|%L⇑}T]皢!M#^uUۮhDJǛ%Ɨ{$Hbc^!eTC{a:TX-T nS5u*;+V9DlȽ=,KmlU8ekG>-:CN+}I{}V_ޣg*cgBQa$g=ڽRLx-<"a#[&=KD#4nCh0 ]ZP(̫RJ+x_>Bd"y,(T鯀_T{tȱCJu {e^p!3LMdaMJS4$)%SKobh{ W-Y HpL:\%pA"KYbئ(4[vVѪN4U{S)hÎ ^>y;Js ̾JK'M q d)%oy%S|i0rYyy.dۅZ،vV<=6ai|5aO8^ $KQn̮Ԍ}kZjg4*hќ"YJ8<+EԡMU.Ј'T:l}5XZ)릣L,xߋ*'?e#+N}߄;Ò4$)*o۱elTUQJB|>$6 Gvt*U?\RuHl3s _,|Otr"IrtzR RJxQԏA H8<}w:55H'amfT*VyO\`iUбtN Q'SB >~"OHqt[eOC+BeHm`u0 _.8u-zm#繰AA޳4HBes4/JJ%^DlwG觠yVSge:eM]X8kU~UsHY~ѴUt{v a%?9I0j1_p3.{AR<4R6vYSyy@ r 5~Ð檍nAj1A}f )h+R7Ի|EUշVUmgNշD D`&W}BJŧeV:k?QF DUm(9??Wp%Ab{UY%qQsj.:y vaXZ@&NԈɣ::m:l|`:8204xe q@#wja/M]ZE1T%h|Uؤc'fƩ:|/E0$GnN.YRkY~O[ U_Ѵ5-kE{OXtL+V@xo#D u윭N TK_ͼD OԠp zʈ3$*!orVB>hyq>|NLƮGl7DNWdZؕ3xjugZDUd G \ SqU/.54y@YaizfLLy+~ޞ6.Vb 1n 4orh3ʦ%3¾nBvO_%5$'GKd>NѤtAQ&ȷ;}aRg%p}uO|GRgXG`Ӯܱ&,Ybf=Xqp-{KҴƖ+F_= AvБ98udRd-佳PvU  ʽKry J=7; K &9BIW(/ kvC,<`1웬EU--44"c^ ?e-©B-her+ miަ_{$sZ=&}f6>mǾWkh}v˨~xCp\ :haէdu1Y6Olu稯*pW ӽ M99?mvdqʚ&bI P(T/y2Ll 8 &SAD08-?]'Eի|,jo?;WA03 +&@$%9;1uVON ^5/IA/ra= !0 +/U szWzV=jJj?F=2 !ٰ6>Iy=V"~y)V /jO&׌s,`e섙 V$#6KqO)\c1@9~f\+Ӷ$#KhT3&r[j ӊ1LQ]w0J V,x)a?O(z;K׸hKz-:G2#zD{^" eiRȆ aB@/{~hޟ"e;axV{ƿWAOzt9ziE gi|DP IhOMM_@cP.Qw_u2;ŏxf=J̢9eoUPkCe.vfk\nt?^k3Pτ`)FelvE€])ۺk0N0O&07"{oc3ӣC{Rkj`qS؁AޚܓM%<*u#oO(FD\j1^%2@L彶TD^L q1X>in*M5]7ep[g,FJ( ޮám O9/5wxD UMY9l4̳>zVf(Pq˾̰\$>9}4A3T#V͑;I*'Dq7Ð$!A .^{0L!з ֏Sa|l M.?t9 :?th7j5.zQYIWn,y&fU|Y{*28*tj4"d/qȫ=5˗ O@t^5M>f;ؔ3Z:)R_մ!1D8=%#뱶6G s 'j6~dvf.`_gI LֈzF&mڙxD8og) 0YsxBar ŐɃm1nk4݇}b3kimSc}e1r1E~3Rg8yMu\v_{kx~kFyגQ4<1-CnA&CD:Q1<)d@\jpSe+[ ޓ )ѹ^>U+~wp:*V  D7"m-nEmY;ҍ{:A憫;K,PС)o˜jEhFnX0]/q5IYr=eO,VaDt'X Y?̥mWwJ_\4}FϫXᲛZZf 9? rl+C$q,色!Āu$HHƥnpAhlBR1hg!IwՅX5r#wIZ;Vb*?` 4cLJwj5/{{\bUtlM}L D(M<Mu\0l]!qd/A򶷒h $9v9fs|H]p~]=Eǭ bm~h.#QwWy, `~}(Np/Udbܞ۩?MxD={ 5SNб.b ~U=Yr/eۓGihE("zĘ42$F;]ޜqBXeδ]uv]AS&_+YL >Jޠ,X`p}LGuo] ֳnr͔Oj,Dqy: !fv}X#]S%tb.\Q{;1}) B}F ӄ5kuWm݉T{?S:36**O|Mc~O!`l3z&Xr +z tF/+C}: ϲSUB[E܊kX+ P w3mpŇqFx1-k,(~"* $+HYd`,Nt!ANFr{]Z|Й@peR-ZI(d1e'!FPO݌K?(K9MpZyݠM\oUdR[H!=RHX X6U^(8~3{[3 _x Pvb:?Jv߫-䫶*7Z34ϣ%/BA6WO CCER֞M0%ڲڙ}tT`Z!I[1Nw,$٧@LP]2C7HU?`\uc6x3y_R] 9x')Y:H}|T0א"s\9xd,JZ{,rvR[u̖(=޷w PjSz6eq,\"uI riG6 tAeV8-eQ J~WҖ?A#: |3M{;QIj0)hG`bDsdY2m-JJzɝsy%tm7:959B¢XSx)H!`Bw a7*h_톱k@>qOK?vZ>ZOSDscW*%W݀ExS*ȧd*Es\s]zV:JYQW9h`&k\㞣Ԯ,F׳椬l~;Ca$ٲۿ귽fF,J<xHD|GXm]҈QEQRO%RG~n#Ʉe#.lr\sHi%rU6Y=Br,F+~~d?XexT1Z4 =1q"𚊙}Ff6Dχ9([4RYYJmxgs$X5{%2R3 xM EЖ 6ua9V'6&وgaO`<5K. v\m_`;DKyY~ 0)/L+ dVz,%YB[f9~:r4.2% $?3"cVmɢ@qWǴ&~[PLS1b_bC [N.Eؔ9)<}F,Wq|)N9o'9$>aoc%$tZCrttKifBiB+Mڜ,͗Tѱ8z>D u mrpq[ Fڴs<9oK_57,8N7 B'˩rEkF wudN h"ZC2JS72e3>sKll0♁1:9ȘGĜTIi\XdKlaf'͈tAe PcL)wP+FXjfei7 ͣF#ݕf`6Efq/s ,NrJr,MdfTL'9m"{Q ]%^ ;0^|5!Q/sL~U;|hH .I$RN^|a|EZqF>ߌ"IOTA>tD~ Ckm,ݴixlO3o!a@|'BIUlx(#!kiMVOE-e̅[[K1dQ bS>P@Q6 s~( ? oc~218!Sʉ"\ïgʹ]/Ӯ4FTjx]TWW_C ĻHIhD yJ2R$ߨyCm\Lxg VÀ dzpm}S #|rkcZ槑Y9U inEBu,{'sn(1&3.7s =uoj=ʙ椞Ɉz.y5 wB45pD@dYla{fN(_pv P/=zx|o'jpMRVT\s݈ SGYj+?#n˥Ak,y% dl|J.nZ"5g>';wArauBCrlO2h=&2ʞ8#ţ)})4} $b1GAd:zQNq_ QʳLAY7;1{UYr&0a޽;=feOǡ ;uMmnPIEF&}Se(6XRn~c ?ŻԿdք+76wr0 vC1wؤ"~AN/jy@J$y^3YncHQ+CK>$iwMZ>ʎ ٦Ē0%c|ޟuUۧGi+fw 8WYaV)yJ U0*z|< 5Ƴ7T> ^݅Mŏ[r5(쪇1ݑIkywC=lͿ`Rzd&Y@Q'ơ7oak f+9sش80YJn SԄX. vGd51kx [OJéQM m(i`0)tM\s=A.]Ļ=d6C('ת\q)%qPM]nT)rLAl`Apʷ [u82jԗ*A{HnB9>xIwݦЮB .w`U.Ȣ]AaHhsMEIhB*>^YZƆ.Ǵ# 18{CL4@Dg+8k[;|蔎 VQ7lSykL.Śfav@RV`[q!d.IZbe8jӸj{)MMyM 4\?M f~an򚠨L9Z4R XDZ\d:+G*&BG `cEh!N02Svc(Ccփ}a"ۓ3nx?_pŐ9v'<_fD^]ϸEe4ғi*I-x 6EP[dҍ4"eu\ՀsW H5qX?&I6f%ڣl-֖ YR(h:GSo1DFMp*+0"Z8$;"_p52v}1m_ˮqk[Ek>CiH;rq6Ivu2{)|g!7N1;p?t kǂ 5b".kٌ?Q rxgUCOX/ \0Gc#& y{mz@}C 8򩶄S]S~柩~gO{s.7%5}iD+f2} o/rd*VT(yDmLMӂ"e: [&s"39\J;:`_14 }'JgAWw Fگ:/:h촴s)~|~bv9J2<]MKE)ǒy6`JAp|& `siLC&&Rxy8wx2tqUZ=+IY`,vX=$69kX|.Fgu GMrm$ƬxqXz^V6hs07y &.^6nኇnq?ui}⸒<2O$Ry=1K\1_kV>% uD20ڨ1]L>V3y܎oG)R[L2x_C3(RhCI!,jbp@xSWv1f-L3c,ð/b4i'}8 [A0}XTSLKh ):jS~"?~qzT-J"и /=kɢjJ,<9^>烒ab.`_55h Ln(ja2Z."`)zsHS;欋N8 U 7k"j8?j&t~UwaQB3?q+2b%$Zh+3P@NӍLA7S66\\9c/j,bֱ`a3`0%Wmyo10 #nT7NC@|)88S7ًO[0#-"ZPҎ5r|Lbup ~_x;X*TT8ymI^6vYR%r;BJ{5#ZD}FVË #oAZ.;kf ~^ihZ-sϣ⩿qc ־E'6ivgϺ7 J{/LZѼ1KdLݪc</B$BtU[ yk"WȢ 8|"ojHV믡dp(+VI)&W@|0Cwv -F^~+Am^ [A/ޓ-x#S rp^:g46?he^ZZwge/T*u`g\=q.<V`&lZ@$ :kݠupo{)^4Q[ 잌Q7Č؞(w[7 n/8]!xV)rSA&s7r=4hGhҖ .M5ubl| •:)k.p?էN@3OeG:0P%NE֤\oKN5;39eb7F*=xPuC+0`fjOD?tg9#T_tQp0HQ=J QP˔D"QN(o~ӃC▢mlq]LUm8cfQlRwXr^:nIsBsOwIoԅ,tGZA/ZaZ(.'=HOm3!1>'򹗡+&JAc)Mhh;]2SA9m/0ge u3 ˆWqb "iݠ6Anq)BR-=e Mub(#\ҍQ+AwpбZc+/e0҈K~sfACTxV /&d+V+l_AQ=x5?c *xJcOVSO.wqߠe0Qk Zo^m-N@t+~<q2޲c٣ɰv) v9r ێ|ᆯ+'Du"\go\eWCL-0M}!R:w'"]*QFKev4BK E[Gv.X=j+y9sժKƈ=g9 PO˕Li&L4_dUq85ݴOC_YO{vB.n:w@a4/QZlg y6r"dXgʇmx²c]SЮF|ZF7|(D#5"UG/' j|t_2Q_ًCyF/4cL(i; RZ;I= Ո{zgI?@[&zྛZ>K*⁘n@zr:?^XvbjGtp9M ׳raP8zUW0XqP=)ؒ|vLIN%/37f(6~([찟w3SYhgdIZ _-$[xK]{L)El[E)_#(w(=4G̾SD2V~Ѩuƒl!~Rˣ3H0G\M2dd +kыPUAz8'OlV 'pAY8M-HoQ%AK* k#bC:ޓMS lI -o4 SXY+8mN\LFSt %p^f`V^hYb!k)Cro16L>C^YcKz:~<Xj𨽥?8S& 8B2Wгsg w2UzdYVˊ`/{VJRe4aL<"P>ꩬGwiyuhG|IT} 1(b*\h?Ă|UQ9h 'I/qܓt yR|=2K_l1}&]y Bאj4x׍҈s@y NM"#BQѳ"1NI Aڤ3ܤ ?}넗a80KE7꟣;K\3N|;9+xfB'wo)ˎ/p- xq}xis_?g"]E7rV!q%n7!<;>v(ߟq4HNS.bƐ銓=#(O;g)Fr0ϊbDY }ߐa zmE[p2,=k-tR_OlbsmօIiX6p BG+mŽBQ*@mooI,Le{8R_xV_υn|<|}~vx\6GbS&g?W NJLBp;̪E#R>u_e+#ji7LWt PEO"Em,YӴRl)} piow?x2m1|~5 $tYKͩ&^xkU®W1Iܯu.dan`v/BF|\ OWS0 M.ogTSO6r) 7C@҅eȍLNL;p֪IDOBխO.u3}`\h>7j8APKr挹Z]f:`?I3ٸaPh\KVf`5XG7x :'_pL׹;o+^t9Gơ:6ŜB`d,"\kvo(#;zbD!/:+s!"qܮ r-O x(SՁb?8# N|/ց#(/P^je(WfxؾBΦd&]u*Y'Aҥ S7"a?Iߓ?tl&+6Baz&gI8l?~N)1庯9٠Ș X;S 9'f]h! 1f 4)f8uE304nqƧmH!J'"PgXrUY=s~CA󁼙5S$,~):HRX>^ 3uH| S?lik|^b>vrBYVS\#/Kce.Vd|-ėqK#?UD)BA HkaSƿ{=*o0k/d,姥C@ng :gȓG,ًRLviu"ǽˌݳrKNHN8:2$zAJZ, h"ͯ%K||Eokn!1̗Ӌ-3snaB-@z^]|x&&>eh9% 8{~-BPWHܨ;T:gzqDuŽM7n- 5g]Du^T{R_wCH'$FQ71?F/b7y\d{Ϳ)ixU_C$̭_pV jrpYSlp֠I^`քsYB<oBTʨu4 thlnWŒwH(xWA\;f>(ӄh}R_NdZ?&dБ 1$+΀{h?إ]_%*N uq[Cet3lP5fk]&q{?L烀5G2:5ȵBWo4m#Z|kXRG] n^ED5HY =w6ސXEl(qU pΫFο H( brN\>t!6'Oir9ױX U9B uIBHTW^ tb=Sꐠ uRrw\K!A|UpDᡙTn*vOzq V^MWL8S1L G63R%#yyEj}<}H4`|{"|;rxT1LT+WD{WT7mAp5h+m{':X'3' 8X뤘'R5BPi^ycḥ_VI 䜅''.{n#sa4 #sΔ34}~rx/94҃P^".¾0?֋S/jmZ~GަEr&kX/.C5v3ށG~k|]H1{#YbZRAؿܘ}eЎ>" jx0Ղ @E "uŨPw4T ﹋|W,syMBn~n{Qp-/U!GP Xf/ Mj)$6qXДi<]Yq~%p(#f8yuCFLZ&`cя{#տlэfg7C J +N`~ ^\Kx߂Iv[jl`mZgr3a8ʹ@B|@^ܫU)0/ڦ?a&E˞t5jrn7۴`u[J'GG xo|A>DR[k +{ ǯ+{k{.G-RCGlCndubq9Nu+5R-g܎s7g'J5/9Ɏ'&I3N;Ourv~&()w Oz4'MFz :X@Ua)237eqp]%*Uc Y+Yg]<ø7 ( ga]=e:5!P#n'r" 7ҺHU2I B %oq񒅶 YZ