From c4148d4ddd93b23bf827387ef56ccded234b6913 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 17 Aug 2017 12:16:35 -0400 Subject: [PATCH] lib: Fix v2017.10 symbols to inherit from v2017.8 I actually don't quite know what the version inheritance really does, but let's be safe and fix this. I'm being conservative here and fixing it to inherit from 2017.8, skipping .9 since that doesn't have a parent. Related: https://github.com/ostreedev/ostree/issues/1087 Closes: #1088 Approved by: jlebon --- src/libostree/libostree-devel.sym | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/libostree/libostree-devel.sym b/src/libostree/libostree-devel.sym index 82b18667..c9bc345f 100644 --- a/src/libostree/libostree-devel.sym +++ b/src/libostree/libostree-devel.sym @@ -23,7 +23,11 @@ LIBOSTREE_2017.10 { ostree_repo_set_alias_ref_immediate; ostree_repo_open_at; ostree_repo_create_at; -}; +/* Inherit from .8 since .9 is empty and is also broken + * in that it doesn't have a parent currently; + * + */ +} LIBOSTREE_2017.8; /* Stub section for the stable release *after* this development one; don't * edit this other than to update the last number. This is just a copy/paste