mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-23 21:35:26 +03:00
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
This commit is contained in:
parent
ceeefa69f5
commit
c4148d4ddd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user