forked from pool/xorg-x11-server
- fix permissions of files in xorg-x11-server-source for tigervnc
build later (needed since latest autoconf) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=879
This commit is contained in:
parent
041c8cf369
commit
acf968d516
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 20:36:19 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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 <joan.torres@suse.com>
|
Thu Feb 15 17:08:16 UTC 2024 - Joan Torres <joan.torres@suse.com>
|
||||||
|
|
||||||
|
@ -518,6 +518,10 @@ mkdir -p %{buildroot}/usr/src/xserver
|
|||||||
xargs cp --parents --target-directory=%{buildroot}/usr/src/xserver < source-file-list
|
xargs cp --parents --target-directory=%{buildroot}/usr/src/xserver < source-file-list
|
||||||
# unneeded python2 script; simply remove it (boo#1179591)
|
# unneeded python2 script; simply remove it (boo#1179591)
|
||||||
rm -f %{buildroot}/usr/src/xserver/config/fdi2iclass.py
|
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
|
%post
|
||||||
%tmpfiles_create xkb.conf
|
%tmpfiles_create xkb.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user