diff --git a/envoy.spec b/envoy.spec index 35e0642cb6d2c8cac138701e64423fb85d04314c..ae05bb08740f1743aa02def46a4552b0c48a47af 100644 --- a/envoy.spec +++ b/envoy.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global debug_package %{nil} Name: envoy @@ -12,7 +12,7 @@ Source0: envoy-1.26.2.tar.gz ExclusiveArch: x86_64 -BuildRequires: make +BuildRequires: chrpath %description Envoy with Intel Sapphire Rapids Acceleration @@ -20,14 +20,10 @@ Envoy with Intel Sapphire Rapids Acceleration %prep %setup -q -%build -%make_build - %install mkdir -p %{buildroot}/usr/bin -mkdir -p %{buildroot}/usr/share/doc/envoy -cp -ap %{_builddir}/%{name}-%{version}/build/envoy %{buildroot}/usr/bin -cp -ap %{_builddir}/%{name}-%{version}/README.md %{buildroot}/usr/share/doc/envoy +chrpath --delete %{_builddir}/%{name}-%{version}/envoy +install -m 0655 %{_builddir}/%{name}-%{version}/envoy %{buildroot}/usr/bin/envoy %files %doc README.md @@ -35,6 +31,9 @@ cp -ap %{_builddir}/%{name}-%{version}/README.md %{buildroot}/usr/share/doc/envo /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