From 78d0a54525b8bfaa38adc50ea7fc8ee38ad38861cdb3190a4fc703de93f57b58 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Fri, 27 Jun 2025 11:47:54 +0200 Subject: [PATCH] fix the macro --- bash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.spec b/bash.spec index ae979b5..73d3452 100644 --- a/bash.spec +++ b/bash.spec @@ -17,7 +17,7 @@ %define _buildshell /bin/bash -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} > 1501 %bcond_with alternatives %else %bcond_without alternatives -- 2.49.0