[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [rhel6-branch] Add libnsspem.so to the stage1 image.
- From: Martin Gracik <mgracik redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [rhel6-branch] Add libnsspem.so to the stage1 image.
- Date: Mon, 27 Jun 2011 10:06:03 +0200
ack
On Mon, 2011-06-27 at 09:49 +0200, Ales Kozumplik wrote:
> Without it curl/libcurl can not use any PEM certificates to verify https
> downloads. This affects both users who have a certificate signed by a well
> known authority and those who have a self-signed certificate.
>
> Related: rhbz#696696
> ---
> scripts/mk-images | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/scripts/mk-images b/scripts/mk-images
> index 7ca9838..7650518 100755
> --- a/scripts/mk-images
> +++ b/scripts/mk-images
> @@ -920,6 +920,7 @@ EOF
> fi
> done
>
> + install -m 755 $IMGPATH/usr/$LIBDIR/libnsspem.so $MBD_DIR/usr/$LIBDIR/
> install -m 755 $IMGPATH/usr/$LIBDIR/libsqlite3.so.0 $MBD_DIR/usr/$LIBDIR/
> install -m 755 $IMGPATH/$LIBDIR/libnss_dns.so.2 $MBD_DIR/$LIBDIR/
> install -m 755 $IMGPATH/$LIBDIR/libnss_files.so.2 $MBD_DIR/$LIBDIR/
--
Martin Gracik <mgracik redhat com>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]