提交 b003da31 编写于 作者: S shirong.hsr 提交者: jia zhang

rune: Update deb and rpm package to version 0.4.1

- Add debug package in version 0.4.1
Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
上级 2eed6df5
...@@ -37,5 +37,5 @@ fi ...@@ -37,5 +37,5 @@ fi
cp -rf $SCRIPT_DIR/debian $DEB_BUILD_FOLDER cp -rf $SCRIPT_DIR/debian $DEB_BUILD_FOLDER
cd $DEB_BUILD_FOLDER cd $DEB_BUILD_FOLDER
dpkg-buildpackage -us -uc dpkg-buildpackage -us -uc
cp $DEBBUILD_DIR/*.deb $PROJECT_DIR cp $DEBBUILD_DIR/*.*deb $PROJECT_DIR
rm -rf $DEBBUILD_DIR rm -rf $DEBBUILD_DIR
rune (0.4.1-1) unstable; urgency=low
* Update to version 0.4.1.
-- Shirong Hao <shirong@linux.alibaba.com> Wed, 23 Sep 2020 13:48:35 +0000
rune (0.4.0-1) unstable; urgency=low rune (0.4.0-1) unstable; urgency=low
* Update to version 0.4.0. * Update to version 0.4.0.
......
%define centos_base_release 1 %define centos_base_release 1
%define debug_package %{nil} %define _debugsource_template %{nil}
%global PROTOBUF_VERSION 1.3.5 %global PROTOBUF_VERSION 1.3.5
%global PROJECT inclavare-containers %global PROJECT inclavare-containers
Name: rune Name: rune
Version: 0.4.0 Version: 0.4.1
Release: %{centos_base_release}%{?dist} Release: %{centos_base_release}%{?dist}
Summary: CLI tool for spawning and running enclaves in containers according to the OCI specification. Summary: CLI tool for spawning and running enclaves in containers according to the OCI specification.
...@@ -60,6 +60,9 @@ install -p -m 644 %{name}/LICENSE %{buildroot}%{_defaultlicensedir}/%{name}-%{ve ...@@ -60,6 +60,9 @@ install -p -m 644 %{name}/LICENSE %{buildroot}%{_defaultlicensedir}/%{name}-%{ve
%{_bindir}/%{name} %{_bindir}/%{name}
%changelog %changelog
* Wed Sep 23 2020 Shirong Hao <shirong@linux.alibaba.com> - 0.4.1
- Update to version 0.4.1
* Sun Aug 30 2020 Shirong Hao <shirong@linux.alibaba.com> - 0.4.0 * Sun Aug 30 2020 Shirong Hao <shirong@linux.alibaba.com> - 0.4.0
- Update to version 0.4.0 - Update to version 0.4.0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册