[elbe-devel] [PATCH 5/5] changelog: Bump elbe version to 14.5

Bastian Germann bage at linutronix.de
Mon Oct 10 16:13:20 CEST 2022


Generate the changelog via gbp.

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

diff --git a/debian/changelog b/debian/changelog
index 0dbd4ad674..4c27149edf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+elbe (14.6) unstable; urgency=medium
+
+  * README.adoc: Update Dependency as per latest version
+  * README.adoc: Update Readme for updating bugs and contributions
+  * README: Stop advertising IRC channel
+  * contrib: debathena-transform-lighttpd: Release 1.4
+  * elbepack: dosunix: Add missing license header
+  * schema: Add missing license headers
+  * elbe.spec: Add missing license info
+  * setup.py: Replace author with corporate info
+  * examples: Add SPDX header for external contribution
+  * examples: Relicense to 0BSD
+  * contrib: dockerfile: Add markdown comments
+  * contrib: k8s: Add missing license info
+  * contrib: Drop linux patches
+  * schema: Add XSD's missing license info
+  * Prevent rebuild of initramfs on target image
+  * elbeproject: Reliably remove package files after build
+  * examples/beaglebone: Install pbuilder-built package
+  * docs: quickstart: Grammar check
+  * docs: quickstart: Show output example based on latest version
+  * docs: overview: Grammar check
+  * docs: Remove empty indices from index
+  * hdimg: Allow additional arguments for grub-install
+  * docs: elbeoverview: Fix XML markup
+  * docs: elbe-parselicence: Enquote path name
+  * docs: Add new elbe repodir manpage
+  * repodir: Preprocess XML and serve Debian repositories
+  * commands: Add standalone program based on repodir module
+  * initvmaction: Run repodir before preprocess
+
+ -- Bastian Germann <bage at linutronix.de>  Mon, 10 Oct 2022 16:08:55 +0200
+
 elbe (14.5) unstable; urgency=medium
 
   * Team upload
diff --git a/elbe.spec b/elbe.spec
index 3667ad0f9f..78831e6ec5 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.5
+Version:        14.6
 Release:        1
 Summary:        Elbe (Embedded Linux Build Environment)
 
diff --git a/elbepack/tests/test_version.py b/elbepack/tests/test_version.py
index f3cd58b9a3..362163a93f 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.5"
+    expected_version = "14.6"
 
     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 2302bfc7e5..98c3120245 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -7,7 +7,7 @@
 
 from elbepack.directories import pack_dir
 
-elbe_version = "14.5"
+elbe_version = "14.6"
 
 elbe_initvm_packagelist = ['python3-elbe-buildenv',
                            'python3-elbe-soap',
-- 
2.30.2



More information about the elbe-devel mailing list