From 3a30f9e7dd669950b2eac37105f3323a6a26220f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 17 Aug 2023 05:47:15 -0400 Subject: [PATCH] Fix typo to actually enable EPEL OpenH264 repo --- epel-release.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/epel-release.spec b/epel-release.spec index 59cfbbf..af25619 100644 --- a/epel-release.spec +++ b/epel-release.spec @@ -1,12 +1,12 @@ %bcond_without base %bcond_without next -%bcond_without open264 +%bcond_without openh264 %bcond_with modular %bcond_with playground Name: epel-release Version: 9 -Release: 6%{dist} +Release: 7%{dist} Summary: Extra Packages for Enterprise Linux repository configuration License: GPLv2 @@ -133,6 +133,9 @@ fi %changelog +* Thu Aug 17 2023 Neal Gompa - 9-7 +- Fix typo to actually enable EPEL OpenH264 repo + * Tue Aug 15 2023 Neal Gompa - 9-6 - Add EPEL OpenH264 repository (#2053295)