summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2016-11-28 22:50:42 +0100
committerRaphaël Hertzog <hertzog@debian.org>2016-11-28 22:50:46 +0100
commit02d933fc17c6355a180f8af5ab98365d173215d5 (patch)
treefe245a27e0deab36d35c0afdde077cab65a70cab /debian
parent5a169a6fe6c0915eea729739e513e4265e2d4e6f (diff)
downloadvyos-live-build-02d933fc17c6355a180f8af5ab98365d173215d5.tar.gz
vyos-live-build-02d933fc17c6355a180f8af5ab98365d173215d5.zip
Fix Check_installed function when checking against host
Thanks to jnqnfe for the report. Closes: #774807
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1dbda316b..30599a09a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,8 @@ live-build (1:20160105) UNRELEASED; urgency=medium
* Drop an optimization in chroot_archives that has undesired side-effects.
Thanks to jnqnfe for the patch. Closes: #775989
* Drop gpgv and debian-keyring from Suggests.
+ * Fix Check_installed function when checking against host. Thanks to jnqnfe
+ for the report. Closes: #774807
[ Kristian Klausen ]
* Include ext{3,4} journal size when calculating image size. Closes: #801712