[elbe-devel] [PATCH] debian changelog: bump version to 12.4
Bastian Germann
bage at linutronix.de
Thu Apr 30 11:13:04 CEST 2020
Am 30.04.20 um 11:04 schrieb Torben Hohn:
> * change loglevel for archive validation
> * more python3 fixes
> * fix elbe debianize packaging
> * finalize porting all examples to buster
> * fix debianize barebox
> * separate licence generation for all rootfs generated.
> * fix problems with losetup (Fixes #254)
There was one more comment that the current solution does not help
because of a kernel bug that is still present (patch pending). The
suggestion is to use polling like in the first draft of the #254 fix.
So we should keep the bug open.
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
Reviewed-by: Bastian Germann <bage at linutronix.de>
> ---
> debian/changelog | 12 ++++++++++++
> elbe.spec | 2 +-
> elbepack/version.py | 2 +-
> 3 files changed, 14 insertions(+), 2 deletions(-)
>
> diff --git a/debian/changelog b/debian/changelog
> index 1466d3961..42402d86a 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,15 @@
> +elbe (12.4) unstable; urgency=medium
> +
> + * change loglevel for archive validation
> + * more python3 fixes
> + * fix elbe debianize packaging
> + * finalize porting all examples to buster
> + * fix debianize barebox
> + * separate licence generation for all rootfs generated.
> + * fix problems with losetup (Fixes #254)
> +
> + -- Torben Hohn <torben.hohn at linutronix.de> Thu, 30 Apr 2020 10:48:53 +0200
> +
> elbe (12.3) unstable; urgency=medium
>
> * Make SDK install script buster compatible (Fixes #246)
> diff --git a/elbe.spec b/elbe.spec
> index eea66c8af..715f7b521 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.3
> +Version: 12.4
> Release: 1
> Summary: Elbe (Embedded Linux Build Environment)
>
> diff --git a/elbepack/version.py b/elbepack/version.py
> index f37d579c5..044e261cb 100644
> --- a/elbepack/version.py
> +++ b/elbepack/version.py
> @@ -7,7 +7,7 @@
>
> from elbepack.directories import pack_dir
>
> -elbe_version = "12.3"
> +elbe_version = "12.4"
>
> elbe_initvm_packagelist = ['python-elbe-buildenv',
> 'elbe-soap',
>
More information about the elbe-devel
mailing list