summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2020-09-11 12:14:05 +0200
committerAlexander Larsson <alexl@redhat.com>2020-09-11 12:35:32 +0200
commitb7d1a9746b51fdb4cf14aa173e46e7d165cfe6e4 (patch)
tree09311ac0c02104a50c540fc96513c1ac6cbe915b
parentda853a17832b2003faec4bb0a9cc5cfcaf935ef3 (diff)
downloadostree-b7d1a9746b51fdb4cf14aa173e46e7d165cfe6e4.tar.gz
Update the symbols files to match that we're now on 2020.6
-rw-r--r--src/libostree/libostree-devel.sym2
-rw-r--r--src/libostree/libostree-released.sym5
-rwxr-xr-xtests/test-symbols.sh2
3 files changed, 6 insertions, 3 deletions
diff --git a/src/libostree/libostree-devel.sym b/src/libostree/libostree-devel.sym
index 21669c4a..7f1f7e3e 100644
--- a/src/libostree/libostree-devel.sym
+++ b/src/libostree/libostree-devel.sym
@@ -17,7 +17,7 @@
Boston, MA 02111-1307, USA.
***/
-LIBOSTREE_2020.5 {
+LIBOSTREE_2020.6 {
global:
/* Add symbols here, and uncomment the bits in
* Makefile-libostree.am to enable this too.
diff --git a/src/libostree/libostree-released.sym b/src/libostree/libostree-released.sym
index 5c63f78f..aee434cb 100644
--- a/src/libostree/libostree-released.sym
+++ b/src/libostree/libostree-released.sym
@@ -593,6 +593,9 @@ global:
ostree_sysroot_set_mount_namespace_in_use;
} LIBOSTREE_2019.6;
+/* No new symbols in 2020.2 */
+/* No new symbols in 2020.3 */
+
/* Add new symbols here. Release commits should copy this section into -released.sym. */
LIBOSTREE_2020.4 {
global:
@@ -615,7 +618,7 @@ global:
ostree_sign_summary;
} LIBOSTREE_2020.1;
-/* No new symbols in 2020.2 */
+/* No new symbols in 2020.5 */
/* 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 75df37e1..a0781618 100755
--- a/tests/test-symbols.sh
+++ b/tests/test-symbols.sh
@@ -66,7 +66,7 @@ echo 'ok documented symbols'
# ONLY update this checksum in release commits!
cat > released-sha256.txt <<EOF
-1f83814b9a785f9f612ee8f707dadb86d0dcbdc22603937575b7beefb26b50cc ${released_syms}
+55f21380aa7f9ecc447a680b5c091692f2a0b98aa96ea00fba6aa6406aa69a5a ${released_syms}
EOF
sha256sum -c released-sha256.txt