From b1494998cfb603a6744d596e87e82d0e27c74fed Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:37:24 -0800 Subject: [PATCH] Fix: Switch openh264 to Terra Extras (#2837) (#2840) * Fix: Switch openh264 to Terra Extras This conflicts with a base Fedora package, shouldn't it go in Extras? Signed-off-by: Gil * Bump release to trigger rebuild? Signed-off-by: Gil --------- Signed-off-by: Gil (cherry picked from commit 4dfede5163dd4bcd4ab2d6e176d9cf10dc8275dc) Co-authored-by: Gil --- anda/lib/openh264/anda.hcl | 9 ++++++--- anda/lib/openh264/openh264.spec | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/anda/lib/openh264/anda.hcl b/anda/lib/openh264/anda.hcl index b62df13d06..3f2c048bee 100644 --- a/anda/lib/openh264/anda.hcl +++ b/anda/lib/openh264/anda.hcl @@ -1,5 +1,8 @@ project pkg { - rpm { - spec = "openh264.spec" - } + rpm { + spec = "openh264.spec" + } + labels { + extra = 1 + } } diff --git a/anda/lib/openh264/openh264.spec b/anda/lib/openh264/openh264.spec index 4c9d7baab4..dad43ee743 100644 --- a/anda/lib/openh264/openh264.spec +++ b/anda/lib/openh264/openh264.spec @@ -5,7 +5,7 @@ Name: openh264 Version: 2.5.0 # Also bump the Release tag for gstreamer1-plugin-openh264 down below -Release: 1%?dist +Release: 2%?dist Summary: H.264 codec library License: BSD