On Wed, Dec 18, 2013 at 10:25 PM, Gurucharan Shetty <[email protected]> wrote:
> Reported-by: Igor Sever <[email protected]>
> Signed-off-by: Gurucharan Shetty <[email protected]>
> ---
>  AUTHORS                         |    1 +
>  rhel/openvswitch-fedora.spec.in |    2 +-
>  rhel/openvswitch.spec.in        |    2 +-
>  3 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/AUTHORS b/AUTHORS
> index fb204a2..595c096 100644
> --- a/AUTHORS
> +++ b/AUTHORS
> @@ -169,6 +169,7 @@ Henrik Amren            [email protected]
>  Hiroshi Tanaka          [email protected]
>  Hiroshi Miyata          [email protected]
>  Igor Ganichev           [email protected]
> +Igor Sever              [email protected]
>  Jacob Cherkas           [email protected]
>  Jad Naous               [email protected]
>  Jamal Hadi Salim        [email protected]
> diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
> index 5da98e1..34bd493 100644
> --- a/rhel/openvswitch-fedora.spec.in
> +++ b/rhel/openvswitch-fedora.spec.in
> @@ -70,7 +70,7 @@ install python/compat/argparse.py 
> $RPM_BUILD_ROOT/usr/share/openvswitch/python
>  install -d -m 755 $RPM_BUILD_ROOT/var/lib/openvswitch
>
>  # Get rid of stuff we don't want to make RPM happy.
> -rm -rf $RPM_BUILD_ROOT/%{_lib}
> +cd "$RPM_BUILD_ROOT" && rm -f usr/lib/lib*

Thanks for looking into this. Does that also work on x86_64?
The libraries would be installed to lib64 instead, thus not getting
deleted and thus maybe triggering "unpackaged files found"?

However, I don't use/have a RHEL to test ...

Helmut
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to