From ab8ed33152f00704b13ed9e4431310bbdf1d335a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 28 Feb 2017 22:03:32 +0000 Subject: [PATCH] Add libguestfs 1.36 branches. --- Makefile | 2 +- libguestfs_fedora.ml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 88284f6..3d509c4 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Comment out the next line if goaljobs is installed. If it is not # installed, change the path to the location of the goaljobs build # directory. -#pkgdir = ../goaljobs +pkgdir = ../goaljobs ifeq ($(pkgdir),) goaljobs = goaljobs --package pcre,extlib diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 86a0b23..6f65a9c 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,8 +22,9 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ - "1.35-development", "master"; (* Rawhide follows development. *) - "1.34-stable", "f25"; (* F25 follows 1.34. *) + "1.37-development", "master"; (* Rawhide follows development. *) + (*"1.36-stable", "f26"; (* F26 follows 1.36. *)*) + "1.36-stable", "f25"; (* F25 follows 1.36. *) "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