Skip to content

Commit

Permalink
package updates for switch to sddm and slow media boot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Dec 2, 2024
1 parent 29915d8 commit aa73c7c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
5 changes: 4 additions & 1 deletion gamescope-session-playtron/gamescope-session-playtron.spec
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
Expand Down Expand Up @@ -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

Expand Down
9 changes: 6 additions & 3 deletions gamescope-session/gamescope-session.spec
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
Expand Down Expand Up @@ -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

Expand Down
14 changes: 8 additions & 6 deletions playtron-os-files/playtron-os-files.spec
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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit aa73c7c

Please sign in to comment.