Skip to content

Commit

Permalink
fix: Correct issue with Python3 HID and Valve Controller FW Updater
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Oct 30, 2024
1 parent 261ef69 commit 5754ee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec_files/jupiter-hw-support/jupiter-hw-support-btrfs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ URL: https://github.com/ublue-os/bazzite

Source: https://gitlab.com/evlaV/%{packagename}/-/archive/%{packagever}/%{packagename}-%{packagever}.tar.gz
Source2: bazzite.png
Source3: https://github.com/apmorton/pyhidapi/raw/396ae60212fe08ff1d12879e9a049fb126e966c3/hid/__init__.py
Patch0: fedora.patch
Patch1: selinux.patch
Patch2: btrfs-automount.patch
Expand Down Expand Up @@ -82,6 +83,8 @@ rm -rf %{buildroot}%{_unitdir}/multi-user.target.wants
rm -rf %{buildroot}%{_datadir}/alsa
# Add Bazzite PNG
cp %{SOURCE2} %{buildroot}%{_datadir}/steamos/steamos.png
# Add fix for controller FW updater
cp %{SOURCE3} %{buildroot}%{_datadir}/jupiter_controller_fw_updater/hid.py

# Do post-installation
%post
Expand Down

0 comments on commit 5754ee4

Please sign in to comment.