Upgrade to 0.16.14 63/263463/1 accepted/tizen/devbase/tools/20210903.085146 accepted/tizen/devbase/tools/20211012.121104 accepted/tizen/devbase/tools/20211013.010754 accepted/tizen/devbase/tools/20211013.084012 submit/trunk/20210903.134030 submit/trunk/20211012.085030 submit/trunk/20211012.095030 submit/trunk/20211012.103030 submit/trunk/20211012.133030 submit/trunk/20211012.135059 submit/trunk/20211012.140030 submit/trunk/20211012.195059 submit/trunk/20211013.103059 submit/trunk/20211013.111059 submit/trunk/20211013.113059 submit/trunk/20211013.141059
authorbiao716.wang <biao716.wang@samsung.com>
Sat, 4 Sep 2021 09:21:30 +0000 (18:21 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Sat, 4 Sep 2021 09:21:30 +0000 (18:21 +0900)
Change-Id: Ibcf0963e9157071e7d5b51d137086d13fa4145df
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index 2a1c483..da512ba 100644 (file)
@@ -1,3 +1,11 @@
+depanneur (0.16.14) unstable; urgency=high
+
+  * Use the defalut uid:gid in /usr/bin/build.
+  * Append extra sub packages after build finished.
+  * Deps gen only from local packs after build is done.
+
+ -- Wang Biao <biao716.wang@samsung.com>  Fri, 03 Sep 2021 10:00:00 +0800
+
 depanneur (0.16.13) unstable; urgency=high
 
   * add ccache --pkg-ccache option.
index 9b1343d..0bfdd07 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20160629-tizen20210713),
+ build (>= 20160629-tizen20210823),
  libyaml-perl,
  createrepo-c,
  libjson-perl,
index e4a86d0..8be4d90 100644 (file)
@@ -1,3 +1,8 @@
+* Fri Sep 03 2021 Wang Biao <biao716.wang@samsung.com> 0.16.14
+- Use the defalut uid:gid in /usr/bin/build.
+- Append extra sub packages after build finished.
+- Deps gen only from local packs after build is done.
+
 * Tue Jul 13 2021 Wang Biao <biao716.wang@samsung.com> 0.16.13
 - add ccache --pkg-ccache option.
 - Enable ccache with build confg.
index 23e27a9..8555b56 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.16.13
+Version:        0.16.14
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools
@@ -11,16 +11,16 @@ Requires:       perl(YAML)
 Requires:       perl(JSON)
 Requires:       perl(HTML::Template)
 Requires:       perl(Config::Tiny)
-Requires:       tizen-build >= 20210713
+Requires:       tizen-build >= 20210823
 Requires:       libparallel-forkmanager-perl
 Requires:       perl(BSSolv)
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20210713
+Requires:       tizen-build-initvm-i586 >= 20210823
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20210713
+Requires:       tizen-build-initvm-x86_64 >= 20210823
 %endif
 
 %if 0%{?suse_version}