[packages/nginx] use %dnl for control_api description

atler atler at pld-linux.org
Thu Sep 3 22:22:44 CEST 2026


commit bb78c6ecee4be6e35e0fe2dd1f0bfdc423986bc7
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Sep 3 22:20:50 2026 +0200

    use %dnl for control_api description
    
    fixes:
    
    bcond_without: invalid option -- 'l'
    error: /home/users/builder/rpm/packages/nginx/nginx.spec: line 7: Unknown option l in bcond_without()

 nginx.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx.spec b/nginx.spec
index b2d5b77..92ca379 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -4,7 +4,7 @@
 #
 # Conditional build for nginx:
 # Features
-%bcond_without	control_api	# control API socket (when started with -l option)
+%bcond_without	control_api	%dnl control API socket (when started with -l option)
 %bcond_with	debug		# enable debug logging: http://nginx.org/en/docs/debugging_log.html
 %bcond_without	file_aio	# file AIO support
 %bcond_without	threads		# thread pool support
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/bb78c6ecee4be6e35e0fe2dd1f0bfdc423986bc7



More information about the pld-cvs-commit mailing list