From 8f09d4248344bbfb61b4b6d7d60cc24f07bbd348 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Fri, 3 Feb 2023 11:00:49 +0100 Subject: [PATCH] spec: Fix man pages build on Fedora --- contrib/osc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/osc.spec b/contrib/osc.spec index c85bdb78..1c649f5a 100644 --- a/contrib/osc.spec +++ b/contrib/osc.spec @@ -19,7 +19,7 @@ %endif # generate manpages on distros where argparse-manpage >= 3 is available -%if 0%{?suse_version} > 1500 || 0%{?fedora} +%if 0%{?suse_version} > 1500 || 0%{?fedora} >= 37 %bcond_without man %else %bcond_with man