diff --git a/rune/dist/deb/build.sh b/rune/dist/deb/build.sh index e22d681be77e7fa647dac98555595753bcffc7e7..5aaa0b5f90980ce9a70c6e6b15a5e7b1bab9dd60 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 56fd401b492ad664272c8835c3f450b67936d1cc..6a0e0bf1f8871728704f7065417220cf2acb31a2 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 8a0937274511909223aa9ca7a2def56bba2ac5e1..2885e352c983df84388395729ba3937afdabff54 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