From 99d35b2baf137ceb472c114b8c6ccf0b9b223c5b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sep 28 2025 17:09:43 +0000 Subject: openh264 sop: add --split-debuginfo to dist-repo call This is needed to make a seperate debug/ tree with the debug files in it. We split this out in the repo files and some users who for unknown reasons enable it are getting a 404 currently because it doesn't exist. Signed-off-by: Kevin Fenzi --- diff --git a/modules/releng_misc_guide/pages/sop_openh264.adoc b/modules/releng_misc_guide/pages/sop_openh264.adoc index 8193be9..c1ce03f 100644 --- a/modules/releng_misc_guide/pages/sop_openh264.adoc +++ b/modules/releng_misc_guide/pages/sop_openh264.adoc @@ -58,7 +58,7 @@ Practice common sense and double check everything. Run this command: .... -$ koji dist-repo f43-openh264 31645531 --noinherit --with-src -a aarch -a +$ koji dist-repo f43-openh264 31645531 --noinherit --split-debuginfo --with-src -a aarch -a ppc64le -a s390x -a x86_64 .... @@ -69,6 +69,7 @@ In the case of the above command: can be found https://fedoraproject.org/security[here]. . `--noinherit` causes only packages tagged into `f43-openh264` to be included, without inheritance from the parent tag (e.g. `f43`). +. `--split-debuginfo` caused the debug packages to be placed in a seperate debug repo . `--with-src` causes the source RPM to be included. . `-a ` options are the respective architectures.