[lxc-devel] [PATCH] fix "make rpm"

Serge Hallyn serge.hallyn at canonical.com
Fri Oct 19 21:17:56 UTC 2012


Quoting Dwight Engen (dwight.engen at oracle.com):
> 
> RPM doesn't like "-" in the version number and gives:
> "error: line 24: Illegal char '-' in: Version: 0.8.0-rc2"
> Other packages (bind-utils for example) have used . instead
> of - as a seperator.
> 
> Signed-off-by: Dwight Engen <dwight.engen at oracle.com>

Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>

(and pushed to github)

> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index e7356eb..403d549 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,7 +1,7 @@
>  #                                               -*- Autoconf -*-
>  # Process this file with autoconf to produce a configure script.
>  
> -AC_INIT([lxc], [0.8.0-rc2])
> +AC_INIT([lxc], [0.8.0.rc2])
>  
>  AC_CONFIG_SRCDIR([configure.ac])
>  AC_CONFIG_AUX_DIR([config])
> -- 
> 1.7.1
> 
> 
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> Lxc-devel mailing list
> Lxc-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxc-devel




More information about the lxc-devel mailing list