From 9c979ecf5ed454fe4d0f538dedc552c6ac707714 Mon Sep 17 00:00:00 2001 From: Inha Song Date: Tue, 4 Dec 2018 15:19:13 +0900 Subject: [PATCH] packaging: use upstream tags with .gbs.conf To build properly with upstream version tag in obs, add .gbs.conf. Change-Id: Ib6eaf6e12ecc8f065b085253dbcc0c538caff511 Signed-off-by: Inha Song Signed-off-by: Seung-Woo Kim --- .gbs.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gbs.conf diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 0000000..340a816 --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,4 @@ +[general] +upstream_branch = upstream/linux-4.14.y +upstream_tag = v${upstreamversion} +squash_patches_until = HEAD~10 -- 2.7.4