[elbe-devel] [PATCH] changelog: Bump elbe version to 14.9
Bastian Germann
bage at linutronix.de
Fri Jun 2 17:50:19 CEST 2023
Generate the changelog via gbp.
Signed-off-by: Bastian Germann <bage at linutronix.de>
---
debian/changelog | 42 ++++++++++++++++++++++++++++++++++
elbe.spec | 2 +-
elbepack/tests/test_version.py | 2 +-
elbepack/version.py | 2 +-
4 files changed, 45 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c89beed3d1..d8af43d0b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,45 @@
+elbe (14.9) unstable; urgency=medium
+
+ * Team upload
+ * debian: Remove python3-elbe-debianize
+ * tests: test_pylint: Remove debianize exceptions
+ * elbepack: commands: Remove debianize
+ * elbepack: debianize: Remove the module and templates
+ * docs: elbe-debianize: Explain alternatives
+ * README.adoc: add the missing libvirt-clients package
+ * README.adoc: add the missing libvirt-daemon-system package
+ * README.adoc: break the long apt command
+ * README.adoc: add the missing debian-archive-keyring package
+ * README.adoc: fix typos
+ * elbepack/commands/control.py: fix typos
+ * pbuilder: declare pdebuilder/current directory as safe for git
+ * quickstart: add a user to kvm group instead of libvirt-qemu
+ * examples: x86_64-pc-hdimg-grub-hybrid-buster: fix XML syntax error
+ * docs/elbe-initvm.txt: fix typos
+ * docs/elbe-initvm.txt: describe sync command
+ * egpg: Add missing import
+ * rfs: Prevent cutting OpenPGP armor end line
+ * debian: elbe.service: Refer to elbe-initvm(1)
+ * docs/elbe-initvm.txt: add credentials needed for the attach command
+ * db: Ignore 2.0 warning
+ * debian: Update debhelper compat to level 12
+ * docs: elbe-debianize: Remove remarks about debian/arch
+ * repomanager: Prevent writing optional Suite
+ * debianreleases: Drop unused file
+ * schema: Allow free-form text for suite-proj
+ * README: Add info on supported releases
+ * schema: Drop initvm support for buster
+ * init: Drop initvm-ssh-root-open-danger
+ * examples: Use the same deb suite in primary and secondary mirrors
+ * Fix badly rendered ELBE sphinx docs
+ * sdk: add help message for RHEL based system
+ * sdk: relocate absolute links
+ * sdk: fix paths in ascii file
+ * Introduce generic filesystem tuning
+ * CONTRIBUTE: Add documentation
+
+ -- Bastian Germann <bage at linutronix.de> Fri, 02 Jun 2023 17:46:13 +0200
+
elbe (14.8.1) unstable; urgency=medium
* Team upload
diff --git a/elbe.spec b/elbe.spec
index 714437be11..a32e763b00 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.8.1
+Version: 14.9
Release: 1
Summary: Elbe (Embedded Linux Build Environment)
diff --git a/elbepack/tests/test_version.py b/elbepack/tests/test_version.py
index 6442f85ead..5be5b2e7a7 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.8.1"
+ expected_version = "14.9"
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 d2f864021f..8786b1c574 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -7,7 +7,7 @@
from elbepack.directories import pack_dir
-elbe_version = "14.8.1"
+elbe_version = "14.9"
elbe_initvm_packagelist = ['python3-elbe-buildenv',
'python3-elbe-soap',
--
2.39.2
More information about the elbe-devel
mailing list