#134 Add the earlyoom service to KDE by default
Merged 3 years ago by mohanboddu. Opened 3 years ago by bcotton.
rpms/ bcotton/fedora-release kde_earlyoom  into  master

file added
+2
@@ -0,0 +1,2 @@ 

+ # enable earlyoom by default on KDE

+ enable earlyoom.service

file modified
+9 -1
@@ -14,7 +14,7 @@ 

  Summary:        Fedora release files

  Name:           fedora-release

  Version:        33

- Release:        0.9

+ Release:        0.10

  License:        MIT

  URL:            https://fedoraproject.org/

  
@@ -35,6 +35,7 @@ 

  Source22:       80-coreos.preset

  Source23:       zezere-ignition-url

  Source24:       80-iot-user.preset

+ Source25:       80-kde.preset

  

  BuildArch:      noarch

  
@@ -761,6 +762,9 @@ 

  install -Dm0644 %{SOURCE18} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/

  install -Dm0644 %{SOURCE24} -t %{buildroot}%{_prefix}/lib/systemd/user-preset/

  

+ # Fedora KDE

+ install -Dm0644 %{SOURCE25} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/

+ 

  # Fedora Server

  install -Dm0644 %{SOURCE14} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/

  
@@ -848,6 +852,7 @@ 

  %files kde

  %files identity-kde

  %{_prefix}/lib/os-release.kde

+ %{_prefix}/lib/systemd/system-preset/80-kde.preset

  %attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.kde

  

  
@@ -902,6 +907,9 @@ 

  

  

  %changelog

+ * Thu Aug 06 2020 Ben Cotton <bcotton@fedoraproject.org> - 33-0.10

+ - KDE: Add EarlyOOM by default

+ 

  * Fri Jun 05 2020 Mohan Boddu <mboddu@bhujji.com> - 33-0.9

  - iot: Remove preset for greenboot.service (lorbus)

  

This implements the Enable EarlyOOM on KDE change proposal.

rebased onto dfcb5b4f60d0b646ddfb2c7cb5a3be3847486b38

3 years ago

@bcotton The change requires more changes to the spec file. If you wanna do it then great, or else, I will take care of it.

D'oh. Of course it does. I'll update the PR with that shortly

rebased onto c2a6a1eb79ea33f958d27dfd6299e95427c4a6a6

3 years ago

@mohanboddu updated. I think I got all of the updates to the spec file that are needed looking at previous examples

rebased onto dbe47425226768494e78007a87249a026e798e56

3 years ago

rebased onto 2e6b4de

3 years ago

rebased onto 2e6b4de

3 years ago

Okay, fixed the issues that CI found. Ran a mockbuild locally and this time it was happy. That should hopefully take care of it.

Pull-Request has been merged by mohanboddu

3 years ago