File trusttunnel.changes of Package trusttunnel
------------------------------------------------------------------- Thu Feb 19 10:30:00 UTC 2026 - Андрей Кувшинов <m407@mail.ru> - Drop fix-quic-mutability.patch from RPM spec: upstream changes in current snapshot make the patch no longer apply, which caused OBS %prep failure on openSUSE_Factory. - Refresh vendor-cargo.xz using cargo_vendor for the current upstream snapshot so offline Cargo build can resolve new deeplink dependencies (including rustls-pemfile). - Pin obs_scm revision in _service to a fixed upstream commit so source snapshots and vendored dependencies remain in sync between OBS runs. ------------------------------------------------------------------- Wed Feb 11 21:56:18 UTC 2026 - Андрей Кувшинов <m407@mail.ru> - Rename vendored Rust archive to vendor-cargo.xz so OBS debtransform no longer mis-detects it as the Debian source tarball. - Update Debian and RPM packaging files to reference the renamed vendor archive. - List packaging-side files in DEBTRANSFORM-FILES so Debian builds receive vendor archive, patch, unit, and config files. - Switch Debian source format to 3.0 (quilt) so debtransform emits a debian tarball instead of a 1.0 diff that cannot carry binary payloads. - Move non-binary Debian resources into debian.* sources and reference them via debian/ paths, leaving only vendor-cargo.xz in DEBTRANSFORM-FILES. - Patch vendored crates in Debian build to downgrade edition/rust-version metadata from 2024/1.88 so Cargo 1.80 in xUbuntu_24.10 can resolve deps. - Implement the metadata rewrite as debian/patch-vendor-metadata.py and call it from debian.rules to keep make syntax stable. ------------------------------------------------------------------- Sat Feb 7 21:57:20 UTC 2026 - Андрей Кувшинов <m407@mail.ru> - Add Debian packaging files. ------------------------------------------------------------------- Sun Feb 1 21:25:00 UTC 2026 - Andrei <andrei@opensuse.org> - Use manual cargo build command without --locked to handle workspace dependency updates from cargo_vendor service. ------------------------------------------------------------------- Sat Jan 31 08:00:00 UTC 2026 - Andrei <andrei@opensuse.org> - Configure cargo_vendor service (manual) to handle workspace dependencies. - Update vendor.tar.xz using the service. - Rename binary to trusttunneld to avoid potential conflicts. - Update systemd service to use new binary name. ------------------------------------------------------------------- Sat Jan 31 07:30:00 UTC 2026 - Andrei <andrei@opensuse.org> - Add systemd service (trusttunnel.service). - Add default configuration files (vpn.toml, hosts.toml) to /etc/trusttunnel. - Create rctrusttunnel symlink. ------------------------------------------------------------------- Fri Jan 30 21:30:00 UTC 2026 - autosetup - Initial package creation using obs_scm and cargo_vendor.