[elbe-devel] [PATCH] changelog: Bump elbe version to 14.7

Bastian Germann bage at linutronix.de
Wed Dec 7 14:52:22 CET 2022


Generate the changelog via gbp.

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

diff --git a/debian/changelog b/debian/changelog
index c7a96bd23f..8bf8e79367 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+elbe (14.7) unstable; urgency=medium
+
+  * Team upload
+  * schema: losetup: Add attributes for documentation
+  * schema: copy_from_partition: Add attributes
+  * schema: copy_to_partition, set_partition_type: Add attributes
+  * schema: addgroup: Add attributes for missing documentation
+  * schema: img_convert: Add documentation for attributes
+  * schema: set_packer: Add documentation for attributes
+  * schema: file: Add documentation for attributes
+  * schema: rm: Add missing documentation for attributes
+  * schema: dbsfed.xsd: unit-tests: Fix typo
+  * schema: adduser: Add missing documentation for attributes
+  * schema: extract_partition: Add documentation for attributes
+  * schema: mknod: Add documentation for attributes
+  * schema: partition-command: Add documentation for attributes
+  * schema: cpmv: Add documentation for attributes
+  * schema: git_src, svn_src: Add missing attributes
+  * schema: test-suite: Add missing attributes
+  * Makefile: Remove old, pointless Makefile
+  * docs: Remove elbe show output of examples
+  * Skip appending a pkg's copyright if it does not exist
+  * Only find x86_64 version of ld-config
+  * Add basic support for bash completion for elbe
+  * Hints to the interpretation of path within binaryblob added
+
+ -- Bastian Germann <bage at linutronix.de>  Wed, 07 Dec 2022 14:45:44 +0100
+
 elbe (14.6.1) unstable; urgency=medium
 
   * Team upload
diff --git a/elbe.spec b/elbe.spec
index ec3510e5a5..2b1db5eef7 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.6.1
+Version:        14.7
 Release:        1
 Summary:        Elbe (Embedded Linux Build Environment)
 
diff --git a/elbepack/tests/test_version.py b/elbepack/tests/test_version.py
index 466da73ec9..7c80bd2d77 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.6.1"
+    expected_version = "14.7"
 
     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 5cdaeced0e..60f7ca3300 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -7,7 +7,7 @@
 
 from elbepack.directories import pack_dir
 
-elbe_version = "14.6.1"
+elbe_version = "14.7"
 
 elbe_initvm_packagelist = ['python3-elbe-buildenv',
                            'python3-elbe-soap',
-- 
2.30.2



More information about the elbe-devel mailing list