From 88215f9789dd0bdb5594ffe666d450889f3972c6 Mon Sep 17 00:00:00 2001 From: Kunhoon Baik Date: Wed, 25 Aug 2021 14:24:45 +0900 Subject: [PATCH] Add nsjail upstream url Please keep the latest upstream source code in the upstream-git by using the url in "#X-Vcs-Url" You can update the upstream manually. Following commands can be used to keep the latest upstream source code. $ git remote add upstream https://github.com/google/nsjail.git $ git fetch --all $ git checkout upstream-git $ git rebase upstream/master $ git push origin upstream-git:upstream-git --- packaging/nsjail.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/nsjail.spec b/packaging/nsjail.spec index db7e3cb..1957a34 100644 --- a/packaging/nsjail.spec +++ b/packaging/nsjail.spec @@ -9,6 +9,7 @@ Summary: A light-weight process isolation tool License: Apache-2.0 Group: System/Other URL: https://nsjail.com +#X-Vcs-Url: https://github.com/google/nsjail.git Source0: nsjail-%{version}.tar.gz #Source1: kafel.tar.gz Source1001: %{name}.manifest -- 2.34.1