[ovs-git] [openvswitch/ovs] b5ca03: rhel: Fix creation of symlink for ocf script

GitHub noreply at github.com
Fri Jul 21 00:12:54 UTC 2017


  Branch: refs/heads/branch-2.7
  Home:   https://github.com/openvswitch/ovs
  Commit: b5ca033b7ff42ee80db9d7ab6bf4385739502ee5
      https://github.com/openvswitch/ovs/commit/b5ca033b7ff42ee80db9d7ab6bf4385739502ee5
  Author: Timothy Redaelli <tredaelli at redhat.com>
  Date:   2017-07-20 (Thu, 20 Jul 2017)

  Changed paths:
    M rhel/openvswitch-fedora.spec.in

  Log Message:
  -----------
  rhel: Fix creation of symlink for ocf script

The policy is to use %files to track installed files.

If %files is not used the resulting file is not owned by any package.

Before this commit:
 # rpm -qf /usr/lib/ocf/resource.d/ovn/ovndb-servers
 file /usr/lib/ocf/resource.d/ovn/ovndb-servers is not owned by any package

After this commit:
 # rpm -qf /usr/lib/ocf/resource.d/ovn/ovndb-servers
 openvswitch-ovn-common-2.7.90-1.fc26.x86_64

Fixes: a4245b7869c8 ("ovn: Add ovn db servers ocf script in fedora packager")

Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
Acked-by: Aaron Conole <aconole at redhat.com>
Acked-by: Numan Siddique <nusiddiq at redhat.com>
Signed-off-by: Russell Bryant <russell at ovn.org>




More information about the git mailing list