]> git.pld-linux.org Git - packages/open-vm-tools.git/commitdiff
- apply 3.10 patch only for head builds auto/th/open-vm-tools-9.2.3-11
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 25 Aug 2013 11:17:10 +0000 (13:17 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 25 Aug 2013 11:17:10 +0000 (13:17 +0200)
- rel 11

open-vm-tools.spec

index 16832ce4e9b14efeae408a2eea4efb8d6e090ffa..6db0f5dd178ab2bae91b540a3aa0eab2e7cdc02a 100644 (file)
@@ -8,7 +8,7 @@
 %define                subver  %(echo %{snap} | tr -d .)
 %define                ver     9.2.3
 %define                rev     1031360
-%define                rel     10
+%define                rel     11
 %define                pname   open-vm-tools
 %define     modsrc     modules/linux
 Summary:       VMWare guest utilities
@@ -221,7 +221,11 @@ Moduł jądra Linuksa VMware vsock.
 %prep
 #setup -q -n %{pname}-%{snap}-%{rev}
 %setup -q -n %{pname}-%{ver}-%{rev}
+%if %{with kernel}
+%if "%{_alt_kernel}" == "%{nil}"
 %patch0 -p1
+%endif
+%endif
 
 cp %{SOURCE1} packaging
 %{__sed} -i -e 's|##{BUILD_OUTPUT}##|build|' docs/api/doxygen.conf
This page took 0.202919 seconds and 4 git commands to generate.