summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2022-11-23 09:02:52 -0500
committerColin Walters <walters@verbum.org>2022-11-23 09:02:52 -0500
commite2f8ea6957a7b793e3ed93a3c76de63bd7bc0637 (patch)
treec8cb5a650d44cbb4a54bcc9375ba8f2491c2de82
parent832b9aec0610f815384497e36779fac8c2580793 (diff)
downloadostree-e2f8ea6957a7b793e3ed93a3c76de63bd7bc0637.tar.gz
Release 2022.7v2022.7
-rw-r--r--configure.ac2
-rw-r--r--src/libostree/libostree-devel.sym7
-rw-r--r--src/libostree/libostree-released.sym7
-rwxr-xr-xtests/test-symbols.sh2
4 files changed, 9 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 7d4f5fe9..84c02b2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ m4_define([year_version], [2022])
m4_define([release_version], [7])
m4_define([package_version], [year_version.release_version])
AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=no
+is_release_build=yes
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/src/libostree/libostree-devel.sym b/src/libostree/libostree-devel.sym
index 8f374bbe..9168db73 100644
--- a/src/libostree/libostree-devel.sym
+++ b/src/libostree/libostree-devel.sym
@@ -20,13 +20,6 @@
- uncomment the include in Makefile-libostree.am
*/
-LIBOSTREE_2022.7 {
-global:
- ostree_kernel_args_contains;
- ostree_kernel_args_delete_if_present;
- ostree_sysroot_initialize_with_mount_namespace;
-} LIBOSTREE_2022.5;
-
/* 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
* source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION
diff --git a/src/libostree/libostree-released.sym b/src/libostree/libostree-released.sym
index a5b9bdda..ee4e3fde 100644
--- a/src/libostree/libostree-released.sym
+++ b/src/libostree/libostree-released.sym
@@ -689,6 +689,13 @@ global:
ostree_sysroot_deployment_set_kargs_in_place;
} LIBOSTREE_2022.4;
+LIBOSTREE_2022.7 {
+global:
+ ostree_kernel_args_contains;
+ ostree_kernel_args_delete_if_present;
+ ostree_sysroot_initialize_with_mount_namespace;
+} LIBOSTREE_2022.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 6eeb73ae..1442e2d7 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
-370e560e4044b17523d23b04e383539cd22eac7c3067b7324803129ceebd73f0 ${released_syms}
+d7b5a766b1607f7334e9b6f15385ad872879e336a160ae76336243e493f7ceab ${released_syms}
EOF
sha256sum -c released-sha256.txt