From 67839c39351c9e191dd72c36d33979ca5f84f99c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 8 Aug 2016 16:57:47 +0100 Subject: [PATCH] F24/F25 follow new stable 1.34 branch. --- libguestfs_fedora.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 504d031..86a0b23 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,9 +22,9 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ - "1.33-development", "master"; (* Rawhide follows development. *) - "1.33-development", "f25"; (* F25 will be 1.34. *) - "1.33-development", "f24"; (* F24 will be 1.34. *) + "1.35-development", "master"; (* Rawhide follows development. *) + "1.34-stable", "f25"; (* F25 follows 1.34. *) + "1.34-stable", "f24"; (* F24 follows 1.34. *) "1.32-stable", "f23"; (* F23 follows 1.32. *) "1.30-stable", "f22"; (* F22 follows 1.30. *) ] -- 1.8.3.1