This is needed for the upcoming commit that changes the version of OVS,
on Fedora/CentOS/RHEL, by using the complete version that includes a
dash, but dashes are not valid in selinux version.

Signed-off-by: Timothy Redaelli <[email protected]>
---
 selinux/openvswitch-custom.te.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/selinux/openvswitch-custom.te.in b/selinux/openvswitch-custom.te.in
index beb0ab0d6..907e3c447 100644
--- a/selinux/openvswitch-custom.te.in
+++ b/selinux/openvswitch-custom.te.in
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: Apache-2.0
 
-module openvswitch-custom @VERSION@;
+module openvswitch-custom 1.0.2;
 
 require {
         role system_r;
-- 
2.36.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to