Drop upstream xorg-x11-server patch as it is now built (bug #1210407).

Resolves: rhbz#1210407
This commit is contained in:
Tim Waugh 2015-04-09 17:10:00 +01:00
parent c629b7c302
commit a7dcaedb12

View File

@ -1,6 +1,6 @@
Name: tigervnc
Version: 1.4.3
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A TigerVNC remote display system
%global _hardened_build 1
@ -57,9 +57,6 @@ Patch15: tigervnc-xserver117.patch
# This is tigervnc-%{version}/unix/xserver116.patch rebased on the latest xorg
Patch100: tigervnc-xserver116-rebased.patch
# Apply upstream patch to fix byte order (bug #1206060).
Patch101: xorg-x11-server-byte-order.patch
%description
Virtual Network Computing (VNC) is a remote display system which
allows you to view a computing 'desktop' environment not only on the
@ -164,7 +161,6 @@ for all in `find . -type f -perm -001`; do
chmod -x "$all"
done
%patch100 -p1 -b .xserver116-rebased
%patch101 -p1 -b .byte-order
popd
# Applied Debian patch to fix busy loop when run from inetd in nowait
@ -356,6 +352,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Thu Apr 9 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-4
- Drop upstream xorg-x11-server patch as it is now built (bug #1210407).
* Thu Apr 9 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-3
- Apply upstream patch to fix byte order (bug #1206060).