#396 Kinoite: Add gdb for DrKonqi & exclude dnf deps
Merged 5 months ago by siosm. Opened 5 months ago by siosm.
siosm/workstation-ostree-config main-kinoite-gdb  into  main

@@ -87,6 +87,12 @@ 

    - gstreamer1-plugin-openh264

    - mozilla-openh264

    - openh264

+   # Always exclude dnf when pulled in as a dependency

+   - dnf

+   - dnf-data

+   - dnf-plugins-core

+   - dnf5

+   - dnf5-plugins

  

  postprocess:

    - |

file modified
+3
@@ -26,6 +26,9 @@ 

    - mobile-broadband-provider-info

    # Make sure that modem support is installed

    - NetworkManager-ppp

+   # Install gdb to make getting backtraces work with DrKonqi

+   # The dnf dependency is excluded in the common manifest

+   - gdb

  

  # Make sure the following are not pulled in when Recommended by other packages

  exclude-packages:

fedora-common-ostree: Exclude dnf dependencies

Make sure to always exclude dnf, even when pulled in as a dependency.


Kinoite: Add gdb for DrKonqi

See: https://pagure.io/fedora-kde/SIG/issue/218

rebased onto cb24c52

5 months ago

2 new commits added

  • Kinoite: Add gdb for DrKonqi
  • fedora-common-ostree: Exclude dnf dependencies
5 months ago

Pull-Request has been merged by siosm

5 months ago