Update the symbols files to match that we're now on 2020.6
authorAlexander Larsson <alexl@redhat.com>
Fri, 11 Sep 2020 10:14:05 +0000 (12:14 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 11 Sep 2020 10:35:32 +0000 (12:35 +0200)
src/libostree/libostree-devel.sym
src/libostree/libostree-released.sym
tests/test-symbols.sh

index 21669c4ad6b3a59d879f543e13245cd1de0da13c..7f1f7e3e6771cd2f000c0b657d368f382972772b 100644 (file)
@@ -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.
index 5c63f78fc120c2726bdc519f1e05eebb8fb14e1e..aee434cb191e7a9933998614632f80bd0329e48e 100644 (file)
@@ -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.
index 75df37e1e7eda9ab1a3f94a535f83012aca5e4b7..a0781618ad0bf0ebe8fe8d5db4c1ae994621183b 100755 (executable)
@@ -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