fix: framework-system (#10992) (#11003)

(cherry picked from commit 64cde53aa1)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-04-02 22:09:11 -07:00
committed by GitHub
parent 0ff5631e40
commit 0c1ac0c776
@@ -12,7 +12,6 @@ BuildRequires: rust-udev-devel
BuildRequires: rust
BuildRequires: systemd-devel
BuildRequires: hidapi-devel
Requires: rustup
Provides: framework_tool
ExclusiveArch: x86_64
@@ -32,8 +31,8 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
%install
install -Dm755 target/rpm/framework_tool %{buildroot}%{_bindir}/framework_tool
install -Dm 644 completions/bash/framework_tool %{buildroot}%{bash_completions_dir}/framework_tool.bash
install -Dm 644 completions/zsh/_framework_tool %{buildroot}%{zsh_completions_dir}/_framework_tool
install -Dm 644 framework_tool/completions/bash/framework_tool %{buildroot}%{bash_completions_dir}/framework_tool.bash
install -Dm 644 framework_tool/completions/zsh/_framework_tool %{buildroot}%{zsh_completions_dir}/_framework_tool
%{cargo_license_online} > LICENSE.dependencies
%files