#25 Changes to stream-include-excludes.conf
Merged 4 years ago by bstinson. Opened 4 years ago by mohanboddu.
centos/ mohanboddu/pungi-centos centos-8-stream  into  centos-8-stream

file modified
+25 -4
@@ -39,7 +39,8 @@ 

              "libasan5", 

              "libubsan1",

              "spice-vdagent-win-x64", 

-             "spice-vdagent-win-x86", 

+             "spice-vdagent-win-x86",

+             "usbguard-selinux",

              "gcc-toolset-9-libasan-devel",

              "gcc-toolset-9-libatomic-devel",

              "gcc-toolset-9-liblsan-devel",
@@ -50,6 +51,7 @@ 

              "gcc-toolset-10-dyninst", 

              "gcc-toolset-10-strace", 

              "gcc-toolset-10-gcc",

+             "gcc-toolset-10-gcc-gdb-plugin",

              "gcc-toolset-10-libasan-devel",

              "gcc-toolset-10-libatomic-devel",

              "gcc-toolset-10-libitm-devel",
@@ -70,7 +72,8 @@ 

              "gcc-toolset-10-valgrind-devel",

              "ghostscript-x11", 

              "python3-libmount", 

-             "alsa-sof-firmware", 

+             "alsa-sof-firmware",

+             "alsa-sof-firmware-debug",

              "itstool", 

              "js-d3-flame-graph", 

              "python3-wx-siplib", 
@@ -140,13 +143,23 @@ 

              "fapolicyd-selinux", 

              "thermald",

              "python3-brotli", 

-             "nmstate-plugin-ovsdb", 

+             "nmstate-plugin-ovsdb",

+             "git-lfs",

+             "tigervnc-server-module",

+             "greenboot",

+             "greenboot-grub2",

+             "greenboot-reboot",

+             "greenboot-rpm-ostree-grub2",

+             "greenboot-status",

+             "python3-libmodulemd",

+             "dotnet5.0",

          ]

      }),

  

      ("^AppStream$", {

          "x86_64": [

              "opae",

+             "fence-agents-lpar",

          ]

      }),

  
@@ -157,9 +170,17 @@ 

              "python3-dnf-plugin-post-transaction-actions", 

              "python3-solv", 

              "libxmlb", 

-             "crypto-policies-scripts", 

+             "crypto-policies-scripts",

+             "memstrack",

          ]

      }),

+     ("^BaseOS$", {

+         "x86_64": [

+             # Keep alsa-sof-firmware synchronized with

+             # alsa-sof-firmware in the comps file

+             "alsa-sof-firmware-debug",

+         ],

+     }),

  

      ("^Buildroot$", {

          "*": [

Pull-Request has been merged by bstinson

4 years ago
Metadata