lib: Fix v2017.10 symbols to inherit from v2017.8
authorColin Walters <walters@verbum.org>
Thu, 17 Aug 2017 16:16:35 +0000 (12:16 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 17 Aug 2017 16:57:33 +0000 (16:57 +0000)
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

index 82b18667747667cb2b52eea671fb7a4204ce786c..c9bc345fa5569c3b59f11570d406b3d7d2954011 100644 (file)
@@ -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;
+ * <https://github.com/ostreedev/ostree/issues/1087>
+ */
+} 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