Accepting request 1151416 from home:dimstar:rpm4.20:o

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151416
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=458
This commit is contained in:
Dominique Leuenberger 2024-02-27 17:02:26 +00:00 committed by Git OBS Bridge
parent d4ff53e651
commit 3c3e976b32
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