diff --git a/xf86-video-amdgpu.changes b/xf86-video-amdgpu.changes index 1d50fbc..38b9576 100644 --- a/xf86-video-amdgpu.changes +++ b/xf86-video-amdgpu.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 30 12:49:36 UTC 2019 - Stefan Dirsch + +- move xorg.conf.d snippet from /etc/X11/xorg.conf.d to + /usr/share/X11/xorg.conf.d (boo#1139692) + ------------------------------------------------------------------- Fri Mar 22 13:08:07 UTC 2019 - Stefan Dirsch diff --git a/xf86-video-amdgpu.spec b/xf86-video-amdgpu.spec index 85b6592..3091e1a 100644 --- a/xf86-video-amdgpu.spec +++ b/xf86-video-amdgpu.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -77,10 +77,6 @@ find %{buildroot} -type f -name "*.la" -delete -print rm -f %{buildroot}%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf mkdir -p %{buildroot}%{pci_ids_dir} cp %{SOURCE3} %{buildroot}%{pci_ids_dir}/ -%else -mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d -mv %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf \ - %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/ %endif %files @@ -93,7 +89,8 @@ mv %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf \ %dir %{pci_ids_dir} %{pci_ids_dir}/amdgpu.ids %else -%config %{_sysconfdir}/X11/xorg.conf.d/10-amdgpu.conf +%dir %{_datadir}/X11/xorg.conf.d +%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf %endif %changelog