diff --git a/1.1.0.tar.gz b/1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fd5a723d442a4ddf882e26d8acedc8c0d5cdb32d Binary files /dev/null and b/1.1.0.tar.gz differ diff --git a/libbpf.submodule.bundle b/libbpf.submodule.bundle deleted file mode 100644 index e02da67b69b36ff5d783b9343842ea018dda0e01..0000000000000000000000000000000000000000 Binary files a/libbpf.submodule.bundle and /dev/null differ diff --git a/tcprt-1.0.0.bundle b/tcprt-1.0.0.bundle deleted file mode 100644 index 7925aa2d93be69903aa6ca06c519d73098afd41f..0000000000000000000000000000000000000000 Binary files a/tcprt-1.0.0.bundle and /dev/null differ diff --git a/tcprt.spec b/tcprt.spec index e6f3c2777e057da5049e2ff03bf00aa260c31d90..d0c38ec3fdb87c9ac345dd7046426bea5e931f45 100644 --- a/tcprt.spec +++ b/tcprt.spec @@ -1,15 +1,17 @@ %define anolis_release 1 +%define libbpf_version 1.1.0 + Name: tcprt -Version: 1.0.0 +Version: 1.1.0 Release: %{anolis_release}%{?dist} Summary: tcprt for Alibaba Cloud License: Mulan PSL v2 Vendor: Alibaba Cloud URL: https://gitee.com/anolis/tcprt -Source0: %{name}-%{version}.bundle -Source1: libbpf.submodule.bundle +Source0: https://gitee.com/anolis/tcprt/repository/archive/%{version}.tar.gz +Source1: https://github.com/libbpf/libbpf/archive/refs/tags/v%{libbpf_version}.tar.gz BuildRequires: clang >= 15.0.7 BuildRequires: llvm >= 15.0.7 @@ -25,10 +27,9 @@ tcprt provides fine-grained tcp monitoring. Require Alibaba Cloud Linux OS (Kern Maintained by Alibaba Cloud kernel networking Team. %prep -git clone %{SOURCE0} %{name}-%{version} -git clone %{SOURCE1} %{name}-%{version}/libbpf +tar xzf %{SOURCE0} +tar xzf %{SOURCE1} -C %{name}-%{version}/libbpf --strip-components=1 cd %{name}-%{version} -git submodule update --init --recursive pwd %build @@ -73,5 +74,8 @@ rm -rf /usr/share/tcprt rm -rf /etc/tcprt %changelog +* Tue Sep 10 2024 Philo Lu - 1.1.0-1 +- Support concurrent local/peer type. Config file format updated. + * Tue Apr 02 2024 hanqi - 1.0.0-1 - Init package diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b59d8a07a6c9d3ce82adea6be636ffff4639f069 Binary files /dev/null and b/v1.1.0.tar.gz differ