summaryrefslogtreecommitdiff
path: root/poc
diff options
context:
space:
mode:
authorMartin Xu <martinxu9.ovs@gmail.com>2018-07-12 16:25:22 -0700
committerBen Pfaff <blp@ovn.org>2018-07-12 17:42:07 -0700
commit102cec821d99435fb7d18300bab98d24931383c9 (patch)
tree6cd42ab9623b0fc3b4525303d4b3ddb5e29e3e1e /poc
parent19041a098eda296e5c565c9a7246967a0ceba0b9 (diff)
downloadopenvswitch-102cec821d99435fb7d18300bab98d24931383c9.tar.gz
rhel: rename openvswitch kmod rhel6 spec file
This patch only affects rhel6 spec file. The rhel6 kmod spec file is renamed from openvswitch-kmod-rhel6.spec to kmod-openvswitch-rhel6.spec . This is to prepare for the next patches to support building multiple kernel versions in the main package. The rename makes the spec file consistent with the resulted kmod-openvswitch-<version>.rpm, which is the real package with kernel module files. Signed-off-by: Martin Xu <martinxu9.ovs@gmail.com> Reviewed-by: Flavio Leitner <fbl@redhat.com> CC: Greg Rose <gvrose8192@gmail.com> CC: Ben Pfaff <blp@ovn.org> CC: Aaron Conole <aconole@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'poc')
-rw-r--r--poc/playbook-centos-builder.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/poc/playbook-centos-builder.yml b/poc/playbook-centos-builder.yml
index 71f104010..e902db75d 100644
--- a/poc/playbook-centos-builder.yml
+++ b/poc/playbook-centos-builder.yml
@@ -41,13 +41,13 @@
chdir: /git/ovs/rhel
with_items:
- openvswitch.spec
- - openvswitch-kmod-rhel6.spec
+ - kmod-openvswitch-rhel6.spec
- name: Install build dependencies specified from spec files
shell: echo "y" | yum-builddep /tmp/{{item}}
with_items:
- openvswitch.spec
- - openvswitch-kmod-rhel6.spec
+ - kmod-openvswitch-rhel6.spec
- name: Create rpm dev tree
command: rpmdev-setuptree
@@ -81,7 +81,7 @@
line: "Release: {{ ansible_local.builder.release }}"
with_items:
- openvswitch.spec
- - openvswitch-kmod-rhel6.spec
+ - kmod-openvswitch-rhel6.spec
- name: Build Open vSwitch user space rpms
command: rpmbuild -bb --without check rhel/openvswitch.spec
@@ -89,7 +89,7 @@
chdir: "{{SOURCE}}/openvswitch-{{version.stdout}}"
- name: Build Open vSwitch kmod rpms (only for currently loaded kernel)
- command: rpmbuild -bb --without check rhel/openvswitch-kmod-rhel6.spec
+ command: rpmbuild -bb --without check rhel/kmod-openvswitch-rhel6.spec
args:
chdir: "{{SOURCE}}/openvswitch-{{version.stdout}}"