From c7ca0201c64c7dbbd8fddb9189eefbdcdfc975bf Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 5 Feb 2025 20:26:44 -0800 Subject: [PATCH] fix: surface-dtx-daemon name (#3209) (#3214) (cherry picked from commit 94fcf9aad38774d4c1603485e834b4d2676ef5ba) Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/surface-dtx-daemon/surface-dtx-daemon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/anda/system/surface-dtx-daemon/surface-dtx-daemon.spec b/anda/system/surface-dtx-daemon/surface-dtx-daemon.spec index 6a55070b2d..790d20e0c6 100644 --- a/anda/system/surface-dtx-daemon/surface-dtx-daemon.spec +++ b/anda/system/surface-dtx-daemon/surface-dtx-daemon.spec @@ -2,7 +2,7 @@ %global ver v0.3.8-1 %global ver2 %(echo %{ver} | sed 's/^v//') -Name: surface-dtx-daemon +Name: terra-surface-dtx-daemon Version: %(echo %ver | sed 's/-/~/g') Release: 2%{?dist} Summary: Surface Detachment System (DTX) Daemon @@ -18,7 +18,7 @@ Linux User-Space Detachment System (DTX) Daemon for the Surface ACPI Driver lack of driver-support on the Surface Book 1. This may change in the future. %prep -%autosetup -n %{name}-%{ver2} +%autosetup -n surface-dtx-daemon-%{ver2} %cargo_prep_online %build @@ -78,5 +78,8 @@ install -D -m644 "target/surface-dtx-userd.fish" "%{buildroot}/usr/share/fish/ve /usr/share/fish/vendor_completions.d/surface-dtx-userd.fish %changelog +* Wed Feb 5 2025 Owen Zimmerman +- rename to terra-surface-dtx-daemon + * Sat Oct 5 2024 Owen Zimmerman - Package surface-dtx-daemon