diff mbox series

[ovs-dev,RFC,1/2] selinux: restore static versioning

Message ID 9df959cccf2c09d0c73b1147714a5231a6df6d81.1654849219.git.tredaelli@redhat.com
State Changes Requested
Headers show
Series rhel: use the complete version as OVS version | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Timothy Redaelli June 10, 2022, 8:21 a.m. UTC
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 <tredaelli@redhat.com>
---
 selinux/openvswitch-custom.te.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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;