[Ovirt-devel] [PATCH node] Fix copy of libreadline.so

Mike Burns mburns at redhat.com
Tue Mar 23 19:54:12 UTC 2010


On Tue, 2010-03-23 at 15:05 -0400, Mike Burns wrote:
> Version increased from .so.5 to .so.6.  Changing copy of libreadline
> libncurses to .so.? instead
> 
> Signed-off-by: Mike Burns <mburns at redhat.com>
> ---
>  scripts/ovirt-config-boot |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
> index d13dad2..a04b40d 100755
> --- a/scripts/ovirt-config-boot
> +++ b/scripts/ovirt-config-boot
> @@ -182,7 +182,7 @@ set -e\
>      else
>          cp /sbin/lvm bin
>          # lvm is not static in Fedora
> -        cp /lib$bit/libreadline.so.5 /lib$bit/libncurses.so.5 lib$bit
> +        cp /lib$bit/libreadline.so.? /lib$bit/libncurses.so.? lib$bit
>      fi
> 
>      find $init_script bin/lvm lib$bit -type f |


This patch is being dropped.  It is superseded by the remove initrd
patching patch.

Mike




More information about the ovirt-devel mailing list