From b003da31a07e91f532aa715ae79501ed3792515c Mon Sep 17 00:00:00 2001 From: "shirong.hsr" Date: Wed, 23 Sep 2020 11:14:14 +0800 Subject: [PATCH] rune: Update deb and rpm package to version 0.4.1 - Add debug package in version 0.4.1 Signed-off-by: Shirong Hao --- rune/dist/deb/build.sh | 2 +- rune/dist/deb/debian/changelog | 6 ++++++ rune/dist/rpm/rune.spec | 7 +++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/rune/dist/deb/build.sh b/rune/dist/deb/build.sh index e22d681..5aaa0b5 100755 --- a/rune/dist/deb/build.sh +++ b/rune/dist/deb/build.sh @@ -37,5 +37,5 @@ fi cp -rf $SCRIPT_DIR/debian $DEB_BUILD_FOLDER cd $DEB_BUILD_FOLDER dpkg-buildpackage -us -uc -cp $DEBBUILD_DIR/*.deb $PROJECT_DIR +cp $DEBBUILD_DIR/*.*deb $PROJECT_DIR rm -rf $DEBBUILD_DIR diff --git a/rune/dist/deb/debian/changelog b/rune/dist/deb/debian/changelog index 56fd401..6a0e0bf 100644 --- a/rune/dist/deb/debian/changelog +++ b/rune/dist/deb/debian/changelog @@ -1,3 +1,9 @@ +rune (0.4.1-1) unstable; urgency=low + + * Update to version 0.4.1. + + -- Shirong Hao Wed, 23 Sep 2020 13:48:35 +0000 + rune (0.4.0-1) unstable; urgency=low * Update to version 0.4.0. diff --git a/rune/dist/rpm/rune.spec b/rune/dist/rpm/rune.spec index 8a09372..2885e35 100644 --- a/rune/dist/rpm/rune.spec +++ b/rune/dist/rpm/rune.spec @@ -1,11 +1,11 @@ %define centos_base_release 1 -%define debug_package %{nil} +%define _debugsource_template %{nil} %global PROTOBUF_VERSION 1.3.5 %global PROJECT inclavare-containers Name: rune -Version: 0.4.0 +Version: 0.4.1 Release: %{centos_base_release}%{?dist} 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 %{_bindir}/%{name} %changelog +* Wed Sep 23 2020 Shirong Hao - 0.4.1 +- Update to version 0.4.1 + * Sun Aug 30 2020 Shirong Hao - 0.4.0 - Update to version 0.4.0 -- GitLab