From 4a975777a0636a6166843758c1092ca156d3ab09 Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Tue, 26 Sep 2023 14:56:13 +0200 Subject: [PATCH] Enable nfs support for EL9 --- xine-lib.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/xine-lib.spec b/xine-lib.spec index 1e15d5c..9c51217 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -13,11 +13,6 @@ %global _without_gcrypt 1 %endif -%if 0%{?el9} - # RHBZ 2031270 - %global _without_nfs 1 -%endif - %if 0%{?fedora} || 0%{?rhel} >= 9 # Not permitted in Fedora, ffmpeg covers this anyway %global _without_faad2 1 @@ -37,7 +32,7 @@ Summary: A multimedia engine Name: xine-lib Version: 1.2.13 -Release: 7%{?snapshot:.%{date}hg%{revision}}%{?dist} +Release: 8%{?snapshot:.%{date}hg%{revision}}%{?dist} License: GPL-2.0-or-later URL: https://www.xine-project.org/ %if ! 0%{?snapshot} @@ -350,6 +345,9 @@ mkdir -p %{buildroot}%{codecdir} %changelog +* Tue Sep 26 2023 Xavier Bachelot - 1.2.13-8 +- Enable nfs support for EL9 + * Sat Jul 22 2023 Fedora Release Engineering - 1.2.13-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild