[elbe-devel] [PATCH] debian: bump elbe version to v12.5
Bastian Germann
bage at linutronix.de
Wed Jul 22 15:44:58 CEST 2020
Am 22.07.20 um 13:41 schrieb Torben Hohn:
> * Fix building sdk for amd64
> * Add cross build support to pbuilder.
> * Add ccache support to pbuilder.
> * Limited finetuning support for initvm.
> * First part of the elbe test suite
> * doctests for filesystem
> * doctests for shellhelper
> * pylint as unittest
> * schema: Add possibility to add multiple binary blobs
> * debianize: kernel: Add lzop build dependency
> * initvmaction: Add sync action
> * Include Source Packages for Built-Using: Entries into src-cdrom.
> * src-cdrom now sorts packages in components for sysroot, host-sysroot,
> target, etc.
> * Source packages only show up in target component if files from the
> package are contained in the target.
> * Python3 is now used on the host side. (initvm is still waiting for
> python3-spyne)
> * The preprocessor now handles proxy setup.
> * initvm: create: Add COW logic for initvm
> * initvmaction: Fix soap host (Fixes: #271)
> * finetuning: Add command action in image context
> * elbeproject: cope with incremental build without initvm node
> * Fix bin-cdrom.iso signature validation in initvm-create (Fixes: #260)
> * hdimg: Add support for specifying the first partition offset
> * Basic Support for building ubuntu targets.
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
Reviewed-by: Bastian Germann <bage at linutronix.de>
> ---
> debian/changelog | 31 +++++++++++++++++++++++++++++++
> elbe.spec | 2 +-
> elbepack/tests/test_version.py | 2 +-
> elbepack/version.py | 2 +-
> 4 files changed, 34 insertions(+), 3 deletions(-)
>
> diff --git a/debian/changelog b/debian/changelog
> index 42402d86a..c3e1c4626 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,34 @@
> +elbe (12.5) unstable; urgency=medium
> +
> + * Fix building sdk for amd64
> + * Add cross build support to pbuilder.
> + * Add ccache support to pbuilder.
> + * Limited finetuning support for initvm.
> + * First part of the elbe test suite
> + * doctests for filesystem
> + * doctests for shellhelper
> + * pylint as unittest
> + * schema: Add possibility to add multiple binary blobs
> + * debianize: kernel: Add lzop build dependency
> + * initvmaction: Add sync action
> + * Include Source Packages for Built-Using: Entries into src-cdrom.
> + * src-cdrom now sorts packages in components for sysroot, host-sysroot,
> + target, etc.
> + * Source packages only show up in target component if files from the
> + package are contained in the target.
> + * Python3 is now used on the host side. (initvm is still waiting for
> + python3-spyne)
> + * The preprocessor now handles proxy setup.
> + * initvm: create: Add COW logic for initvm
> + * initvmaction: Fix soap host (Fixes: #271)
> + * finetuning: Add command action in image context
> + * elbeproject: cope with incremental build without initvm node
> + * Fix bin-cdrom.iso signature validation in initvm-create (Fixes: #260)
> + * hdimg: Add support for specifying the first partition offset
> + * Basic Support for building ubuntu targets.
> +
> + -- Torben Hohn <torben.hohn at linutronix.de> Wed, 22 Jul 2020 11:32:39 +0200
> +
> elbe (12.4) unstable; urgency=medium
>
> * change loglevel for archive validation
> diff --git a/elbe.spec b/elbe.spec
> index 715f7b521..073781da7 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: 12.4
> +Version: 12.5
> Release: 1
> Summary: Elbe (Embedded Linux Build Environment)
>
> diff --git a/elbepack/tests/test_version.py b/elbepack/tests/test_version.py
> index 5bd196a8b..365d3db08 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 = "12.4"
> + expected_version = "12.5"
>
> 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 044e261cb..998d8822b 100644
> --- a/elbepack/version.py
> +++ b/elbepack/version.py
> @@ -7,7 +7,7 @@
>
> from elbepack.directories import pack_dir
>
> -elbe_version = "12.4"
> +elbe_version = "12.5"
>
> elbe_initvm_packagelist = ['python-elbe-buildenv',
> 'elbe-soap',
>
More information about the elbe-devel
mailing list