From 85d8a3b338f270dc68a7537e4ee97da1c6519293 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 13 Sep 2011 16:05:53 +0200 Subject: [PATCH 1/3] Support Ubuntu 11.10 Oneiric (LP: #848654) --- Makefile | 1 + debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c9284e..a8abc20 100644 --- a/Makefile +++ b/Makefile @@ -188,6 +188,7 @@ install-hooks: -cd ${prefix}/usr/lib/xen-tools/ && ln -s karmic.d lucid.d -cd ${prefix}/usr/lib/xen-tools/ && ln -s karmic.d maverick.d -cd ${prefix}/usr/lib/xen-tools/ && ln -s karmic.d natty.d + -cd ${prefix}/usr/lib/xen-tools/ && ln -s karmic.d oneiric.d cp hooks/common.sh ${prefix}/usr/lib/xen-tools diff --git a/debian/changelog b/debian/changelog index b35b050..a085621 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ xen-tools (4.2.1+dev-1) UNRELEASED; urgency=low * New upstream snapshot - Correctly checks and documents valid values for disk_device. (Closes: #621499) + * Support creating Ubuntu 11.10 Oneiric DomUs (LP: #848654) - -- Axel Beckert Tue, 19 Apr 2011 23:19:35 +0200 + -- Axel Beckert Tue, 13 Sep 2011 15:50:59 +0200 xen-tools (4.2.1-1) unstable; urgency=low From be09f2fbf2339f1acde348d2b37c2b43a0d297ea Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 13 Sep 2011 16:26:22 +0200 Subject: [PATCH 2/3] Fix Lintian warning copyright-refers-to-symlink-license. --- debian/changelog | 1 + debian/copyright | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a085621..49e9fbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ xen-tools (4.2.1+dev-1) UNRELEASED; urgency=low - Correctly checks and documents valid values for disk_device. (Closes: #621499) * Support creating Ubuntu 11.10 Oneiric DomUs (LP: #848654) + * Fix Lintian warning copyright-refers-to-symlink-license. -- Axel Beckert Tue, 13 Sep 2011 15:50:59 +0200 diff --git a/debian/copyright b/debian/copyright index 108737f..6efadb7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -23,5 +23,5 @@ Perl is distributed under licenses: b) the "Artistic License" which comes with Perl. On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in /usr/share/common-licenses/GPL' and + Public License can be found in /usr/share/common-licenses/GPL-1' and the Artistic Licence in /usr/share/common-licenses/Artistic'. From 9921c9a3e8ef8e47ebfe62dc99384cffd9d4921c Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 13 Sep 2011 16:39:30 +0200 Subject: [PATCH 3/3] TODO: xen-create-image doesn't unmount the tempdir properly if /proc wasn't mounted inside --- KNOWN_BUGS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KNOWN_BUGS b/KNOWN_BUGS index 41b4acb..84a5178 100644 --- a/KNOWN_BUGS +++ b/KNOWN_BUGS @@ -11,3 +11,5 @@ Bugs to fix before a 4.3 release http://xen-tools.org/pipermail/xen-tools-discuss/2010-May/000757.html * xen-delete-image ignores extension setting + +* xen-create-image doesn't unmount the tempdir properly if /proc wasn't mounted inside