Skip to content

Commit

Permalink
version bump v4
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Traut <[email protected]>
  • Loading branch information
Manuel Traut committed Apr 5, 2019
1 parent 52784ea commit 6549321
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
elbe (4) unstable; urgency=medium

* use stretch in initvm
* enable buster targets by using debootstrap from stretch-backports
* bugfix - pbuilder: fix package build with local dependency
* bugfix - prjrepo: fix upload of dsc files
* bugfix - fstab: fix ubifs device labels

-- Manuel Traut <[email protected]> Wed, 03 Apr 2019 14:53:14 +0200

elbe (3) unstable; urgency=medium

* remove outdated examples
Expand Down
2 changes: 1 addition & 1 deletion elbe.spec
Original file line number Diff line number Diff line change
@@ -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: 3
Version: 4
Release: 1
Summary: Elbe (Embedded Linux Build Environment)

Expand Down
2 changes: 1 addition & 1 deletion elbepack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from elbepack.directories import pack_dir

elbe_version = "3"
elbe_version = "4"
running_os = linux_distribution()

elbe_initvm_packagelist = ['python-elbe-buildenv',
Expand Down

0 comments on commit 6549321

Please sign in to comment.