Skip to content

Commit

Permalink
fix: surface-dtx-daemon name (#3209) (#3213)
Browse files Browse the repository at this point in the history
(cherry picked from commit 94fcf9a)

Co-authored-by: Owen Zimmerman <[email protected]>
  • Loading branch information
raboneko and Owen-sz authored Feb 6, 2025
1 parent 741c530 commit 70c1722
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions anda/system/surface-dtx-daemon/surface-dtx-daemon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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 <[email protected]>
- rename to terra-surface-dtx-daemon

* Sat Oct 5 2024 Owen Zimmerman <[email protected]>
- Package surface-dtx-daemon

0 comments on commit 70c1722

Please sign in to comment.