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:
commit
94100c3d39
@ -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>
|
Wed Dec 20 17:14:46 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -264,11 +264,11 @@ sed -i -e "s/\r//" README
|
|||||||
#Upstream patches
|
#Upstream patches
|
||||||
|
|
||||||
#SUSE specific patches
|
#SUSE specific patches
|
||||||
%patch0 -p2
|
%patch -P 0 -p2
|
||||||
%patch1 -p2
|
%patch -P 1 -p2
|
||||||
autoreconf -fi
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fi
|
||||||
%if %{with_X}
|
%if %{with_X}
|
||||||
%define arg_x --with-x
|
%define arg_x --with-x
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user