diff --git a/.releaserc.yaml b/.releaserc.yaml index d0886889..610d10d9 100644 --- a/.releaserc.yaml +++ b/.releaserc.yaml @@ -43,7 +43,7 @@ plugins: # Execute commands to build the project - - "@semantic-release/exec" - shell: true - prepareCmd: "make in-docker IMAGE_TAG=4.2.1 TARGET='import dist'" + prepareCmd: "make in-docker IMAGE_TAG=4.2.2 TARGET='import dist'" # Publish artifacts as a GitHub release - - "@semantic-release/github" diff --git a/package/rpm/opengamepadui.spec b/package/rpm/opengamepadui.spec index ed002b7c..5c723517 100644 --- a/package/rpm/opengamepadui.spec +++ b/package/rpm/opengamepadui.spec @@ -28,19 +28,12 @@ make install PREFIX=%{buildroot}%{_prefix} INSTALL_PREFIX=%{_prefix} %files /usr/bin/opengamepadui /usr/share/opengamepadui/*.so -/usr/share/opengamepadui/scripts/make_nice -/usr/share/opengamepadui/scripts/manage_input -/usr/share/opengamepadui/scripts/powertools +/usr/share/opengamepadui/scripts/* /usr/share/opengamepadui/opengamepad-ui.x86_64 /usr/share/applications/opengamepadui.desktop /usr/share/icons/hicolor/scalable/apps/opengamepadui.svg -/usr/share/polkit-1/actions/org.shadowblip.manage_input.policy -/usr/share/polkit-1/actions/org.shadowblip.powertools.policy -/usr/share/polkit-1/actions/org.shadowblip.setcap.policy -/usr/lib/udev/hwdb.d/59-opengamepadui-handheld.hwdb -/usr/lib/udev/rules.d/61-opengamepadui-handheld.rules -/usr/lib/systemd/user/systemd-sysext-updater.service -/usr/lib/systemd/user/ogui-overlay-mode.service +/usr/share/polkit-1/actions/* +/usr/lib/systemd/user/* %changelog %autochangelog