[elbe-devel] [PATCH] debian changelog: bump elbe version to 13.2

Bastian Germann bage at linutronix.de
Wed Mar 17 13:10:10 CET 2021


Am 17.03.21 um 13:01 schrieb Torben Hohn:
>    * Team upload
>    * test:
>      * add simple-arm64.xml
>      * add simple-armhf.xml
>      * add boottest for simple-amd64-with-grub-tighten.xml
>    * sdk: fix sdk for amd64
>    * hdimg: implement partition filles with binary data from file
>    * Fix validation for arm64
>    * Fix init create --devel not starting the devel version of the daemon
>    * finetuning: implement <set_partition_type>
>    * cleanup / maintain contrib patches
>    * debianize: Synchronize build deps with vanilla kernel
>    * validate: Amend HTTPS mirror package check for buster
>    * test_xml: make sure the full traceback ends up in the test result
>    * test_xml: activate invocation of elbe check-build after a build test
>    * test: rework collection of TestResults by implementing class ElbeTestResult
>    * cdroms: fix difference in pkg lists after bin-cdrom.iso rebuild
>    * pbuilder: Use host mirror when cross building
>    * rfs: fix cdrom build keyring problems
>    * rfs: fix /etc/hosts localhost mapping
>    * python3: Fix get_archive file mode
>    * cleanup python2 compatibility things
> 
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>

Reviewed-by: Bastian Germann <bage at linutronix.de>

> ---
>   debian/changelog               | 27 +++++++++++++++++++++++++++
>   elbe.spec                      |  2 +-
>   elbepack/tests/test_version.py |  2 +-
>   elbepack/version.py            |  2 +-
>   4 files changed, 30 insertions(+), 3 deletions(-)
> 
> diff --git a/debian/changelog b/debian/changelog
> index 7fe235bd1..86354c5ae 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,30 @@
> +elbe (13.2) unstable; urgency=medium
> +
> +  * Team upload
> +  * test:
> +    * add simple-arm64.xml
> +    * add simple-armhf.xml
> +    * add boottest for simple-amd64-with-grub-tighten.xml
> +  * sdk: fix sdk for amd64
> +  * hdimg: implement partition filles with binary data from file
> +  * Fix validation for arm64
> +  * Fix init create --devel not starting the devel version of the daemon
> +  * finetuning: implement <set_partition_type>
> +  * cleanup / maintain contrib patches
> +  * debianize: Synchronize build deps with vanilla kernel
> +  * validate: Amend HTTPS mirror package check for buster
> +  * test_xml: make sure the full traceback ends up in the test result
> +  * test_xml: activate invocation of elbe check-build after a build test
> +  * test: rework collection of TestResults by implementing class ElbeTestResult
> +  * cdroms: fix difference in pkg lists after bin-cdrom.iso rebuild
> +  * pbuilder: Use host mirror when cross building
> +  * rfs: fix cdrom build keyring problems
> +  * rfs: fix /etc/hosts localhost mapping
> +  * python3: Fix get_archive file mode
> +  * cleanup python2 compatibility things
> +
> + -- Torben Hohn <torben.hohn at linutronix.de>  Wed, 17 Mar 2021 12:23:19 +0100
> +
>   elbe (13.1) unstable; urgency=medium
>   
>     * Team upload
> diff --git a/elbe.spec b/elbe.spec
> index b92084e40..acbc14f3f 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.1
> +Version:        13.2
>   Release:        1
>   Summary:        Elbe (Embedded Linux Build Environment)
>   
> diff --git a/elbepack/tests/test_version.py b/elbepack/tests/test_version.py
> index 365d3db08..e1d2de637 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.5"
> +    expected_version = "13.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 deced6d44..f91d26d5b 100644
> --- a/elbepack/version.py
> +++ b/elbepack/version.py
> @@ -7,7 +7,7 @@
>   
>   from elbepack.directories import pack_dir
>   
> -elbe_version = "13.1"
> +elbe_version = "13.2"
>   
>   elbe_initvm_packagelist = ['python3-elbe-buildenv',
>                              'python3-elbe-soap',
> 


More information about the elbe-devel mailing list