[elbe-devel] [PATCH 1/1] debian: changelog: Bump elbe version to 14.4

Bastian Germann bage at linutronix.de
Fri Jul 1 10:29:21 CEST 2022


Generate the changelog via gbp.

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

diff --git a/debian/changelog b/debian/changelog
index c041fb9df0..1bdcf8ef9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+elbe (14.4) unstable; urgency=medium
+
+  * Team upload
+  * elbe-updated: Fix .default file loading
+  * docs: Drop authors in favour of AUTHORS file
+  * debian: Add buildsdk elbe-command to deb package
+  * Example usage of parts of ELBE in a cloud-based CI
+  * initvm: Remove cirrus vga device
+  * initvm: always use machine type pc
+  * initvm: Remove USB controller
+  * initvm: Define NIC's PCI bus slot
+  * schema: Prevent xfs filesystems
+  * rfs: use chpasswd for root password
+  * finetuning: use chpasswd for user password
+  * commands: check-build: move password to login value
+  * schema: switch to hashed password for root
+  * schema: switch to hashed passwords for users
+  * preprocess: migrate root and user passwords
+  * preprocess: migrate login action
+  * debian: Add passlib for xmlpreprocess
+  * Document mkpasswd call
+
+ -- Bastian Germann <bage at linutronix.de>  Fri, 01 Jul 2022 10:17:35 +0200
+
 elbe (14.3) unstable; urgency=medium
 
   * Team upload
diff --git a/elbe.spec b/elbe.spec
index a65890c05a..80efd93ae5 100644
--- a/elbe.spec
+++ b/elbe.spec
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           elbe
-Version:        14.3
+Version:        14.4
 Release:        1
 Summary:        Elbe (Embedded Linux Build Environment)
 
diff --git a/elbepack/tests/test_version.py b/elbepack/tests/test_version.py
index 68912aed86..83705db0ad 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.3"
+    expected_version = "14.4"
 
     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 b19b1045a6..41ab75e370 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -7,7 +7,7 @@
 
 from elbepack.directories import pack_dir
 
-elbe_version = "14.3"
+elbe_version = "14.4"
 
 elbe_initvm_packagelist = ['python3-elbe-buildenv',
                            'python3-elbe-soap',
-- 
2.30.2



More information about the elbe-devel mailing list