On 7/14/2020 1:01 PM, Gregory Rose wrote:
Greetings,

I updated my repo to the latest master branch this morning and now when
I try to run 'make rpm-fedora' I get the following error:

Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/gvrose/prj/ovs-experimental/_build/rpm/rpmbuild/BUILDROOT/openvswitch-2.13.90-1.el7.x86_64
error: Installed (but unpackaged) file(s) found:
    /usr/lib64/libopenvswitchavx512.a


RPM build errors:
     Installed (but unpackaged) file(s) found:
    /usr/lib64/libopenvswitchavx512.a
make: *** [rpm-fedora] Error 1

I'm investigating the issue but thought I'd report it here as well.

Thanks,

- Greg

Here's the fix, I'll post a patch in a bit.

diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index 7bc8c34..154b49e 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -457,6 +457,7 @@ fi
 %{_bindir}/ovs-pki
 %{_bindir}/vtep-ctl
 %{_libdir}/lib*.so.*
+%{_libdir}/libopenvswitchavx512.a
 %{_sbindir}/ovs-bugtool
 %{_sbindir}/ovs-vswitchd
 %{_sbindir}/ovsdb-server
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to