diff --git a/dpu-utilities-1.0.tar.gz b/dpu-utilities-1.0.tar.gz index fce3c521161c73da1a9e93686e57baf0126076f8..585eef6877b0c916e870eb48bf5e290f859832ea 100644 Binary files a/dpu-utilities-1.0.tar.gz and b/dpu-utilities-1.0.tar.gz differ diff --git a/dpu-utilities.spec b/dpu-utilities.spec index 2fa3cc59c537c5208cc8041287bb54bd22b05389..1a09d67d89500b804fc43ffae730f69289b61dac 100644 --- a/dpu-utilities.spec +++ b/dpu-utilities.spec @@ -48,12 +48,14 @@ make %install mkdir -p $RPM_BUILD_ROOT/lib/modules/%{kernel_version}//extra mkdir -p $RPM_BUILD_ROOT/usr/bin/ +mkdir -p $RPM_BUILD_ROOT/usr/src/patches install %_builddir/%{name}-%{version}/qtfs/qtfs/qtfs.ko $RPM_BUILD_ROOT/lib/modules/%{kernel_version}/extra install %_builddir/%{name}-%{version}/qtfs/qtfs_server/qtfs_server.ko $RPM_BUILD_ROOT/lib/modules/%{kernel_version}/extra install -m 0700 %_builddir/%{name}-%{version}/qtfs/qtfs_server/engine $RPM_BUILD_ROOT/usr/bin/ mkdir -p $RPM_BUILD_ROOT/opt/imageTailor cp -rf %_builddir/%{name}-%{version}/dpuos/image_tailor_cfg/custom $RPM_BUILD_ROOT/opt/imageTailor cp -rf %_builddir/%{name}-%{version}/dpuos/image_tailor_cfg/kiwi $RPM_BUILD_ROOT/opt/imageTailor +cp -rf %_builddir/%{name}-%{version}/usecases/transparent-offload/patches/* $RPM_BUILD_ROOT/usr/src/patches/ %clean rm -rf ${RPM_BUILD_ROOT} @@ -81,6 +83,7 @@ fi %files -n qtfs-client /lib/modules/%{kernel_version}/extra/qtfs.ko +/usr/src/patches/ %files -n qtfs-server /lib/modules/%{kernel_version}/extra/qtfs_server.ko @@ -96,6 +99,8 @@ sed -i '/# product cut_conf/a\dpuos kiwi/minios/cfg_dpuos yes' /opt/imageT sed -i '//a\dpuos 1 rpm-dir euler_base' /opt/imageTailor/repos/RepositoryRule.conf %changelog +* Tue Aug 23 2022 yangxin <245051644@qq.com> 1.0-3 +- Add use cases and patches enabling container remote running. * Wed Aug 17 2022 yangxin <245051644@qq.com> 1.0-2 - Split dpu-utilities into three packages. * Fri Aug 12 2022 yangxin <245051644@qq.com> 1.0-1