From 71806abff930e674205b1ef0cabb8171d0a4ce7f Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 19 Feb 2016 16:00:10 +1000 Subject: [PATCH] fix installing drm-utils properly - we were install libtool scripts --- libdrm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libdrm.spec b/libdrm.spec index 84b865d..2dd5b0a 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -3,7 +3,7 @@ Summary: Direct Rendering Manager runtime library Name: libdrm Version: 2.4.67 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://dri.sourceforge.net @@ -92,7 +92,7 @@ make install DESTDIR=%{buildroot} pushd tests mkdir -p %{buildroot}%{_bindir} for foo in $(make check-programs) ; do - install -m 0755 $foo %{buildroot}%{_bindir} + libtool --mode=install install -m 0755 $foo %{buildroot}%{_bindir} done popd # SUBDIRS=libdrm @@ -238,6 +238,9 @@ done %{_mandir}/man7/drm*.7* %changelog +* Fri Feb 19 2016 Dave Airlie 2.4.67-2 +- fix installing drm-utils properly - we were install libtool scripts + * Tue Feb 16 2016 Peter Robinson 2.4.67-1 - Update to 2.4.67 - Enable VC4