Skip to content

Commit

Permalink
rpms: Remove more OVN files form openvswitch rpm builds
Browse files Browse the repository at this point in the history
OVN is packaged with openvswitch-fedora.spec.in, but not with
openvswitch.spec.in. Remove OVN files from openvswitch.spec.in
builds to make rpm build happy.

Signed-off-by: Andy Zhou <[email protected]>
Acked-by: Russell Bryant <[email protected]>
  • Loading branch information
azhou-nicira committed Dec 9, 2016
1 parent 23b2a1b commit db1f386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhel/openvswitch.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ rm \
$RPM_BUILD_ROOT/usr/bin/ovn-* \
$RPM_BUILD_ROOT/usr/share/man/man?/ovn-* \
$RPM_BUILD_ROOT/usr/share/openvswitch/ovn-* \
$RPM_BUILD_ROOT/usr/share/openvswitch/scripts/ovn-*
$RPM_BUILD_ROOT/usr/share/openvswitch/scripts/ovn*
(cd "$RPM_BUILD_ROOT" && rm -rf usr/%{_lib}/*.la)
(cd "$RPM_BUILD_ROOT" && rm -rf usr/include)

Expand Down

0 comments on commit db1f386

Please sign in to comment.