From e77b44cf5a8ce9997e2863409187e3793c71d460 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Tue, 4 Jan 2022 09:57:26 -0500 Subject: [PATCH] spec: fix URL for RPM docs The old one gives a 404 error now. Signed-off-by: Jeff Layton --- ceph.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 79d01fbb70742..d30a45e9d4d47 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -17,8 +17,8 @@ ################################################################################# # conditional build section # -# please read http://rpm.org/user_doc/conditional_builds.html for explanation of -# bcond syntax! +# please read this for explanation of bcond syntax: +# https://rpm-software-management.github.io/rpm/manual/conditionalbuilds.html ################################################################################# %bcond_with make_check %bcond_with zbd -- 2.39.5