1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
|
lxc (0.7.5-0ubuntu1) oneiric; urgency=low
* New upstream release (0.7.5)
* Patches no longer needed
- diff-to-bcbd102cb
* Patches merged upstream
- 05-fedora.patch
- 0004-add-arm-to-supported-archs.patch
- 0005-dont-use-devpts-in-fstab
- 0006-templates-allow-fuse.patch
- 0007-bindhome-dont-add-groups.patch
- 0008-templates-add-ubuntu-keyring.patch
- 0009-fix-lxc-ps.patch
- 0010-fix-shutdown.patch
- 0011-fix-lxc-ls.patch
- 0012-fix-lxc-netstat.patch
- 0013-unshare-call-cgroup-create.patch
- 0014-lxc-ps-accept-n.patch
- 0016-fix-lxc-ps-typeo.patch
* Remaining patches
- 01-libdir.patch
- 02-distclean.patch
- 03-module-init-tools.patch
- 04-configuration-path.patch
- 06-debian.patch
- 07-debian2.patch
- 0015-monitor-support-quit.patch
[ Serge Hallyn ]
* add overlayfs support to lxc-start-ephemeral.
* fix comment in debian/fstab.libvirt.
* lxcguest.console.upstart: Don't run in libvirt. as libvirt will symlink
/dev/tty1 to /dev/pts/0, so /etc/init/tty1.conf will run a console.
-- Stéphane Graber <stgraber@ubuntu.com> Thu, 11 Aug 2011 14:58:14 -0400
lxc (0.7.4.2-3ubuntu6) oneiric; urgency=low
* Add lxc-start-ephemeral by Robert Collins (LP: #807351)
* Add a --quit-on-stop arg to lxc-monitor for use by lxc-start-ephemeral.
* Modify lxcguest.conf to clear out /var/run (LP: #819621)
* Fix a bug in lxc-ps when cgroup-bin is not mounted.
* Modify lxc-ps to accept '-n name' and support '--' to separate options
for ps. (LP: #820720)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 03 Aug 2011 19:48:11 -0500
lxc (0.7.4.2-3ubuntu5) oneiric; urgency=low
* debian/patches/0011-fix-lxc-ls.patch:
debian/patches/0012-fix-lxc-netstat.patch:
The cgroup mounts created by cgroup-bin do not show up in /etc/mtab.
lxc-ls and lxc-netstat, as lxc-ps before, assume that /etc/mtab is
symlinked to /proc/mounts. (LP: #819319)
* debian/patches/0013-unshare-call-cgroup-create.patch:
Don't spit out an error when there is no cgroup to remove because the
ns cgroup is not mounted. (LP: #819319)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 01 Aug 2011 09:28:02 -0500
lxc (0.7.4.2-3ubuntu4) oneiric; urgency=low
* debian/patches/0010-fix-shutdown.patch: If /var/run is a symlink to /run
in the container, then opening /proc/<pid>/root/var/run/utmp will end up
opening the host's utmp. Therefore the hack detecting shutdown through
utmp fails. (LP: #817565)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 28 Jul 2011 12:24:46 -0500
lxc (0.7.4.2-3ubuntu3) oneiric; urgency=low
* debian/patches/0009-fix-lxc-ps.patch: make lxc-ps work when cgroup-bin
is installed. (LP: #817606)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 28 Jul 2011 11:34:23 -0500
lxc (0.7.4.2-3ubuntu2) oneiric; urgency=low
* add ubuntu-keyring to list of packages for oneiric. (LP: #817233)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 27 Jul 2011 15:19:05 -0700
lxc (0.7.4.2-3ubuntu1) oneiric; urgency=low
* Merge from Debian (0.7.4.2-3) (LP: #812892)
- patches: import debian's patches 02-07
* 06 needed to be ported due to changes upstream
- debian/lxc.manpages: switch to Debian version
- debian/lxc.TODO
- switch README.Debian for lxc.README.Debian from debian package
- remove debian/watch and debian/gbp.conf
- bump debian/compat
- copy debian/copyright from debian package
- copy debian/source/options
- debian/control: increased debhelper version to >= 8.
* Remaining changes:
- keep debian/patches/diff-to-bcbd102cb to bump to upstream git HEAD
- keep ubuntu patches 0004-0006, which are pending acceptance upstream.
- keep lxcguest package (not in debian):
* debian/control: define package
* debian/fstab.lxc and debian/fstab.libvirt
* debian/lxcguest.console.upstart
* debian/lxcguest.lxcguest.upstart
* debian/lxcguest.lxcmount.upstart
* debian/lxcguest.install
* debian/lxc-is-container: keep Ubuntu-specific script
- debian/local: a new set of scripts, NOT yet merged from Debian.
- debian/lxc.default: keep example MIRROR
- lxc-dev package (not in Ubuntu):
* skip debian/control entry
* skip debian/lxc-dev.install
- debian/lxc.dirs:
* keep Ubuntu-specific entries:
* usr/share/lintian/overrides
* usr/share/doc/lxc/examples
- debian/lxc.docs: only in Ubuntu
- debian/lxc.install: keep Ubuntu version
- debian/rules: keep old version (new debian version is lovely but
fails to build Ubuntu package.
* debian/patches/0007-bindhome-dont-add-groups.patch: when binding a user
into container, don't auto-insert his groups from the host into the
container (LP: #813403).
-- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 22 Jul 2011 11:47:41 -0500
lxc (0.7.4.2-3) unstable; urgency=low
* Adding patch to remove double check for configuration path in lxc-
create (Closes: #633996).
* Adding patch to remove dubious fstab entries in fedora template,
thanks to Michael Biebl <biebl@debian.org> (see #633053).
* Adding adapted patch from upstream to correct architecture setting
in debian template (Closes: #622626).
* Adding note in README.Debian about kernel crashes for >> 2.6.36 when
using two bridges.
* Updating section for lxc-dev.
* Adding patch to extend architecture static fallback list for powerpc
in debian template.
-- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 22 Jul 2011 17:40:22 +0200
lxc (0.7.4.2-2) unstable; urgency=low
* Splitting out development files to lxc-dev.
* Adding debug package.
* Switching architecture fields to linux-any.
-- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 15 Jul 2011 14:20:57 +0200
lxc (0.7.4.2-1) unstable; urgency=low
* Taking over lxc together with Jonas, Guido is MIA.
* Removing useless whitespaces at EOL and EOF.
* Removing vcs field.
* Removing git-buildpackage conffile.
* Removing watch file.
* Updating to standards version 3.9.2.
* Moving from cdbs to debhelper version 8.
* Removing pre-squeeze version from libcap-dev build-depends.
* Sorting depends field.
* Adding debootstrap to recommends.
* Rewrite copyright file in machine-interpretable format.
* Prefixing debhelper files with package name.
* Removing lxc.docs, currently the references files do not contain
useful information.
* Adding options file for dpkg source format.
* Rediffing libdir patch.
* Adding lxc wrapper script.
* Adding lxc-list script.
* Simplyfing manpages debhelper file.
* Adding patch to avoid FTBFS when building twice in a row (Closes:
#615485).
* Rewriting README.Debian (Closes: #618928).
* Sorting debhelper dirs file.
* Including examples from upstream documentation.
* Adding patch for debian template to also disable module-init-tools
initscript.
* Removing superfluous section field.
* Adding todo file.
-- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 13 Jul 2011 01:36:32 +0200
lxc (0.7.4.2-0.3ubuntu4) oneiric; urgency=low
* introduce lxc-is-container script and 'lxcguest' upstart job which both
detect (the script exploiting the upstart job) whether we are in a
container. (LP: #813075)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 19 Jul 2011 15:16:49 -0500
lxc (0.7.4.2-0.3ubuntu3) oneiric; urgency=low
* Clean up packaging
- remove 0002-disable-debian-checkroot-script.patch: it is wrong.
- remove 0003-squeeze-missing-tty.patch: it is redundant.
- diff-to-bcbd102cb: mark forwarded as not-needed
- 0004-add-arm-to-supported-archs.patch: Add author and description.
- 0004-0006: mark forwarded as yes
- Not renumbering 0004-0006 as that is more confusing, and they
will hopefully go away with 0.7.5.
- remove dh_install calls from rules
- rename lxc.overrides to lxc.lintian-overrides and remove rules entry
to do so
- remove commented out include of /usr/share/cdbs/1/rules/dpatch.mk
-- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 12 Jul 2011 13:08:26 -0500
lxc (0.7.4.2-0.3ubuntu2) oneiric; urgency=low
* Add a Recommend on cgroup-bin (LP: #800456)
-- Stéphane Graber <stgraber@ubuntu.com> Thu, 07 Jul 2011 22:49:46 +0200
lxc (0.7.4.2-0.3ubuntu1) oneiric; urgency=low
* Sync upstream 0.7.4.2
* Add diff up to git head.
- Fix interaction with cgroups-bin (LP: #784093)
- Fix arch support to create i386 containers on amd64 (LP: #798476)
- Support a bind-mounted $HOME with template (LP: #800482)
* add debootstrap to Recommends (LP: #803745)
* debian/patchs updates:
- refresh 0002-disable-debian-checkroot-script.patch
- drop:
* 0004-add-ubuntu-mirrors.patch
* 0005-add-netbase-to-templates.patch
* 0006-fix-template-syntax-error.patch
* 0007-natty-template-install-lxcguest.patch
* 0010-templates-use-dpkg.patch
- renamed and updated:
* 0008-add-arm-to-supported-archs.patch to
0004-add-arm-to-supported-archs.patch
* 0009-templates-dont-use-devpts-in-fstab to
0005-dont-use-devpts-in-fstab
* 0011-templates-allow-fuse.patch to
0006-templates-allow-fuse.patch
* remove unused debian/lxc-start.sh
* include autoreconf.mk to force Makefile.in to be rebuilt
* Remaining changes over debian:
- add lxcguest package
- debian/control
* keep docbook-utils in Build-Depends
- lxc.default: add commented example MIRROR
-- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 07 Jul 2011 13:53:52 -0500
lxc (0.7.4.2-0.3) unstable; urgency=low
* Non-maintainer upload.
* Correct previous changelog entry (the upload was to unstable directly,
not to delayed/3).
* Handle symlinks in /etc/lxc/auto.
* Correct wrong variable in lxc.init that made it look in the wrong location
for auto started containers (Closes: #632849).
* Correct spelling typo in README.Debian.
-- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 06 Jul 2011 15:11:37 +0200
lxc (0.7.4.2-0.2) unstable; urgency=low
* Non-maintainer upload.
* Handle empty /etc/lxc/auto (Closes: #632648).
-- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 05 Jul 2011 05:58:59 +0200
lxc (0.7.4.2-0.1) unstable; urgency=low
[ Daniel Baumann ]
* Non-maintainer upload (delayed/3).
* Correcting patch to disable debian checkroot script (Closes:
#600456).
* Adding patch to set default suite to squeeze in debian template
(Closes: #600456).
* Adding patch to correct include argument when calling debootstrap in
debian template (Closes: #607275).
* Adding patch to correct charset argument when calling locale-gen in
debian template (Closes: #607273).
* Adding patch to disable unneeded umountroot initscript (Closes:
#611972).
* Merging upstream version 0.7.4.2 (Closes: #617934, #627636).
* Rediffing fix-too-deep-lib-dir.patch.
* Removing disable-debian-checkroot-script.patch, included upstream.
* Removing squeeze-missing-tty.patch, included upstream.
* Removing restore-lxc.mount-lxc.mount.entry-functionality.patch,
included upstream.
* Removing Make-debian-mirror-configurable-and-default-to-cdn.patch,
included upstream.
* Removing Setting-default-suite-to-squeeze-in-debian-template.patch,
included upstream.
* Removing Correcting-include-argument-when-calling-debootstrap-in-
debian-template.patch, included upstream.
* Removing Correcting-charset-argument-when-calling-locale-gen-in-
debian-template.patch, included upstream.
* Removing Adding-patch-to-disable-unneeded-umountroot-
initscript.patch, included upstream.
* Don't stop containers on upgrade (Closes: #626163).
[ Jonas Genannt ]
* Add an /etc/lxc/auto directory (Closes: #611920).
[ Daniel Baumann ]
* Simplify usage of basename in initscript.
-- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 27 Jun 2011 15:04:11 +0200
lxc (0.7.4-0ubuntu11) oneiric; urgency=low
* Allow containers to access /dev/fuse (LP: #800886)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Wed, 22 Jun 2011 16:06:23 -0500
lxc (0.7.4-0ubuntu10) oneiric; urgency=low
* Import patch from stgraber to use dpkg to decide arch in lxc templates.
This is necessary for templates to work on arm.
-- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 27 May 2011 13:38:19 -0400
lxc (0.7.4-0ubuntu9) oneiric; urgency=low
* lxcguest: Recognize 'LIBVIRT_LXC_UUID' in place of 'container=libvirt'
as proving that upstart is running in a container.
-- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 16 May 2011 14:03:52 -0500
lxc (0.7.4-0ubuntu8) oneiric; urgency=low
* debian/patches/0009-templates-dont-use-devpts-in-fstab: remove devpts
entry from $confdir/container/fstab, as it is not needed, and can
cause the host devpts mount options to change, because it happens
before lxc has done a mount -o newinstance. (LP: #607636)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 06 May 2011 12:08:07 -0500
lxc (0.7.4-0ubuntu7) natty; urgency=low
* lxcguest: for libvirt containers, offer console on /dev/pts/0 rather
than /dev/console.
* lxcguest: offer alternate jobs for libvirt-lxc. Libvirt-lxc doesn't watch
guest's utmp (doesn't support clean shutdown at all) so it can safely
mount its own /var/run and such. Hopefully this can go away after lxc
supports clean shutdown/reboot without the utmp-watching hack.
(LP: #757752)
* debian/fstab.lxc: comment out all entries. /sys gets mounted anyway,
and we need to not overmount /var because otherwise the container parent
won't see utmp, can't see the container is shutdown, and won't kill
the init. Note that when expected kernel functionality to help clean up
container reboot and shutdown comes, these can be uncommented.
(LP: #754655)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 08 Apr 2011 09:02:48 -0500
lxc (0.7.4-0ubuntu5) natty; urgency=low
* Add ARM to list of supported archs - LP: #745884
-- Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Wed, 06 Apr 2011 16:49:15 +0200
lxc (0.7.4-0ubuntu4) natty; urgency=low
* Add lxcguest to the list of packages installed by the natty template.
(LP: #745907)
* Since lxcguest will be installed, don't install our own console.conf,
and don't clear out /lib/init/fstab.
-- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 01 Apr 2011 08:50:36 -0500
lxc (0.7.4-0ubuntu3) natty; urgency=low
* Fix an error in the syntax in the ubuntu templates - they were using
upstart job syntax which is not valid in bash for including the
/etc/default files. (LP: #742770)
* debian/lxc.default: Comment out the example defines so as not to cause
trouble, and fix the default MIRROR.
-- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 25 Mar 2011 15:55:05 -0500
lxc (0.7.4-0ubuntu2) natty; urgency=low
* Fix an error in the syntax in the ubuntu templates - they were using
upstart job syntax which is not valid in bash for including the
/etc/default files. (LP: #742770)
* Now that the /etc/default file is actually sourced, comment out
the example defines.
-- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 25 Mar 2011 15:55:05 -0500
lxc (0.7.4-0ubuntu2) natty; urgency=low
* lxc-natty.in: Adding package "netbase" to debootstrap (LP: #740167)
-- Ahmed Kamal <kim0@ubuntu.com> Tue, 22 Mar 2011 18:47:29 +0200
lxc (0.7.4-0ubuntu1) natty; urgency=low
* New upstream version.
* Refreshed patches, dropped 0005-env.patch since it was already
accepted upstream.
-- Chuck Short <zulcss@ubuntu.com> Thu, 10 Mar 2011 07:25:34 -0500
lxc (0.7.3.1-0ubuntu1) natty; urgency=low
* Base on new upstream git tree with new maverick and natty templates,
and able to run without ns cgroup.
* Send a 'container=lxc' variable to upstart. The upstream git has
the same patch, though this tree has it as a quilt patch.
* Add lxcguest package which converts a system into one which can
boot upstart both as a container and a (kvm or bare-metal) host.
* Add a MIRROR default in /etc/default/lxc, and use that in the
debootstrap command in the lucid, maverick and natty templates.
* Remove 0004-restore-lxc.mount-lxc.mount.entry-functionality.patch
which prevents containers from starting.
-- Serge Hallyn <serge.hallyn@ubuntu.com> Sun, 23 Jan 2011 17:28:55 -0600
lxc (0.7.3-1) unstable; urgency=low
* New upstream version (closes: #602631)
- Support for specifying debian suite (closes: #600459)
- Support for declaring a different architecture (closes: #597875)
* Fix restart init.d action sequence (closes: #597998)
* Move too-deep /usr/lib/lxc/lxc path to a proper patch
* Disable checkroot script in debian template (closes: #601001)
* Create missing tty devices under squeeze (closes: #600466)
* Restore bindmount functionality in newer kernels (closes: #604475)
* Make debian mirror configurable (closes: #601422)
* Default to cdn.debian.net as a debian mirror (closes: #600464)
-- Guido Trotter <ultrotter@debian.org> Mon, 06 Dec 2010 16:24:31 +0100
lxc (0.7.2-1) unstable; urgency=low
* New upstream version
* Convert libcap dependency to versioned (closes: #571527)
* Bump up standards version to 3.9.0
* Fix too-deep /usr/lib/lxc/lxc path (closes: #587847)
* Add init script (closes: #573830)
Thanks to Przemysław Knycz <pknycz@kolnet.eu> for the base example
* Bump up standards version (3.9.1)
-- Guido Trotter <ultrotter@debian.org> Wed, 04 Aug 2010 13:23:42 -0400
lxc (0.7.1-1) unstable; urgency=low
* New upstream version
* Convert to quilt format
* Use pristine-tar option in git-buildpackage
* lxc-$distro scripts (debian, fedora, sshd, ubuntu, busybox) are now
shipped under /usr/lib/lxc/lxc/templates/
* Bump up standards version
-- Guido Trotter <ultrotter@debian.org> Mon, 28 Jun 2010 10:15:48 +0100
lxc (0.6.5-1) unstable; urgency=low
* New upstream version (closes: #566771)
-- Guido Trotter <ultrotter@debian.org> Mon, 25 Jan 2010 15:39:38 +0000
lxc (0.6.4-2) unstable; urgency=low
* Ship the /var/lib/lxc directory (closes: #565519)
-- Guido Trotter <ultrotter@debian.org> Sat, 16 Jan 2010 16:57:00 +0000
lxc (0.6.4-1) unstable; urgency=low
[ Stéphane Graber ]
* Upgrade standards-version to 3.8.3
* Drop the copy of etc/* from rules as "etc" is no longer in the tarball
[ Guido Trotter ]
* New Upstream Version
* Update libcap2-dev dependency to libcap-dev
* Install upstream-built man pages via debian/lxc.manpages
* Drop unneeded docbook-utils build dependency
-- Guido Trotter <ultrotter@debian.org> Sun, 10 Jan 2010 10:40:21 +0100
lxc (0.6.3-2) unstable; urgency=low
* Fix spelling error in README.Debian
* Move .gbp.conf to debian/gbp.conf
-- Guido Trotter <ultrotter@debian.org> Sun, 26 Jul 2009 12:06:18 +0200
lxc (0.6.3-1) unstable; urgency=low
* New Upstream Version
* Remove duplicate build-dependency on autotools-dev
* Build depend on linux-libc-dev
* Disable checking of netlink headers from configure
(currently fails under sid)
* Upgrade standards-version to 3.8.2
-- Guido Trotter <ultrotter@debian.org> Sat, 25 Jul 2009 12:24:30 +0200
lxc (0.6.2-2) unstable; urgency=low
* Add the vcs entry in debian/control
* Update README.Debian mentioning lxc-checkconfig
* Update README.Debian mentioning the cgroups file system (closes: #532886)
(Thanks to Daniel Pittman for that issue and a suggested fix)
-- Guido Trotter <ultrotter@debian.org> Fri, 12 Jun 2009 15:27:43 +0100
lxc (0.6.2-1) unstable; urgency=low
* New upstream release
-- Guido Trotter <ultrotter@debian.org> Wed, 29 Apr 2009 17:49:13 +0100
lxc (0.6.1-1) unstable; urgency=low
* Initial release (Closes: #519408)
* Move a few scripts to "examples"
-- Guido Trotter <ultrotter@debian.org> Fri, 27 Mar 2009 19:45:45 +0000
|