[elbe-devel] [PATCH 11/11] debian: changelog: Bump elbe version to 14.2
Torben Hohn
torben.hohn at linutronix.de
Mon Mar 14 14:48:26 CET 2022
* Team upload
* Add zstd in-place packer and tar archiver
* Use tar GNU-style options and auto compression mode
* Add posibility to define squashfs package options
* Remove testdeb.sh
* hdimg: Add support for partition names in GPT partitions
* dbsfed.xsd: Add Debian bookworm release name
* Update Debian codenames
* Support sha256 sums in <fullpkglist> validation
* tests: Bump test xmls to bullseye
* tests: Add 1 bookworm test xml
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
debian/changelog | 16 ++++++++++++++++
elbe.spec | 2 +-
elbepack/tests/test_version.py | 2 +-
elbepack/version.py | 2 +-
4 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7b45d828d..7b90ca220 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+elbe (14.2) unstable; urgency=medium
+
+ * Team upload
+ * Add zstd in-place packer and tar archiver
+ * Use tar GNU-style options and auto compression mode
+ * Add posibility to define squashfs package options
+ * Remove testdeb.sh
+ * hdimg: Add support for partition names in GPT partitions
+ * dbsfed.xsd: Add Debian bookworm release name
+ * Update Debian codenames
+ * Support sha256 sums in <fullpkglist> validation
+ * tests: Bump test xmls to bullseye
+ * tests: Add 1 bookworm test xml
+
+ -- Torben Hohn <torben.hohn at linutronix.de> Mon, 14 Mar 2022 12:23:16 +0100
+
elbe (14.1) unstable; urgency=medium
* Team upload
diff --git a/elbe.spec b/elbe.spec
index f6e430d66..be3ae18f0 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.1
+Version: 14.2
Release: 1
Summary: Elbe (Embedded Linux Build Environment)
diff --git a/elbepack/tests/test_version.py b/elbepack/tests/test_version.py
index 83cdf550c..4fb860dea 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.1"
+ expected_version = "14.2"
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 8ee191db4..47ec5781b 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -7,7 +7,7 @@
from elbepack.directories import pack_dir
-elbe_version = "14.1"
+elbe_version = "14.2"
elbe_initvm_packagelist = ['python3-elbe-buildenv',
'python3-elbe-soap',
--
2.20.1
More information about the elbe-devel
mailing list