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:
parent
d4ff53e651
commit
3c3e976b32
@ -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