-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package updates for switch to sddm and slow media boot fix
- Loading branch information
Showing
3 changed files
with
18 additions
and
10 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: gamescope-session-playtron | ||
Version: 0.2.5 | ||
Version: 0.3.0 | ||
Release: 1%{?dist} | ||
Summary: Playtron Session for PlaytronOS | ||
License: MIT | ||
|
@@ -31,6 +31,9 @@ cp -Rv %{name}-%{version}/usr/ %{buildroot}/ | |
/usr/bin/playtronos-session-select | ||
|
||
%changelog | ||
* Mon Dec 02 2024 Alesh Slovak <[email protected]> 0.3.0-1 | ||
- Update version | ||
|
||
* Mon Nov 18 2024 Alesh Slovak <[email protected]> 0.2.5-1 | ||
- Update version | ||
|
||
|
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Name: gamescope-session | ||
# GitVersion versioning is to show how many commits have been made to the git repository. | ||
Version: 0.1.0+291 | ||
Release: 2%{?dist} | ||
%define ver aa57bda3f17f660064c1e63f9497fa0a46df1e86 | ||
Version: 0.1.0+301 | ||
Release: 1%{?dist} | ||
%define ver a44507e4b0eb9809548be6b1650f2ef986eb27e3 | ||
Summary: Common gamescope session files | ||
License: MIT | ||
URL: https://github.com/ChimeraOS/gamescope-session | ||
|
@@ -34,6 +34,9 @@ cp gamescope-session-%{ver}/LICENSE %{buildroot}/usr/share/licenses/gamescope-se | |
/usr/share/licenses/gamescope-session-plus/LICENSE | ||
|
||
%changelog | ||
* Mon Dec 02 2024 Alesh Slovak <[email protected]> 0.1.0+301-1 | ||
- Update version | ||
|
||
* Fri Sep 20 2024 Luke Short <[email protected]> 0.1.0+291-2 | ||
- Disable debug package to fix builds on Fedora 41 | ||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: playtron-os-files | ||
Version: 0.17.1 | ||
Version: 0.18.0 | ||
Release: 1%{?dist} | ||
Summary: Scripts and services for a gaming OS | ||
License: GPL-3.0-only | ||
|
@@ -34,13 +34,13 @@ cp playtron-os-files-%{version}/LICENSE %{buildroot}/usr/share/licenses/playtron | |
/usr/bin/clatd-ipv6-check | ||
/usr/bin/create-swap.sh | ||
/usr/bin/hwctl | ||
/usr/lib/sysctl.d/50-playtron.conf | ||
/usr/bin/playtron-factory-reset | ||
/usr/bin/playtronos-update | ||
/usr/bin/resize-root-file-system.sh | ||
/usr/lib/modprobe.d/50-playtron.conf | ||
/usr/lib/modules-load.d/controllers.conf | ||
/usr/lib/NetworkManager/conf.d/50-playtron.conf | ||
/usr/lib/sddm/sddm.conf.d/55-playtron.conf | ||
/usr/lib/sysctl.d/50-playtron.conf | ||
/usr/lib/systemd/logind.conf.d/00-playtron-power.conf | ||
/usr/lib/systemd/system/clatd-ipv6-check.service | ||
|
@@ -50,25 +50,27 @@ cp playtron-os-files-%{version}/LICENSE %{buildroot}/usr/share/licenses/playtron | |
/usr/lib/systemd/user-preset/50-playtron.preset | ||
/usr/lib/udev/rules.d/50-block-scheduler.rules | ||
/usr/share/licenses/playtron-os-files/LICENSE | ||
/usr/share/lightdm/lightdm.conf.d/55-playtron.conf | ||
/usr/share/polkit-1/rules.d/50-one.playtron.factory-reset.rules | ||
/usr/share/polkit-1/rules.d/50-one.playtron.hwctl.rules | ||
/usr/share/polkit-1/rules.d/50-one.playtron.playtronos-update.rules | ||
/usr/share/polkit-1/rules.d/50-one.playtron.rpmostree1.rules | ||
|
||
%post | ||
%systemd_post clatd-ipv6-check.service create-swap.service lightdm.service NetworkManager-wait-online.service resize-root-file-system.service inputplumber.service firewalld.service | ||
%systemd_post clatd-ipv6-check.service create-swap.service sddm.service NetworkManager-wait-online.service resize-root-file-system.service inputplumber.service firewalld.service | ||
%systemd_user_post playserve.service gamescope-dbus.service | ||
|
||
%preun | ||
%systemd_preun clatd-ipv6-check.service create-swap.service lightdm.service NetworkManager-wait-online.service resize-root-file-system.service inputplumber.service firewalld.service | ||
%systemd_preun clatd-ipv6-check.service create-swap.service sddm.service NetworkManager-wait-online.service resize-root-file-system.service inputplumber.service firewalld.service | ||
%systemd_user_preun playserve.service gamescope-dbus.service | ||
|
||
%postun | ||
%systemd_postun clatd-ipv6-check.service create-swap.service lightdm.service NetworkManager-wait-online.service resize-root-file-system.service inputplumber.service firewalld.service | ||
%systemd_postun clatd-ipv6-check.service create-swap.service sddm.service NetworkManager-wait-online.service resize-root-file-system.service inputplumber.service firewalld.service | ||
%systemd_user_postun playserve.service gamescope-dbus.service | ||
|
||
%changelog | ||
* Mon Dec 02 2024 Alesh Slovak <[email protected]> 0.18.0-1 | ||
- Update version | ||
|
||
* Wed Nov 20 2024 Alesh Slovak <[email protected]> 0.17.1-1 | ||
- Update version | ||
|
||
|