[libdrm] Fix directory ownership in -devel (#894468)

Adam Jackson ajax at fedoraproject.org
Tue Jan 22 18:11:00 UTC 2013


commit fd96c47a58a816b95987c7381a19b0f4a1189d1e
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jan 22 13:10:46 2013 -0500

    Fix directory ownership in -devel (#894468)

 libdrm.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/libdrm.spec b/libdrm.spec
index 1fd2ea6..56cb171 100644
--- a/libdrm.spec
+++ b/libdrm.spec
@@ -3,7 +3,7 @@
 Summary: Direct Rendering Manager runtime library
 Name: libdrm
 Version: 2.4.41
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://dri.sourceforge.net
@@ -144,6 +144,7 @@ done
 # FIXME should be in drm/ too
 %{_includedir}/xf86drm.h
 %{_includedir}/xf86drmMode.h
+%dir %{_includedir}/libdrm
 %{_includedir}/libdrm/drm.h
 %{_includedir}/libdrm/drm_fourcc.h
 %{_includedir}/libdrm/drm_mode.h
@@ -196,6 +197,9 @@ done
 %{_mandir}/man7/drm*.7*
 
 %changelog
+* Tue Jan 22 2013 Adam Jackson <ajax at redhat.com> 2.4.41-2
+- Fix directory ownership in -devel (#894468)
+
 * Thu Jan 17 2013 Adam Jackson <ajax at redhat.com> 2.4.41-1
 - libdrm 2.4.41 plus git.  Done as a git snapshot instead of the released
   2.4.41 since the release tarball is missing man/ entirely. 


More information about the scm-commits mailing list