From dfd96ff0f4d5b4605add0c5ef3f4fe6b35918b79 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 26 Jun 2013 19:58:49 +0200 Subject: [PATCH] Exclude mpeg2enc --- libva.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libva.spec b/libva.spec index 9665255..f115a7d 100644 --- a/libva.spec +++ b/libva.spec @@ -106,6 +106,7 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- %{_bindir}/avcenc %{_bindir}/h264encode %{_bindir}/mpeg2vldemo +%exclude %{_bindir}/mpeg2enc %{_bindir}/putsurface %{?_with_wayland: @@ -117,6 +118,7 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- %changelog * Wed Jun 26 2013 Nicolas Chauvet - 1.2.0-1 - Update to 1.2.0 +- Exclude mpeg2enc for now - namespace clash * Fri Apr 12 2013 Nicolas Chauvet - 1.1.1-2 - Switch Requires to mesa-dri-filesystem