Accepting request 1152453 from Virtualization:VMware

OBS-URL: https://build.opensuse.org/request/show/1152453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=123
This commit is contained in:
Ana Guerrero 2024-02-28 18:44:27 +00:00 committed by Git OBS Bridge
commit 94100c3d39
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 12:48:14 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Dec 20 17:14:46 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -264,11 +264,11 @@ sed -i -e "s/\r//" README
#Upstream patches
#SUSE specific patches
%patch0 -p2
%patch1 -p2
autoreconf -fi
%patch -P 0 -p2
%patch -P 1 -p2
%build
autoreconf -fi
%if %{with_X}
%define arg_x --with-x
%else