[elbe-devel] [PATCH 10/10] debian: changelog: bump elbe version to 13.3

Torben Hohn torben.hohn at linutronix.de
Thu May 6 14:55:31 CEST 2021


  * Team upload
  * hdimg: run tune2fs after umount
  * examples/beaglebone: Write u-boot to image
  * initvmaction: fixup the timeout logic
  * tests: test_preproc: initial implementation
  * default-init: install qemu-user-static from backports
  * test:
    * simple-arm64.xml: fix check-build img
    * simple-armhf.xml: fix check-build img
  * add host architecture to ProjectRepo
  * rfs: correctly replace LOCALMACHINE with 10.0.2.2 for proxy
  * test: fix problem, when subtest succeeds

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 debian/changelog               | 17 +++++++++++++++++
 elbe.spec                      |  2 +-
 elbepack/tests/test_version.py |  2 +-
 elbepack/version.py            |  2 +-
 4 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 86354c5ae..1aa12bb67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+elbe (13.3) unstable; urgency=medium
+
+  * Team upload
+  * hdimg: run tune2fs after umount
+  * examples/beaglebone: Write u-boot to image
+  * initvmaction: fixup the timeout logic
+  * tests: test_preproc: initial implementation
+  * default-init: install qemu-user-static from backports
+  * test:
+    * simple-arm64.xml: fix check-build img
+    * simple-armhf.xml: fix check-build img
+  * add host architecture to ProjectRepo
+  * rfs: correctly replace LOCALMACHINE with 10.0.2.2 for proxy
+  * test: fix problem, when subtest succeeds
+
+ -- Torben Hohn <torben.hohn at linutronix.de>  Wed, 28 Apr 2021 11:16:45 +0200
+
 elbe (13.2) unstable; urgency=medium
 
   * Team upload
diff --git a/elbe.spec b/elbe.spec
index acbc14f3f..ddf400527 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:        13.2
+Version:        13.3
 Release:        1
 Summary:        Elbe (Embedded Linux Build Environment)
 
diff --git a/elbepack/tests/test_version.py b/elbepack/tests/test_version.py
index e1d2de637..fda73b634 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 = "13.2"
+    expected_version = "13.3"
 
     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 f91d26d5b..375c6726a 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -7,7 +7,7 @@
 
 from elbepack.directories import pack_dir
 
-elbe_version = "13.2"
+elbe_version = "13.3"
 
 elbe_initvm_packagelist = ['python3-elbe-buildenv',
                            'python3-elbe-soap',
-- 
2.20.1



More information about the elbe-devel mailing list