[packages/vagrant] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:28:22 CEST 2025
commit 3f02bf89cee250cd0cbca83acd22db34b8374c06
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:28:06 2025 +0200
Fix applying patches.
vagrant.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/vagrant.spec b/vagrant.spec
index 7ea417f..843628e 100644
--- a/vagrant.spec
+++ b/vagrant.spec
@@ -106,14 +106,14 @@ Ruby documentation for %{gem_name}
%prep
%setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p1
VERSION=$(cat version.txt)
sed -i -e "s/__VERSION__/$VERSION/" lib/vagrant/version.rb
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vagrant.git/commitdiff/3f02bf89cee250cd0cbca83acd22db34b8374c06
More information about the pld-cvs-commit
mailing list