diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | sources | 2 | ||||
-rw-r--r-- | vpp.spec | 10 |
3 files changed, 9 insertions, 4 deletions
@@ -19,3 +19,4 @@ /vpp-25.02-rc0~209_gd11d31653.tar.xz /vpp-25.02-rc0~230_g6676d9516.tar.xz /vpp-25.02-rc0~255_gd9f3fbefc.tar.xz +/vpp-25.06-rc0~16_gf79c4be55.tar.xz @@ -1 +1 @@ -59f71f42b130e3b6a29042bc0189e7cc vpp-25.02-rc0~255_gd9f3fbefc.tar.xz +6a482a5c683068ac8e519bc8a4c717d1 vpp-25.06-rc0~16_gf79c4be55.tar.xz @@ -21,9 +21,9 @@ Name: vpp Summary: Vector Packet Processing License: ASL 2.0 -Version: 25.02 -Release: 0.255.rc0.20250117gitd9f3fbefc%{?dist} -Source: %{name}-%{version}-rc0~255_gd9f3fbefc.tar.xz +Version: 25.06 +Release: 0.16.rc0.20250124gitf79c4be55%{?dist} +Source: %{name}-%{version}-rc0~16_gf79c4be55.tar.xz BuildRequires: vpp-ext-deps BuildRequires: systemd chrpath BuildRequires: python3-devel python3-ply @@ -113,6 +113,10 @@ This package contains a tailored VPP SELinux policy groupadd -f -r vpp %build +%if 0%{?rhel} >= 10 +export VPP_EXCLUDED_PLUGINS=tlsopenssl +%endif + make -C build-root V=1 PLATFORM=vpp TAG=vpp install-packages cd extras/selinux && make -f %{_datadir}/selinux/devel/Makefile |