From c1b0373183f3fb4757981cb57ca163034fffdb3c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 28 Feb 2021 21:45:39 +0000 Subject: [PATCH] stdlib/fedora.gl: master -> rawhide --- stdlib/fedora.gl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/fedora.gl b/stdlib/fedora.gl index 999c55f..bbc80d9 100644 --- a/stdlib/fedora.gl +++ b/stdlib/fedora.gl @@ -26,7 +26,7 @@ # of dist git. You must use the fedpkg clone -B command to # create separate branches. # -# %fedora-branch: Working branch, eg. "master". +# %fedora-branch: Working branch, eg. "rawhide". # %fedora-tag: Build tag, eg. "f32-build". # # %fedora-rebuild-name: @@ -114,7 +114,7 @@ is-koji-built ("%pkg") : # If we're not building for Rawhide then we must use the rightmost # (-r) flag so there's an upgrade path to Rawhide. rightmost= - if test %fedora-branch != "master"; then rightmost=-r; fi + if test %fedora-branch != "rawhide"; then rightmost=-r; fi # If the specfile doesn't have the magic string then add # that now. -- 1.8.3.1