[elbe-devel] [PATCH 3/3] changelog: Bump elbe version to 14.8

Bastian Germann bage at linutronix.de
Thu Feb 23 21:05:53 CET 2023


Generate the changelog via gbp and summarize the f-strings changes.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 debian/changelog               | 25 +++++++++++++++++++++++++
 elbe.spec                      |  2 +-
 elbepack/tests/test_version.py |  2 +-
 elbepack/version.py            |  2 +-
 4 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8bf8e79367..bdffc3ff2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+elbe (14.8) unstable; urgency=medium
+
+  * Team upload
+  * Global: use f-strings
+  * Replace gnupg dependencies with gpg
+  * preprocess: Only use 5000 sha512crypt round with warning
+  * examples: x86_64-docker.xml: Update to bullseye
+  * initvmaction: Allow "submit" without libvirt
+  * directories: Remove unused examples_dir
+  * Call elbe with prepended python executable
+  * Move examples installation to debianization
+  * Prevent double file access
+  * initvmaction: Alternative iso extract implementation
+  * setup.py: Add client dependencies as requirements
+  * Fix bash completion support
+  * initvmaction: Let 'ensure' show the control error
+  * Update device mapping on losetup
+  * rpcaptcache: Introduce removeprefix for get_fileindex
+  * dump: only compare /usr-unprefixed file names
+  * Replace qemu -enable-kvm option
+  * debian: Drop unused dependency apt-rdepends
+  * init libvirt.xml.mako: Drop interpreter-args support
+
+ -- Bastian Germann <bage at linutronix.de>  Thu, 23 Feb 2023 20:56:12 +0100
+
 elbe (14.7) unstable; urgency=medium
 
   * Team upload
diff --git a/elbe.spec b/elbe.spec
index 2b1db5eef7..8a20f47298 100644
--- a/elbe.spec
+++ b/elbe.spec
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           elbe
-Version:        14.7
+Version:        14.8
 Release:        1
 Summary:        Elbe (Embedded Linux Build Environment)
 
diff --git a/elbepack/tests/test_version.py b/elbepack/tests/test_version.py
index 7c80bd2d77..d276698731 100644
--- a/elbepack/tests/test_version.py
+++ b/elbepack/tests/test_version.py
@@ -12,7 +12,7 @@ from elbepack.version import elbe_version
 class TestElbepackVersion(unittest.TestCase):
 
     # This is a read-only state that is the same for every tests
-    expected_version = "14.7"
+    expected_version = "14.8"
 
     def setUp(self):
         # This is a mutable state that is different for every tests
diff --git a/elbepack/version.py b/elbepack/version.py
index 60f7ca3300..420ce1738e 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -7,7 +7,7 @@
 
 from elbepack.directories import pack_dir
 
-elbe_version = "14.7"
+elbe_version = "14.8"
 
 elbe_initvm_packagelist = ['python3-elbe-buildenv',
                            'python3-elbe-soap',
-- 
2.39.1



More information about the elbe-devel mailing list