Re: [lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-11 Thread Stéphane Graber
On 12-09-11 05:06 PM, Dwight Engen wrote: > On Tue, 11 Sep 2012 14:30:22 -0400 > Dwight Engen wrote: > >> On Mon, 10 Sep 2012 13:53:50 -0400 >> Stéphane Graber wrote: >> >> [...] The reason I changed them to expand was so the docs would be right (they had SUBST paths with ${var} still

Re: [lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-11 Thread Dwight Engen
On Tue, 11 Sep 2012 14:30:22 -0400 Dwight Engen wrote: > On Mon, 10 Sep 2012 13:53:50 -0400 > Stéphane Graber wrote: > > [...] > > > The reason I changed them to expand was so the docs would be right > > > (they had SUBST paths with ${var} still in them) but obviously I > > > don't want to brea

Re: [lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-11 Thread Stéphane Graber
On 12-09-11 02:30 PM, Dwight Engen wrote: > On Mon, 10 Sep 2012 13:53:50 -0400 > Stéphane Graber wrote: > > [...] >>> The reason I changed them to expand was so the docs would be right >>> (they had SUBST paths with ${var} still in them) but obviously I >>> don't want to break code just to make t

Re: [lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-11 Thread Dwight Engen
On Mon, 10 Sep 2012 13:53:50 -0400 Stéphane Graber wrote: [...] > > The reason I changed them to expand was so the docs would be right > > (they had SUBST paths with ${var} still in them) but obviously I > > don't want to break code just to make the docs right :) > > I'm not actually expending b

Re: [lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-10 Thread Dwight Engen
On Mon, 10 Sep 2012 13:53:50 -0400 Stéphane Graber wrote: [...] > >>> diff --git a/configure.ac b/configure.ac > >>> index 70c74ec..b8d86e6 100644 > >>> --- a/configure.ac > >>> +++ b/configure.ac > >>> @@ -70,11 +70,11 @@ AC_ARG_WITH([rootfs-path], > >>> )], [], [with_rootfs_path=['${libdir}/l

Re: [lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-10 Thread Stéphane Graber
On 12-09-10 01:26 PM, Dwight Engen wrote: > On Mon, 10 Sep 2012 10:36:17 -0400 > Stéphane Graber wrote: > >> On 12-09-10 10:28 AM, Dwight Engen wrote: >>> Expand variables to get correct paths in man pages and fix building >>> of rpm by non-root user. Include templates in rpm, fix rpm path of >>>

Re: [lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-10 Thread Stéphane Graber
On 12-09-10 10:28 AM, Dwight Engen wrote: > Expand variables to get correct paths in man pages and fix building of > rpm by non-root user. Include templates in rpm, fix rpm path of > lxc-init. > > Signed-off-by: Dwight Engen > --- > configure.ac |6 +++--- > lxc.spec.in | 18 -

[lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-10 Thread Dwight Engen
Expand variables to get correct paths in man pages and fix building of rpm by non-root user. Include templates in rpm, fix rpm path of lxc-init. Signed-off-by: Dwight Engen --- configure.ac |6 +++--- lxc.spec.in | 18 -- 2 files changed, 15 insertions(+), 9 deletions(-)