Skip to content

Commit

Permalink
fix(RPM): use glob matching for packaged files
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Feb 7, 2025
1 parent d67113d commit c3485d3
Showing 1 changed file with 4 additions and 68 deletions.
72 changes: 4 additions & 68 deletions pkg/rpm/inputplumber.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,74 +63,10 @@ systemctl disable inputplumber.servce
/usr/lib/systemd/system/inputplumber.service
/usr/lib/systemd/system/inputplumber-suspend.service
/usr/lib/udev/hwdb.d/59-inputplumber.hwdb
/usr/share/inputplumber/capability_maps/ally_type1.yaml
/usr/share/inputplumber/capability_maps/anbernic_type1.yaml
/usr/share/inputplumber/capability_maps/ayaneo_type1.yaml
/usr/share/inputplumber/capability_maps/ayaneo_type2.yaml
/usr/share/inputplumber/capability_maps/ayaneo_type3.yaml
/usr/share/inputplumber/capability_maps/ayaneo_type4.yaml
/usr/share/inputplumber/capability_maps/ayaneo_type5.yaml
/usr/share/inputplumber/capability_maps/ayaneo_type6.yaml
/usr/share/inputplumber/capability_maps/ayn_type1.yaml
/usr/share/inputplumber/capability_maps/gpd_type1.yaml
/usr/share/inputplumber/capability_maps/gpd_type2.yaml
/usr/share/inputplumber/capability_maps/gpd_type3.yaml
/usr/share/inputplumber/capability_maps/msiclaw_type1.yaml
/usr/share/inputplumber/capability_maps/onexplayer_type1.yaml
/usr/share/inputplumber/capability_maps/onexplayer_type2.yaml
/usr/share/inputplumber/capability_maps/onexplayer_type3.yaml
/usr/share/inputplumber/capability_maps/onexplayer_type4.yaml
/usr/share/inputplumber/capability_maps/orangepi_type1.yaml
/usr/share/inputplumber/devices/10-ignore_unsupported.yaml
/usr/share/inputplumber/devices/50-anbernic_win600.yaml
/usr/share/inputplumber/devices/50-aokzoe_a1.yaml
/usr/share/inputplumber/devices/50-ayaneo_2021.yaml
/usr/share/inputplumber/devices/50-ayaneo_2s.yaml
/usr/share/inputplumber/devices/50-ayaneo_2.yaml
/usr/share/inputplumber/devices/50-ayaneo_air_1s.yaml
/usr/share/inputplumber/devices/50-ayaneo_air_plus_mendo.yaml
/usr/share/inputplumber/devices/50-ayaneo_air_plus.yaml
/usr/share/inputplumber/devices/50-ayaneo_air.yaml
/usr/share/inputplumber/devices/50-ayaneo_flip.yaml
/usr/share/inputplumber/devices/50-ayaneo_kun.yaml
/usr/share/inputplumber/devices/50-ayaneo_next.yaml
/usr/share/inputplumber/devices/50-ayaneo_slide.yaml
/usr/share/inputplumber/devices/50-ayn_loki_max.yaml
/usr/share/inputplumber/devices/50-ayn_loki_mini_pro.yaml
/usr/share/inputplumber/devices/50-ayn_loki_zero.yaml
/usr/share/inputplumber/devices/50-gpd_win3.yaml
/usr/share/inputplumber/devices/50-gpd_win4.yaml
/usr/share/inputplumber/devices/50-gpd_winmax2.yaml
/usr/share/inputplumber/devices/50-gpd_winmini.yaml
/usr/share/inputplumber/devices/50-legion_go.yaml
/usr/share/inputplumber/devices/50-msi_claw.yaml
/usr/share/inputplumber/devices/50-onexplayer_2.yaml
/usr/share/inputplumber/devices/50-onexplayer_amd.yaml
/usr/share/inputplumber/devices/50-onexplayer_intel.yaml
/usr/share/inputplumber/devices/50-onexplayer_mini_a07.yaml
/usr/share/inputplumber/devices/50-onexplayer_mini_pro.yaml
/usr/share/inputplumber/devices/50-onexplayer_onexfly.yaml
/usr/share/inputplumber/devices/50-orangepi_neo.yaml
/usr/share/inputplumber/devices/50-rog_ally_x.yaml
/usr/share/inputplumber/devices/50-rog_ally.yaml
/usr/share/inputplumber/devices/50-steam_deck.yaml
/usr/share/inputplumber/devices/60-ps4_gamepad.yaml
/usr/share/inputplumber/devices/60-ps5_ds-edge_gamepad.yaml
/usr/share/inputplumber/devices/60-ps5_ds_gamepad.yaml
/usr/share/inputplumber/devices/60-switch_pro.yaml
/usr/share/inputplumber/devices/60-xbox_360_gamepad.yaml
/usr/share/inputplumber/devices/60-xbox_gamepad.yaml
/usr/share/inputplumber/devices/60-xbox_one_bt_gamepad.yaml
/usr/share/inputplumber/devices/60-xbox_one_elite_gamepad.yaml
/usr/share/inputplumber/devices/60-xbox_one_gamepad.yaml
/usr/share/inputplumber/devices/69-ignore_generic.yaml
/usr/share/inputplumber/devices/70-generic_gamepad.yaml
/usr/share/inputplumber/profiles/default.yaml
/usr/share/inputplumber/profiles/mouse_keyboard_wasd.yaml
/usr/share/inputplumber/profiles/test.yaml
/usr/share/inputplumber/schema/capability_map_v1.json
/usr/share/inputplumber/schema/composite_device_v1.json
/usr/share/inputplumber/schema/device_profile_v1.json
/usr/share/inputplumber/capability_maps/*.yaml
/usr/share/inputplumber/devices/*.yaml
/usr/share/inputplumber/profiles/*.yaml
/usr/share/inputplumber/schema/*.json

%changelog
* Tue Aug 6 2024 William Edwards [0.33.1-0]
Expand Down

0 comments on commit c3485d3

Please sign in to comment.