X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=stdlib%2Ffedora.gl;fp=stdlib%2Ffedora.gl;h=bbc80d9697cc7418695fe788438b1ff978572724;hb=c1b0373183f3fb4757981cb57ca163034fffdb3c;hp=999c55f56a7a06b5076b4bce0d5fba429c1fec01;hpb=a6f9af354a9cd2c7b06ebe9c5b4958d527291810;p=goals.git 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.