From 5a456c968ee7e7bbe477ae4e756967c4aa2e3fc1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 18 Jan 2020 20:50:57 +0000 Subject: [PATCH] stdlib: Fix %branch -> %fedora-branch. Fixes commit 69f0ac6d4b9a1fd1b2985cefe95d4f06d55004f3 --- stdlib/fedora.gl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/fedora.gl b/stdlib/fedora.gl index 32e1922..21450c7 100644 --- a/stdlib/fedora.gl +++ b/stdlib/fedora.gl @@ -51,7 +51,7 @@ # Check if the source package has been built in Koji. tactic *koji-built (pkg) = { - cd %fedora-dir/%pkg/%branch + cd %fedora-dir/%pkg/%fedora-branch koji=%koji specfile=%pkg.spec -- 1.8.3.1