From fa7086dece75c5888c278173b250b676c7bc73f4 Mon Sep 17 00:00:00 2001 From: Jonathan Calmels Date: Mon, 6 Apr 2020 23:54:01 -0700 Subject: [PATCH] Release v3.0.2 --- Makefile | 2 +- doc/cmd/version.md | 2 +- doc/installation.md | 16 ++++++++-------- doc/requirements.md | 2 +- pkg/deb/changelog | 6 ++++++ pkg/rpm/SPECS/enroot.spec | 3 +++ 6 files changed, 20 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index e55f624..fc2a27c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ LIBDIR = $(DESTDIR)$(libdir)/enroot SYSCONFDIR = $(DESTDIR)$(sysconfdir)/enroot DATADIR = $(DESTDIR)$(datadir)/enroot -VERSION := 3.0.1 +VERSION := 3.0.2 PACKAGE ?= enroot ARCH ?= $(shell uname -m) DEBUG ?= diff --git a/doc/cmd/version.md b/doc/cmd/version.md index afec4fa..0998ab3 100644 --- a/doc/cmd/version.md +++ b/doc/cmd/version.md @@ -10,5 +10,5 @@ Print the release version of Enroot. ```sh $ enroot version -3.0.1 +3.0.2 ``` diff --git a/doc/installation.md b/doc/installation.md index 7fd6da1..503c088 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -48,15 +48,15 @@ The table below describes each package flavor and their characteristics: ```sh # Debian-based distributions arch=$(dpkg --print-architecture) -curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.0.1/enroot_3.0.1-1_${arch}.deb -curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.0.1/enroot+caps_3.0.1-1_${arch}.deb # optional +curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.0.2/enroot_3.0.2-1_${arch}.deb +curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.0.2/enroot+caps_3.0.2-1_${arch}.deb # optional sudo apt install -y ./*.deb # RHEL-based distributions arch=$(uname -m) sudo yum install -y epel-release # required on some distributions -sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.0.1/enroot-3.0.1-1.el7.${arch}.rpm -sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.0.1/enroot+caps-3.0.1-1.el7.${arch}.rpm # optional +sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.0.2/enroot-3.0.2-1.el7.${arch}.rpm +sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.0.2/enroot+caps-3.0.2-1.el7.${arch}.rpm # optional ``` #### Hardened flavor @@ -64,15 +64,15 @@ sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.0.1/en ```sh # Debian-based distributions arch=$(dpkg --print-architecture) -curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.0.1/enroot-hardened_3.0.1-1_${arch}.deb -curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.0.1/enroot-hardened+caps_3.0.1-1_${arch}.deb # optional +curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.0.2/enroot-hardened_3.0.2-1_${arch}.deb +curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.0.2/enroot-hardened+caps_3.0.2-1_${arch}.deb # optional sudo apt install -y ./*.deb # RHEL-based distributions arch=$(uname -m) sudo yum install -y epel-release # required on some distributions -sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.0.1/enroot-hardened-3.0.1-1.el7.${arch}.rpm -sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.0.1/enroot-hardened+caps-3.0.1-1.el7.${arch}.rpm # optional +sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.0.2/enroot-hardened-3.0.2-1.el7.${arch}.rpm +sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.0.2/enroot-hardened+caps-3.0.2-1.el7.${arch}.rpm # optional ``` ## From source diff --git a/doc/requirements.md b/doc/requirements.md index baf0f75..efb427f 100644 --- a/doc/requirements.md +++ b/doc/requirements.md @@ -4,7 +4,7 @@ The list of prerequisites for running Enroot is described below. You can automatically check these by running the `enroot-check` bundle for a given release: ```sh -$ curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.0.1/enroot-check_3.0.1_$(uname -m).run +$ curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.0.2/enroot-check_3.0.2_$(uname -m).run $ chmod +x enroot-check_*.run $ ./enroot-check_*.run --verify diff --git a/pkg/deb/changelog b/pkg/deb/changelog index 997a5cc..90b6cb5 100644 --- a/pkg/deb/changelog +++ b/pkg/deb/changelog @@ -1,3 +1,9 @@ +#PACKAGE# (3.0.2-1) UNRELEASED; urgency=medium + + * Release v3.0.2 + + -- #USERNAME# <#EMAIL#> Tue, 07 Apr 2020 06:49:53 +0000 + #PACKAGE# (3.0.1-1) UNRELEASED; urgency=medium * Release v3.0.1 diff --git a/pkg/rpm/SPECS/enroot.spec b/pkg/rpm/SPECS/enroot.spec index 94b18a3..2d2cab8 100644 --- a/pkg/rpm/SPECS/enroot.spec +++ b/pkg/rpm/SPECS/enroot.spec @@ -58,6 +58,9 @@ setcap cap_sys_admin,cap_mknod-pe "$(command -v enroot-aufs2ovlfs)" %make_install prefix=%{_prefix} exec_prefix=%{_exec_prefix} libdir=%{_libdir} datarootdir=%{_datarootdir} %changelog +* Tue Apr 07 2020 %{packager} 3.0.2-1 +- Release v3.0.2 + * Fri Mar 13 2020 %{packager} 3.0.1-1 - Release v3.0.1