summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Marrero Corchado <jmarrero@users.noreply.github.com>2022-06-08 17:17:28 -0400
committerGitHub <noreply@github.com>2022-06-08 17:17:28 -0400
commita6ecd96cda47c6bae9a8f6c4e72843ea425aa534 (patch)
tree9bdce4db914068473f2b8a19d3eb865c92f29687
parentb330f84172e87c62b3ef85539b93881569d39ae1 (diff)
parent145d91d1c96755bc61a468b5da1061547909121e (diff)
downloadostree-0.14.0.tar.gz
Merge pull request #2638 from cgwalters/fix-symbol-versioningv0.14.0ostree-sys-v0.10.0
lib: Fix symbol versioning inheritance
-rw-r--r--src/libostree/libostree-released.sym2
-rwxr-xr-xtests/test-symbols.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libostree/libostree-released.sym b/src/libostree/libostree-released.sym
index 8b8a722d..5afdfd3e 100644
--- a/src/libostree/libostree-released.sym
+++ b/src/libostree/libostree-released.sym
@@ -681,7 +681,7 @@ LIBOSTREE_2022.4 {
global:
ostree_fs_get_all_xattrs;
ostree_fs_get_all_xattrs_at;
-} LIBOSTREE_2021.5;
+} LIBOSTREE_2022.2;
/* NOTE: Only add more content here in release commits! See the
* comments at the top of this file.
diff --git a/tests/test-symbols.sh b/tests/test-symbols.sh
index a888ef35..a14849d5 100755
--- a/tests/test-symbols.sh
+++ b/tests/test-symbols.sh
@@ -54,7 +54,7 @@ echo 'ok documented symbols'
# ONLY update this checksum in release commits!
cat > released-sha256.txt <<EOF
-fb66f84d9af5270ed34fdf9f70f97e59394336a9559f493917704bdffa19027d ${released_syms}
+34ff6c97e20242a449b210f7452a12d0bb6ac9e135638f71c2d27b2f2b583ef3 ${released_syms}
EOF
sha256sum -c released-sha256.txt