diff --git a/envoy-1.26.2.tar.gz b/envoy-1.26.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..903102de8b76c8c3304f823a462952b80bbe99e4 Binary files /dev/null and b/envoy-1.26.2.tar.gz differ diff --git a/envoy.spec b/envoy.spec new file mode 100644 index 0000000000000000000000000000000000000000..ae05bb08740f1743aa02def46a4552b0c48a47af --- /dev/null +++ b/envoy.spec @@ -0,0 +1,39 @@ +%define anolis_release 2 +%global debug_package %{nil} + +Name: envoy +Version: 1.26.2 +Release: %{anolis_release}%{?dist} +Summary: Envoy Binary + +License: Apache License Version 2.0 +URL: https://github.com/envoyproxy/envoy +Source0: envoy-1.26.2.tar.gz + +ExclusiveArch: x86_64 + +BuildRequires: chrpath + +%description +Envoy with Intel Sapphire Rapids Acceleration + +%prep +%setup -q + +%install +mkdir -p %{buildroot}/usr/bin +chrpath --delete %{_builddir}/%{name}-%{version}/envoy +install -m 0655 %{_builddir}/%{name}-%{version}/envoy %{buildroot}/usr/bin/envoy + +%files +%doc README.md +%license LICENSE +/usr/bin/envoy + +%changelog +* Wed Sep 20 2023 Xingrui Yi - 1.26.2-2 +- Opt spec file + +* Tue Sep 5 2023 Xingrui Yi - 1.26.2-1 +- Init envoy package with Intel SPR support +