diff --git a/rune/dist/deb/debian/changelog b/rune/dist/deb/debian/changelog index 55398365b70acf83d7587aeb6317b0967a00026e..0f6ca5de919bb9ec62cd40bc6cb4049dedb8ac5d 100644 --- a/rune/dist/deb/debian/changelog +++ b/rune/dist/deb/debian/changelog @@ -1,5 +1,5 @@ -rune (0.2.0-1) unstable; urgency=low +rune (0.3.0-1) unstable; urgency=low * Initial release. - -- Shirong Hao Mon, 13 Jul 2020 13:48:35 +0000 + -- shirong Tue, 28 Jul 2020 13:48:35 +0000 diff --git a/rune/dist/deb/debian/control b/rune/dist/deb/debian/control index 513567e897c33ea07a0fbe19a5aa53e6da44c4c6..2bf8824e01f32b6d9fa2a55a0803c99d99584e23 100644 --- a/rune/dist/deb/debian/control +++ b/rune/dist/deb/debian/control @@ -1,7 +1,7 @@ Source: rune Section: devel Priority: extra -Maintainer: Shirong Hao +Maintainer: shirong Build-Depends: debhelper (>=9), libseccomp-dev, libprotobuf-dev (>=3), protobuf-compiler Standards-Version: 3.9.8 Homepage: https://github.com/alibaba/inclavare-containers diff --git a/rune/dist/rpm/rune.spec b/rune/dist/rpm/rune.spec index c613371287c02d40c4fc8bedff0eca90f45ca888..a8fe2bb5afc3b555aac82b74d19409157a3cf44a 100644 --- a/rune/dist/rpm/rune.spec +++ b/rune/dist/rpm/rune.spec @@ -4,7 +4,7 @@ %global PROJECT inclavare-containers Name: rune -Version: 0.2.0 +Version: 0.3.0 Release: %{centos_base_release}%{?dist} Summary: CLI tool for spawning and running enclaves in containers according to the OCI specification. @@ -59,5 +59,8 @@ install -p -m 644 %{name}/LICENSE %{buildroot}%{_defaultlicensedir}/%{name}-%{ve %{_bindir}/%{name} %changelog +* Tue Jul 28 2020 shirong - 0.3.0 +- Update to version 0.3.0 + * Fri Jul 10 2020 Yilin Li - 0.2.0 - Package init.