diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 61e0c5a..8c363b4 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Feb 20 20:36:19 UTC 2024 - Stefan Dirsch + +- fix permissions of files in xorg-x11-server-source for tigervnc + build later (needed since latest autoconf) + +------------------------------------------------------------------- +Thu Feb 15 17:08:16 UTC 2024 - Joan Torres + +- Provide again xorg-x11-server-source + * xwayland sources are not meant for a generic server. + * https://github.com/TigerVNC/tigervnc/issues/1728 + +------------------------------------------------------------------- +Thu Feb 15 10:46:29 UTC 2024 - Joan Torres + +- Stop providing xorg-x11-server-source from xorg-x11-server + * Now the sources are provided by xwayland because it is more updated. + * Fixes bsc#1219892. + ------------------------------------------------------------------- Mon Feb 12 09:58:50 UTC 2024 - Stefan Dirsch diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index e84a07c..a4e7b8e 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -518,6 +518,10 @@ mkdir -p %{buildroot}/usr/src/xserver xargs cp --parents --target-directory=%{buildroot}/usr/src/xserver < source-file-list # unneeded python2 script; simply remove it (boo#1179591) rm -f %{buildroot}/usr/src/xserver/config/fdi2iclass.py +# fix permissions for tigervnc build later (needed since latest autoconf) +chmod 0755 %{buildroot}/usr/src/xserver/config.guess +chmod 0755 %{buildroot}/usr/src/xserver/config.sub +chmod 0755 %{buildroot}/usr/src/xserver/install-sh %post %tmpfiles_create xkb.conf