From 4dfede5163dd4bcd4ab2d6e176d9cf10dc8275dc Mon Sep 17 00:00:00 2001 From: Gil Date: Thu, 2 Jan 2025 13:19:13 -0600 Subject: [PATCH] Fix: Switch openh264 to Terra Extras (#2837) * 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 --- 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