1
0

- no longer add /usr/lib[64]/xorg/modules/updates to module path

(FATE#317822)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=539
This commit is contained in:
Stefan Dirsch 2014-08-15 12:22:05 +00:00 committed by Git OBS Bridge
parent e35f04d663
commit 5873c238b5
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 15 12:09:12 UTC 2014 - sndirsch@suse.com
- no longer add /usr/lib[64]/xorg/modules/updates to module path
(FATE#317822)
-------------------------------------------------------------------
Wed Aug 13 12:39:39 UTC 2014 - sndirsch@suse.com

View File

@ -220,7 +220,9 @@ sh %{SOURCE92} --verify . %{SOURCE91}
cp %{SOURCE90} .
%patch0 -p1
%if 0%{?suse_version} < 1315
%patch1
%endif
%patch2 -p1
%patch3 -p0
%patch4 -p0
@ -323,8 +325,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
cp %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-evdev.conf %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
%endif
%endif
%if 0%{?suse_version} < 1315
mkdir -p %{buildroot}%{_libdir}/xorg/modules/updates/{fonts,input,linux,drivers,multimedia,extensions}
install -m 644 $RPM_SOURCE_DIR/README.updates %{buildroot}%{_libdir}/xorg/modules/updates
%endif
%else
rm -f %{buildroot}%{_datadir}/aclocal/*.m4
%endif