From 3382af25ae4c81a3bc57fbf6bed77962e452b249 Mon Sep 17 00:00:00 2001 From: Shirong Hao Date: Sun, 30 Aug 2020 12:44:02 +0000 Subject: [PATCH] rune: Update deb and rpm package to version 0.4.0 - Update deb to version 0.4.0 - Update rpm to version 0.4.0 Signed-off-by: Shirong Hao --- rune/dist/deb/debian/changelog | 6 ++++++ rune/dist/rpm/rune.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/rune/dist/deb/debian/changelog b/rune/dist/deb/debian/changelog index 0f6ca5d..56fd401 100644 --- a/rune/dist/deb/debian/changelog +++ b/rune/dist/deb/debian/changelog @@ -1,3 +1,9 @@ +rune (0.4.0-1) unstable; urgency=low + + * Update to version 0.4.0. + + -- Shirong Hao Sun, 30 Aug 2020 13:48:35 +0000 + rune (0.3.0-1) unstable; urgency=low * Initial release. diff --git a/rune/dist/rpm/rune.spec b/rune/dist/rpm/rune.spec index a8fe2bb..8a09372 100644 --- a/rune/dist/rpm/rune.spec +++ b/rune/dist/rpm/rune.spec @@ -1,10 +1,11 @@ %define centos_base_release 1 +%define debug_package %{nil} %global PROTOBUF_VERSION 1.3.5 %global PROJECT inclavare-containers Name: rune -Version: 0.3.0 +Version: 0.4.0 Release: %{centos_base_release}%{?dist} Summary: CLI tool for spawning and running enclaves in containers according to the OCI specification. @@ -59,6 +60,9 @@ install -p -m 644 %{name}/LICENSE %{buildroot}%{_defaultlicensedir}/%{name}-%{ve %{_bindir}/%{name} %changelog +* Sun Aug 30 2020 Shirong Hao - 0.4.0 +- Update to version 0.4.0 + * Tue Jul 28 2020 shirong - 0.3.0 - Update to version 0.3.0 -- GitLab