[elbe-devel] [PATCH 5/5] version bump 2.5
Manuel Traut
manut at linutronix.de
Tue Apr 2 13:46:25 CEST 2019
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
debian/changelog | 11 ++++++++++-
elbe.spec | 2 +-
elbepack/version.py | 2 +-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0713b93d..edfd1d36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+elbe (2.5) unstable; urgency=medium
+
+ * use debootstrap from linutronix repo instead of no longer available debian
+ jessie-backports repo
+ * use contrib/dockerfile from elbe3
+ * update list of ubuntu releases
+
+ -- Manuel Traut <manut at linutronix.de> Mon, 01 Apr 2019 09:47:50 +0200
+
elbe (2.4) unstable; urgency=medium
* repomanager: add fallback, when reprepro fails to add dsc
@@ -6,7 +15,7 @@ elbe (2.4) unstable; urgency=medium
* Fix passno option handling
* pkgutils: update version string for elbe-debootstrap
- -- Manuel Traut <manut at slartibartfast> Thu, 13 Dec 2018 15:12:58 +0100
+ -- Manuel Traut <manut at linutronix.de> Thu, 13 Dec 2018 15:12:58 +0100
elbe (2.3) unstable; urgency=medium
diff --git a/elbe.spec b/elbe.spec
index 3aade575..4e3311e4 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: 2.4
+Version: 2.5
Release: 1
Summary: Elbe (Embedded Linux Build Environment)
diff --git a/elbepack/version.py b/elbepack/version.py
index e5a60836..9f8260a6 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -21,7 +21,7 @@
from elbepack.directories import pack_dir
from platform import linux_distribution
-elbe_version = "2.4"
+elbe_version = "2.5"
running_os = linux_distribution ()
if pack_dir == '/usr/lib/python2.7/dist-packages/elbepack':
--
2.20.1
More information about the elbe-devel
mailing list