Fix udev rule matching and install location (#748205)
This commit is contained in:
parent
3ec9092773
commit
84f0b5de28
@ -1 +1 @@
|
|||||||
KERNEL=="controlD[0-9]*", NAME="dri/%k", MODE="0600"
|
KERNEL=="controlD[0-9]*", SUBSYTEM=="drm", MODE="0600"
|
||||||
|
11
libdrm.spec
11
libdrm.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.26
|
Version: 2.4.26
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dri.sourceforge.net
|
URL: http://dri.sourceforge.net
|
||||||
@ -75,8 +75,8 @@ for foo in $(make check-programs) ; do
|
|||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
# SUBDIRS=libdrm
|
# SUBDIRS=libdrm
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/
|
mkdir -p $RPM_BUILD_ROOT/lib/udev/rules.d/
|
||||||
install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/
|
install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT/lib/udev/rules.d/
|
||||||
|
|
||||||
# NOTE: We intentionally don't ship *.la files
|
# NOTE: We intentionally don't ship *.la files
|
||||||
find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
|
find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
|
||||||
@ -104,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libdrm_radeon.so.1.0.0
|
%{_libdir}/libdrm_radeon.so.1.0.0
|
||||||
%{_libdir}/libdrm_nouveau.so.1
|
%{_libdir}/libdrm_nouveau.so.1
|
||||||
%{_libdir}/libdrm_nouveau.so.1.0.0
|
%{_libdir}/libdrm_nouveau.so.1.0.0
|
||||||
%config %{_sysconfdir}/udev/rules.d/91-drm-modeset.rules
|
/lib/udev/rules.d/91-drm-modeset.rules
|
||||||
|
|
||||||
%files -n drm-utils
|
%files -n drm-utils
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -150,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libkms.pc
|
%{_libdir}/pkgconfig/libkms.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 25 2011 Adam Jackson <ajax@redhat.com> 2.4.26-3
|
||||||
|
- Fix udev rule matching and install location (#748205)
|
||||||
|
|
||||||
* Fri Oct 21 2011 Dave Airlie <airlied@redhat.com> 2.4.26-2
|
* Fri Oct 21 2011 Dave Airlie <airlied@redhat.com> 2.4.26-2
|
||||||
- fix perms on control node in udev rule
|
- fix perms on control node in udev rule
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user