[packages/WireGuard] - rel 3, macro name must be followed by a space before body

baggins baggins at pld-linux.org
Sat May 30 14:46:24 CEST 2026


commit 92cf6b13afb3c678206026329b2fb1053b5f8c90
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat May 30 14:45:48 2026 +0200

    - rel 3, macro name must be followed by a space before body

 WireGuard.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/WireGuard.spec b/WireGuard.spec
index ad37d61..86686bd 100644
--- a/WireGuard.spec
+++ b/WireGuard.spec
@@ -1,7 +1,7 @@
 # nothing to be placed to debuginfo package
 %define		_enable_debug_packages	0
 
-%define		rel	2
+%define		rel	3
 Summary:	WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography
 Name:		WireGuard%{_alt_kernel}
 Version:	1.0.20220627
@@ -24,7 +24,7 @@ intends to be considerably more performant than OpenVPN. WireGuard is
 designed as a general purpose VPN for running on embedded interfaces
 and super computers alike, fit for many different circumstances.
 
-%define	kernel_pkg()\
+%define	kernel_pkg() \
 %package -n kernel%{_alt_kernel}-misc-wireguard\
 Summary:	WireGuard kernel module\
 Release:	%{rel}@%{_kernel_ver_str}\
@@ -47,7 +47,7 @@ WireGuard kernel module.\
 %depmod %{_kernel_ver}\
 %{nil}
 
-%define build_kernel_pkg()\
+%define build_kernel_pkg() \
 %build_kernel_modules -C src -m wireguard\
 %install_kernel_modules -D installed -m src/wireguard -d misc\
 %{nil}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/WireGuard.git/commitdiff/92cf6b13afb3c678206026329b2fb1053b5f8c90



More information about the pld-cvs-commit mailing list