mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +03:00
Merge pull request #3097 from cgwalters/symbol-cleanups
Symbol cleanups
This commit is contained in:
commit
de22914e23
@ -20,17 +20,17 @@
|
|||||||
- uncomment the include in Makefile-libostree.am
|
- uncomment the include in Makefile-libostree.am
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
LIBOSTREE_2023.8 {
|
||||||
|
global:
|
||||||
|
ostree_sysroot_update_post_copy;
|
||||||
|
} LIBOSTREE_2023.4;
|
||||||
|
|
||||||
/* Stub section for the stable release *after* this development one; don't
|
/* Stub section for the stable release *after* this development one; don't
|
||||||
* edit this other than to update the year. This is just a copy/paste
|
* edit this other than to update the year. This is just a copy/paste
|
||||||
* source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION
|
* source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION
|
||||||
* with whatever the next version with new symbols will be.
|
* with whatever the next version with new symbols will be.
|
||||||
LIBOSTREE_2021.$NEWVERSION {
|
LIBOSTREE_$YEAR.$NEWVERSION {
|
||||||
global:
|
global:
|
||||||
someostree_symbol_deleteme;
|
someostree_symbol_deleteme;
|
||||||
} LIBOSTREE_2021.$LASTSTABLE;
|
} LIBOSTREE_$YEAR.$LASTSTABLE;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
LIBOSTREE_2023.11 {
|
|
||||||
global:
|
|
||||||
ostree_sysroot_update_post_copy;
|
|
||||||
} LIBOSTREE_2023.4;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user