Warning: Permanently added '54.165.38.100' (ED25519) to the list of known hosts. You can reproduce this build on your computer by running: sudo dnf install copr-rpmbuild /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10751822 Version: 1.8 PID: 10378 Logging PID: 10380 Task: {'appstream': False, 'background': True, 'build_id': 10751822, 'chroot': None, 'distributions_in_build': ['centos-stream-10', 'epel-10', 'fedora-43', 'fedora-44', 'fedora-rawhide'], 'distributions_in_project': ['centos-stream-10', 'epel-10', 'fedora-43', 'fedora-44', 'fedora-rawhide'], 'package_name': 'dms', 'project_dirname': 'dms-git', 'project_name': 'dms-git', 'project_owner': 'avengemedia', 'repos': [], 'sandbox': 'avengemedia/dms-git--https://api.github.com/users/bbedward', 'source_json': {'clone_url': 'https://github.com/AvengeMedia/DankMaterialShell.git', 'committish': 'dc75f1f01d8cf17f254b5eec4c65b6b2a1b182be', 'spec': 'distro/fedora/dms-git.spec', 'srpm_build_method': 'rpkg', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'https://api.github.com/users/bbedward', 'task_id': '10751822'} Running: git clone https://github.com/AvengeMedia/DankMaterialShell.git /var/lib/copr-rpmbuild/workspace/workdir-h9_ntdvj/DankMaterialShell --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/AvengeMedia/DankMaterialShell.git', '/var/lib/copr-rpmbuild/workspace/workdir-h9_ntdvj/DankMaterialShell', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: Submodule path 'dank-qml-common': checked out 'c0f2d837e1c9933e6789eeb38e7d456088bd5d1b' stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-h9_ntdvj/DankMaterialShell'... Submodule 'dank-qml-common' (https://github.com/AvengeMedia/dank-qml-common.git) registered for path 'dank-qml-common' Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-h9_ntdvj/DankMaterialShell/dank-qml-common'... Running: git checkout dc75f1f01d8cf17f254b5eec4c65b6b2a1b182be -- cmd: ['git', 'checkout', 'dc75f1f01d8cf17f254b5eec4c65b6b2a1b182be', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-h9_ntdvj/DankMaterialShell rc: 0 stdout: stderr: Note: switching to 'dc75f1f01d8cf17f254b5eec4c65b6b2a1b182be'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at dc75f1f0 feat(network): initial WiFi hotspot support (#2825) Generated rpkg config: [rpkg] preprocess_spec = True [git] anon_clone_url = https://github.com/%(repo_path)s [lookaside] download_url = https://${git_props:remote_netloc}/repo/pkgs/%(repo_path)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s Writing config into /var/lib/copr-rpmbuild/workspace/workdir-h9_ntdvj/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-h9_ntdvj/DankMaterialShell/distro/fedora/dms-git.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-h9_ntdvj/DankMaterialShell/distro/fedora/dms-git.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-h9_ntdvj/DankMaterialShell rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/dms-git.spec Wrote: /var/lib/copr-rpmbuild/results/dms-0.0.git.4249.dc75f1f0-1.src.rpm RPM build warnings: stderr: git_repo_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-h9_ntdvj/DankMaterialShell: commit dc75f1f01d8cf17f254b5eec4c65b6b2a1b182be (HEAD, origin/master, origin/HEAD, master) Author: Ron Harel <55725807+ronharel02@users.noreply.github.com> Date: Mon Jul 20 16:29:54 2026 +0300 feat(network): initial WiFi hotspot support (#2825) * Add hotspot contract layer with capability-gated dispatch. Establish the interface and manager plumbing for hotspot support so backends can opt in without expanding the core Backend contract. Only backends that implement HotspotBackend get hotspot state propagated; others are forced to unsupported regardless of what they self-report. * Add IPC handlers and API docs for hotspot actions. Wire up configure/ start/ stop hotspot through the request router so the QML service layer can drive hotspot operations. Bump API version to 27 and document the capability-gating contract clients should follow. * Implement NetworkManager hotspot backend. Implement HotspotBackend on NetworkManagerBackend with DMS-owned profile management, AP capability detection, and band validation. Device resolution is deferred to StartHotspot when no device is specified, so profiles survive hardware changes. * Isolate client Wi-Fi state from AP-mode connections. Filter AP-mode profiles and access points out of all client Wi-Fi paths so the DMS hotspot (and user-created APs) never appear as saved networks, visible networks, or connected state. This protects existing client behavior before hotspot controls are exposed in the UI. * Prefer idle radios for automatic hotspot device selection. * Add hotspot properties and methods to QML service layer. Expose hotspot state and actions through DMSNetworkService, NetworkService, and LegacyNetworkService. Capability is gated on API version and backend-reported support, not backend name checks, and stays stable when Wi-Fi radio is disabled. * Add hotspot controls to Settings and Control Center. Settings shows a hotspot setup card as a sibling in the Wi-Fi tab with SSID, password, device, band, save, and start/ stop controls. Control Center shows a compact row that toggles a configured hotspot or routes to Settings for initial setup. Both stay visible when Wi-Fi is disabled, explaining the requirement instead of hiding. * Add translator context to hotspot strings. git_repo_pack: Wrote: /var/lib/copr-rpmbuild/results/DankMaterialShell-dc75f1f0.tar.gz git_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-h9_ntdvj/DankMaterialShell/dank-qml-common: commit c0f2d837e1c9933e6789eeb38e7d456088bd5d1b (HEAD, origin/master, origin/HEAD, master) Merge: d73b086 493b609 Author: bbedward Date: Sun Jul 19 14:18:03 2026 -0400 Merge branch 'master' of https://github.com/AvengeMedia/dank-qml-common git_pack: Wrote: /var/lib/copr-rpmbuild/results/dank-qml-common.tar.gz warning: Downloading https://go.dev/dl/go1.26.4.linux-amd64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.4.linux-amd64.tar.gz warning: Downloading https://go.dev/dl/go1.26.4.linux-arm64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.4.linux-arm64.tar.gz warning: %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Downloading https://go.dev/dl/go1.26.4.linux-amd64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.4.linux-amd64.tar.gz Downloading https://go.dev/dl/go1.26.4.linux-arm64.tar.gz to /var/lib/copr-rpmbuild/results/go1.26.4.linux-arm64.tar.gz %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Output: ['DankMaterialShell-dc75f1f0.tar.gz', 'dank-qml-common.tar.gz', 'dms-git.spec', 'go1.26.4.linux-amd64.tar.gz', 'dms-0.0.git.4249.dc75f1f0-1.src.rpm', 'go1.26.4.linux-arm64.tar.gz'] Running SRPMResults tool Using distributions_in_build for this build. Extracting arch-specific tags for centos-stream-10 Extracting arch-specific tags for epel-10 Extracting arch-specific tags for fedora-43 Extracting arch-specific tags for fedora-44 Extracting arch-specific tags for fedora-rawhide Package info: { "architecture_specific_tags": { "centos-stream-10": {}, "epel-10": {}, "fedora-43": {}, "fedora-44": {}, "fedora-rawhide": {} }, "name": "dms", "epoch": 2, "version": "0.0.git.4249.dc75f1f0", "release": "1" } SRPMResults finished