summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-09-16 02:22:09 +0000
committerCoprDistGit <infra@openeuler.org>2025-09-16 02:22:09 +0000
commite4e63e8f996b21f479f51d9537eaec3643f7a0f8 (patch)
treebdd28afad82829f7b4c8b58e242a8abc42074078
parent803e736ab723f15d59e404e0201a1ff8bfa891dd (diff)
automatic import of UNTopeneuler22.03_LTS_SP4
-rw-r--r--UNT.spec14
-rw-r--r--sources7
2 files changed, 11 insertions, 10 deletions
diff --git a/UNT.spec b/UNT.spec
index 2b23289..bb6461c 100644
--- a/UNT.spec
+++ b/UNT.spec
@@ -1,13 +1,12 @@
Name: UNT
Version: 1.0
-Release: 9
+Release: 10
Summary: UDF native tool
License: MulanPSL-2.0
URL: https://gitee.com/openeuler/UNT.git
Source0: https://gitee.com/openeuler/UNT/repository/archive/%{name}-v%{version}.tar.gz
-Source1: maven.tar.part.aa
-Source2: maven.tar.part.ab
-Source3: maven.tar.part.ac
+Source1: maven.tgz.part.aa
+Source2: maven.tgz.part.ab
BuildRequires: maven
BuildArch: noarch
@@ -19,9 +18,9 @@ and then compile native code to native binary.
%prep
%setup -q -n %{name}
-cat %{SOURCE1} %{SOURCE2} %{SOURCE3} > %{_builddir}/maven-repo.tar
+cat %{SOURCE1} %{SOURCE2} > %{_builddir}/maven-repo.tgz
mkdir -p %{_builddir}/.m2/repository
-tar -xf %{_builddir}/maven-repo.tar -C %{_builddir}/.m2/repository
+tar -zxf %{_builddir}/maven-repo.tgz -C %{_builddir}/.m2/repository
%build
cat > %{_builddir}/settings.xml << EOF
@@ -56,6 +55,9 @@ rm -rf /usr/bin/native_udf.py
%attr(0550,root,root) /usr/bin/native_udf.py
%changelog
+* Tue Sep 9 2025 liuchang <liuchang291@h-partners.com> - 1.0-10
+- fix dynamic invoke handle's process for caller and params
+
* Wed Aug 27 2025 yuyufeng <yuyufeng1@huawei.com> - 1.0-9
- add kaccjson macro for annotation and config json serialize
diff --git a/sources b/sources
index dbff156..04007d4 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,3 @@
-ae82067e24fbd0530f4ae8f9f4d4fc02 UNT-v1.0.tar.gz
-7d6c4a3059860f2070dbb273e3ce240f maven.tar.part.aa
-241121e08f29578169bd9decb4fe5035 maven.tar.part.ab
-445749a2e095e2a58d18ab3279537b5c maven.tar.part.ac
+b582847623fc17427d56cd16c412a8b2 UNT-v1.0.tar.gz
+825438c38557655fbeb38cdee4749df0 maven.tgz.part.aa
+9851aa366f149881ef14bad21a024598 maven.tgz.part.ab