[elbe-devel] [PATCH 1/1] debian changelog: bump version to 2.6
Torben Hohn
torben.hohn at linutronix.de
Wed Sep 25 13:52:12 CEST 2019
* fix unecessary access to http://ftp.debian.org/debian
when building a source cdrom from a different primary
mirror.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
debian/changelog | 8 ++++++++
elbe.spec | 2 +-
elbepack/version.py | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index edfd1d368..5c113ffba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+elbe (2.6) unstable; urgency=medium
+
+ * fix unecessary access to http://ftp.debian.org/debian
+ when building a source cdrom from a different primary
+ mirror.
+
+ -- Torben Hohn <torben.hohn at linutronix.de> Wed, 25 Sep 2019 13:41:39 +0200
+
elbe (2.5) unstable; urgency=medium
* use debootstrap from linutronix repo instead of no longer available debian
diff --git a/elbe.spec b/elbe.spec
index 4e3311e41..544bae8be 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.5
+Version: 2.6
Release: 1
Summary: Elbe (Embedded Linux Build Environment)
diff --git a/elbepack/version.py b/elbepack/version.py
index 9f8260a6f..09eeb45dc 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.5"
+elbe_version = "2.6"
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