From 5a7c0b7619476154ff3129fe449afabb1b450279 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 4 Apr 2018 15:09:14 +0200 Subject: [PATCH] Add missing %global --- perl-B-Debug.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-B-Debug.spec b/perl-B-Debug.spec index 9a520a1..8e59090 100644 --- a/perl-B-Debug.spec +++ b/perl-B-Debug.spec @@ -6,8 +6,8 @@ %bcond_with perl_B_Debug_enables_optional_test %endif %else -%_without_perl_B_Debug_enables_optional_test 1 -%_with_perl_B_Debug_enables_optional_test 0 +%global _without_perl_B_Debug_enables_optional_test 1 +%global _with_perl_B_Debug_enables_optional_test 0 %endif