From: Richard W.M. Jones Date: Sun, 28 Feb 2021 21:45:39 +0000 (+0000) Subject: stdlib/fedora.gl: master -> rawhide X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c1b0373183f3fb4757981cb57ca163034fffdb3c;p=goals.git stdlib/fedora.gl: master -> rawhide --- 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.