stdlib/fedora.gl: master -> rawhide
authorRichard W.M. Jones <rjones@redhat.com>
Sun, 28 Feb 2021 21:45:39 +0000 (21:45 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 28 Feb 2021 21:45:39 +0000 (21:45 +0000)
stdlib/fedora.gl

index 999c55f..bbc80d9 100644 (file)
@@ -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.