-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
- rename to terra-surface-dtx-daemon | ||
|
||
* Sat Oct 5 2024 Owen Zimmerman <[email protected]> | ||
- Package surface-dtx-daemon |